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 |
|
Jan Halfar
|
018e8a68dc
|
idiomatic ts method names are lcfirst
|
2016-07-13 09:24:24 +02:00 |
|
Jan Halfar
|
03dc774084
|
added support for Access-Control-Allow-Credentials cors header
|
2016-07-11 00:10:04 +02:00 |
|
Jan Halfar
|
2aad11f1af
|
added convention to give access to http.ResponseWriter and *http.Request as first two arguments
|
2016-07-08 18:46:06 +02:00 |
|
Jan Halfar
|
6fa5e7a77f
|
properly translated ts sclar type boolean
|
2016-07-04 16:18:38 +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 |
|