Commit Graph

249 Commits

Author SHA1 Message Date
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
franklin
9f25edbe85 fix: fix name check 2021-04-16 16:35:28 +02:00
franklin
b14f561357 feat: support variable grouping 2021-04-15 17:33:18 +02:00
franklin
0f6f97c37f feat: support go.mod replace 2021-04-15 07:54:14 +02:00
franklin
b726d9722c feat: support real package name 2021-04-09 13:04:33 +02:00
franklin
5ae8698afd feat: support interface scalar type 2021-04-09 13:03:50 +02:00
franklin
e6d91c034e fix: fix interface pointers 2021-04-09 09:41:39 +02:00
franklin
2cfc829714 fix: fix interface definition flag 2021-04-09 09:40:56 +02:00
franklin
d19632431b feat: add interface demo Bar 2021-04-09 09:39:47 +02:00
franklin
c4dd132ff1 fix pointer for interfaces 2021-02-12 16:18:21 +01:00
franklin
c183810bc6 chore: fix and improve build 2021-02-12 15:30:18 +01:00
franklin
b89a6d751c chore: increase go version 2021-02-12 14:18:56 +01:00
franklin
885756a087 fix .goreleaser and go mod tidy 2021-02-12 14:04:46 +01:00
franklin
bf15a78c21 read in go.mod to resolve versioned packages 2021-02-12 13:20:58 +01:00
franklin
73c829359b add interface support 2021-02-12 09:12:00 +01:00
Philipp Mieden
1b1aa17ef3 go mod tidy 2020-04-07 14:24:45 +02:00
Stefan Martinov
2f24c705fb feat: load arguments only if arguments are present 2020-03-29 20:34:11 +02:00
Stefan Martinov
1cc04aea5e chore: remove error print 2020-03-27 21:10:44 +01:00
Stefan Martinov
3e8dbee6e1
TSRPC Call Cleanup (#23)
* chore: add content-length and remove argument callbacks

* chore: refactor gotsrpc client

* chore: update generated code to drain request body and re-generate
2020-03-17 16:56:14 +01:00