- Revert "fix camel-casing of TS type field names" (forgot this will serialize wrong)
- fix camel-casing of TS type field names
- add dotnet client (#35)
- add schema/schema.json to the binary. Closes #1
- refactor ReadRequest() error response to mention a valid JSON object
- update github workflow to use Go 1.14.x
- remove Any type
- add exporting of TypeScript types
- add start of Elm client (not usable yet)
- add start of Ruby client. Closes #4
- add start of PHP client. Closes #6
- fix: remove inclusion of oneOf() util when no validation is present in gotypes
- refactor test fixtures using tj/go-fixture
- revert camel-casing
- fix js field camel-casing
- add sorting of type fields
- add support for custom fetch imports
- fix TypeScript errors to support Deno
- fix TypeScript output types, use interface not class
- fix timestamp fields, now providing Date conversion
- fix rpc-go-server to not use hard coded types package
- fix enum support for optional fields
- remove rpc-apex-docs, not useful to other people. Closes #16