Commit Graph

38 Commits

Author SHA1 Message Date
franklin
ef0be4b5bc fix: collected nested types 2022-11-29 13:57:04 +01:00
Kevin Franklin Kim
5ea922d055 fix: fix lint errors 2022-08-17 08:48:21 +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
331ffc053f fix: collect deeply nested deps 2022-03-02 20:59:04 +01:00
Kevin Franklin Kim
b1eeafc427 feat: support union types 2022-03-02 15:18:09 +01:00
Kevin Franklin Kim
e0312a8b13 fix: use null on custom types 2022-02-17 12:41:22 +01:00
Kevin Franklin Kim
bba8850876 fix: resolve parser objs 2021-12-23 11:45:00 +01:00
franklin
b0c7fc13df feat: allow to include unused types 2021-09-17 12:03:03 +02:00
franklin
7070058581 feat: use Record for map type 2021-06-17 14:13:16 +02:00
franklin
2a65056e5f fix: scan scalars for constantTypes 2021-05-18 11:22:24 +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
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
b14f561357 feat: support variable grouping 2021-04-15 17:33:18 +02:00
franklin
5ae8698afd feat: support interface scalar type 2021-04-09 13:03:50 +02:00
franklin
2cfc829714 fix: fix interface definition flag 2021-04-09 09:40:56 +02:00
franklin
c4dd132ff1 fix pointer for interfaces 2021-02-12 16:18:21 +01:00
franklin
73c829359b add interface support 2021-02-12 09:12:00 +01:00
Stefan Martinov
7726239eb8 feat: remove interface from entry creation
- we want to add a concrete class and if abstraction is required it's
provided by the contract
2019-11-20 14:47:38 +01:00
Stefan Martinov
a466ce70f7 feat: add support of go-modules for gotsrpc 2019-05-28 10:43:38 +02:00
Jan Halfar
3d5a709ad2 more tracing in servicereader 2018-11-16 10:17:32 +01: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
d471deace5 implemented ServiceList to get determistically sorted code 2017-07-03 16:51:18 +02:00
Jan Halfar
0378e169a7 skipping private constants 2017-07-03 15:03:10 +02:00
Frederik Löffert
ba828f4713 centralized gopath handling 2017-02-15 15:27:40 +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
76a667423a fixed an issue with resolving scalar types in structs and sorting service methods in order to avoid unnessary file changes 2016-10-18 17:19:58 +02:00
Jan Halfar
ba225fcd96 map support, better custom scalar support, optional scalars 2016-09-16 18:13:11 +02:00
Jan Halfar
657fef9a78 added support for constants, fixed support for map and array types 2016-09-12 12:16:38 +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
Jan Halfar
9e3a3b0786 only reading public methods 2016-07-04 16:36:09 +02:00
Jan Halfar
0d1b229b46 ts fixes, better stderr and stdout handling 2016-07-01 18:02:47 +02:00
Jan Halfar
fd22d49b56 further developing program, completing layout 2016-05-29 12:07:39 +02:00
Jan Halfar
6e5aa7a265 reading further 2016-05-26 23:42:20 +02:00