Commit Graph

267 Commits

Author SHA1 Message Date
Kevin Franklin Kim
b1eeafc427 feat: support union types 2022-03-02 15:18:09 +01:00
Kevin Franklin Kim
40c94dab59 feat: ignore node modules 2022-03-02 14:52:09 +01:00
Kevin Franklin Kim
7473715a28 feat: print camelCase warning 2022-02-17 15:34:30 +01:00
Kevin Franklin Kim
dffe7a09c0 fix: remove demo code 2022-02-17 15:33:46 +01:00
Kevin Franklin Kim
094ce278f3 feat: auto use camelCase 2022-02-17 14:38:40 +01:00
Kevin Franklin Kim
7a72317fbe feat: replace examples 2022-02-17 14:22:15 +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
f64c4e12e8 fix: use undefined 2022-02-15 18:10:10 +01:00
Kevin Franklin Kim
8870837d14 feat: update dependencies 2022-02-15 12:10:34 +01:00
Kevin Franklin Kim
388f8ff8d7 fix: make slices and maps nullable 2022-02-15 12:04:29 +01:00
Kevin Franklin Kim
573868fd4b chore: add arm64 2021-12-23 11:50:38 +01:00
Kevin Franklin Kim
4e721f023d Merge branch 'v2' of github.com:foomo/gotsrpc into v2 2021-12-23 11:46:10 +01:00
Kevin Franklin Kim
bba8850876 fix: resolve parser objs 2021-12-23 11:45:00 +01:00
Kevin Franklin Kim
8603b96f91 chore: ignore tmp 2021-12-23 11:42:06 +01:00
Philipp Mieden
6d866b925b feat: write code into file for debugging in case of goimports failures instead of printing the full buffer into the terminal 2021-11-15 18:21:55 +01:00
franklin
bf8ff03618 refactor: rename config options 2021-09-17 12:06:00 +02:00
franklin
b0c7fc13df feat: allow to include unused types 2021-09-17 12:03:03 +02:00
franklin
e5ce657bae feat: add constants for go methods 2021-09-07 08:46:56 +02:00
franklin
6a34a93061 fix: render custom map keys and references correctly 2021-09-07 08:33:39 +02:00
Jan Halfar
1c15f1d150 added some test cases for nested scalars in maps and arrays 2021-09-06 15:06:37 +02:00
franklin
d759c3ca05 feat: update gen code 2021-08-31 13:51:17 +02:00
franklin
0163dad7db feat: update codec and change msgpack map type 2021-08-31 13:48:14 +02:00
franklin
347b17c70e fix: fix errors package reference 2021-08-04 16:28:05 +02:00
franklin
156aadbb88 feat: wrap client error message 2021-07-28 15:38:45 +02:00
franklin
706c22fb6d feat: format error message 2021-07-28 15:38:25 +02:00
franklin
e9f5b9a714 chore: update github token secret 2021-06-17 16:11:07 +02:00
franklin
2bc1da335f chore: update goreleaser action 2021-06-17 14:37:52 +02:00
franklin
7c31742b85 chore: switch to github actions 2021-06-17 14:34:05 +02:00
franklin
7070058581 feat: use Record for map type 2021-06-17 14:13:16 +02:00
franklin
add9ac903a feat: don't send reponse on http error 2021-05-21 15:25:09 +02:00
franklin
430911ed9d feat: add context to go client 2021-05-21 14:42:01 +02:00
franklin
5e630c0631 fix: remove args as it could end up unused 2021-05-21 14:17:06 +02:00
franklin
2a65056e5f fix: scan scalars for constantTypes 2021-05-18 11:22:24 +02:00
franklin
51ef897777 docs: update version 2021-05-18 11:22:01 +02:00
franklin
e84766af15 feat: use Record 2021-05-18 11:21:48 +02:00
franklin
4c98ca2e2c fix: fix module resolving 2021-05-18 11:20:13 +02:00
franklin
a58cded984 fix: remove param 2021-05-06 15:28:17 +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
3d2c29f004 feat: add _gen.go suffix 2021-04-29 15:26:12 +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
befd147899 feat: remove PHP support 2021-04-29 14:45:53 +02:00
franklin
c856d413ec ci: bump go version 2021-04-29 14:41:26 +02:00
franklin
73f60cc932 feat: extend ts typing to support string literals 2021-04-27 14:12:42 +02:00
franklin
821de9c715 refactor: check types 2021-04-27 09:41:56 +02:00
franklin
9d07189f3e feat: support json inline annotation 2021-04-26 10:56:59 +02:00
franklin
594c7929f9 feat: switch to eslint:disable 2021-04-16 17:56:43 +02:00