Commit Graph

56 Commits

Author SHA1 Message Date
Kevin Franklin Kim
6a79ac8f38
fix: string union type 2024-11-08 14:22:22 +01:00
franklin
e46893a177 fix: change scalar union type rendering 2023-07-17 17:47:22 +02:00
Kevin Franklin Kim
5ea922d055 fix: fix lint errors 2022-08-17 08:48:21 +02:00
Kevin Franklin Kim
afb6b88e5d feat: remove dead code 2022-03-29 16:20:27 +02:00
Kevin Franklin Kim
9b56c5f7f3 feat: support time.Time 2022-03-29 14:49:59 +02:00
Kevin Franklin Kim
053a8980f6 revert: revert auto camelCase for ts types as requires custom json marshal 2022-03-08 12:02:09 +01:00
Kevin Franklin Kim
b1eeafc427 feat: support union types 2022-03-02 15:18:09 +01:00
Kevin Franklin Kim
7473715a28 feat: print camelCase warning 2022-02-17 15:34:30 +01:00
Kevin Franklin Kim
094ce278f3 feat: auto use camelCase 2022-02-17 14:38:40 +01:00
Kevin Franklin Kim
a7966755e2 feat: remove default and synchronous commonjs support 2022-02-17 13:41:41 +01:00
Kevin Franklin Kim
e0312a8b13 fix: use null on custom types 2022-02-17 12:41:22 +01:00
Kevin Franklin Kim
1e249e4602 fix: use null and extend on types 2022-02-16 16:11:50 +01:00
Kevin Franklin Kim
388f8ff8d7 fix: make slices and maps nullable 2022-02-15 12:04:29 +01:00
franklin
6a34a93061 fix: render custom map keys and references correctly 2021-09-07 08:33:39 +02:00
franklin
7070058581 feat: use Record for map type 2021-06-17 14:13:16 +02:00
franklin
e84766af15 feat: use Record 2021-05-18 11:21:48 +02:00
franklin
d9eac78f5d chore: change v2 module 2021-05-05 10:44:01 +02:00
franklin
a7d5df1121 fix: use const name as enum name 2021-04-29 16:47:57 +02:00
franklin
64ca51f1ef feat: ensure CamelCase on enum 2021-04-29 15:19:37 +02:00
franklin
e94566a540 feat: remove GoConst 2021-04-29 15:01:44 +02:00
franklin
73f60cc932 feat: extend ts typing to support string literals 2021-04-27 14:12:42 +02:00
franklin
594c7929f9 feat: switch to eslint:disable 2021-04-16 17:56:43 +02:00
franklin
5ae8698afd feat: support interface scalar type 2021-04-09 13:03:50 +02:00
Cyrill Schumacher
4fdf4e930b Fix [N]byte types to convert to string 2019-09-25 13:23:10 +02:00
Cyrill Schumacher
e4bc2fd9cd Fix Value.tsType to not panic when field StructType is nil 2019-09-19 11:26:04 +02:00
Jan Halfar
082639676f added support for *ast.ArrayType, *ast.MapType 2018-09-02 18:09:04 +02:00
Jan Halfar
a8855fa401 async client flavor added 2018-06-12 14:09:46 +02:00
Jan Halfar
ba98c0f286 added tslint comment fixes #9 2017-10-18 16:11:56 +02:00
Jan Halfar
7e54eb5463 fix scalar type handling in typescript 2017-10-18 15:57:01 +02:00
Jan Halfar
3eeb32cc6e client call error catching disabled for success apply 2017-10-18 15:06:06 +02:00
Jan Halfar
db2a774894 Merge branch 'feature/scalar-byte' into feature/fix-http-args-in-go-srpc 2017-10-13 10:40:33 +02:00
Jan Halfar
8b7a43bb1a added excetion to error callback 2017-10-13 10:40:29 +02:00
Jan Halfar
4113da3b25 byte support 2017-10-12 13:27:49 +02:00
Jan Halfar
d471deace5 implemented ServiceList to get determistically sorted code 2017-07-03 16:51:18 +02:00
franklin
d4a086d569 refactored config to configure which services should be generated through gorpc 2016-12-21 14:46:11 +01:00
Jan Halfar
09adce0133 commonjs first alpha 2016-12-05 17:19:37 +01:00
Jan Halfar
75d434fd02 preparing commonjs support 2016-12-02 19:04:50 +01:00
Jan Halfar
0e5d2f1d23 refactored gotsrpc.yaml => services in a target are a map now => we have default endpoints 2016-12-02 18:28:50 +01:00
Jan Halfar
24ed154cc5 exposed transport 2016-12-02 18:03:32 +01:00
Jan Halfar
58e6dc3750 minor cleanup 2016-10-27 18:42:51 +02:00
Jan Halfar
0a766e15d8 handling hidden scalars 2016-10-18 19:07:33 +02:00
Jan Halfar
9c321e9b80 Update typescript.go
fixed request content type
2016-10-11 15:47:45 +02:00
Jan Halfar
ba225fcd96 map support, better custom scalar support, optional scalars 2016-09-16 18:13:11 +02:00
Jan Halfar
b602b43206 support for nested structs in ts generation 2016-09-12 19:02:25 +02:00
Jan Halfar
657fef9a78 added support for constants, fixed support for map and array types 2016-09-12 12:16:38 +02:00
Florian Schlegel
dc3a50d413 added flag skipgotsrpc. If true, module GoTSRPC will not be generated for any module 2016-08-09 10:43:53 +02:00
Florian Schlegel
f8750dc076 fixed mapping handling error 2016-07-22 16:23:59 +02:00
Jan Halfar
8d6f30e6b4 nearing 0.1 with build file 2016-07-22 15:48:52 +02:00
Jan Halfar
df6b3449b1 preparing better demo 2016-07-22 09:24:33 +02:00
Florian Schlegel
d56bb49d60 adding support for recursive struct resolution across packages including import conflict resolution 2016-07-21 18:23:48 +02:00