Commit Graph

295 Commits

Author SHA1 Message Date
Kevin Franklin Kim
5ea922d055 fix: fix lint errors 2022-08-17 08:48:21 +02:00
Kevin Franklin Kim
cf609456fa
Merge pull request #29 from foomo/feature/housekeeping
housekeeping
2022-08-17 07:55:07 +02:00
Kevin Franklin Kim
2be499f668 chore: add checks 2022-08-17 07:52:23 +02:00
Kevin Franklin Kim
c6c51db32c feat: optimize reflection usage 2022-08-17 07:50:07 +02:00
Kevin Franklin Kim
c19ce8f1d0 fix: lint errors 2022-08-17 07:49:52 +02:00
Kevin Franklin Kim
609c0067a7 chore: exclude node_modules 2022-08-17 07:49:24 +02:00
Kevin Franklin Kim
2ea115b1be feat: bump to go 1.19 2022-08-17 07:49:14 +02:00
Kevin Franklin Kim
f986f0bcdf feat: update lint options 2022-08-17 07:48:48 +02:00
Kevin Franklin Kim
195d85e505 fix: remove unsafe pointer 2022-07-18 16:08:20 +02:00
Kevin Franklin Kim
16baabced1 fix: fix go method types 2022-05-19 23:31:58 +02:00
Kevin Franklin Kim
06306101d3 feat: handle json ignore 2022-05-05 15:21:28 +02:00
Kevin Franklin Kim
890d293450 fix: fix undefined vars 2022-05-04 12:09:52 +02:00
Kevin Franklin Kim
2c66d6104f chore: disable gocyclo 2022-05-04 11:18:18 +02:00
Kevin Franklin Kim
7faf7e4c98 feat: add monitor 2022-05-04 11:16:04 +02:00
Kevin Franklin Kim
6254125610 chore: bump to go 1.17 2022-03-29 16:46:28 +02:00
Kevin Franklin Kim
f40bc1163c feat: fix lint errors 2022-03-29 16:39:47 +02:00
Kevin Franklin Kim
06abac95b2 feat: add code gen comment 2022-03-29 16:20:53 +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
754aeea830 feat: fix std library search 2022-03-29 14:49:20 +02:00
Kevin Franklin Kim
2eca78edf2 feat: sort union extension registrations 2022-03-09 21:30:54 +01: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
2c7ea1849b refactor: move custom tags to gotsrpc 2022-03-04 08:22:29 +01:00
Kevin Franklin Kim
3c097ca255 fix: handle string implementing error interface 2022-03-04 08:03:50 +01:00
Kevin Franklin Kim
ee5ede87ee feat: move error wrapping to msgpack only 2022-03-03 07:47:19 +01:00
Kevin Franklin Kim
9c5748892a feat: update examples 2022-03-03 07:46:55 +01:00
Kevin Franklin Kim
331ffc053f fix: collect deeply nested deps 2022-03-02 20:59:04 +01:00
Kevin Franklin Kim
6950405308 feat: bump codec 2022-03-02 15:42:14 +01:00
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