Pacedotdev Oto Versions Save

Go driven rpc code generation tool for right now.

v0.15.0

2 months ago

Changelog

  • d66dd63 be more specific about int and double for Dart and Swift types
  • 7737306 proper escaping in template
  • ca46e1b tweaks to open API template

v0.14.4

3 months ago

Changelog

  • d1b8f88 fixed goreleaser breaking changes

v0.14.2

1 year ago

Changelog

  • 59b3f68 added json_inline helper

v0.14.1

1 year ago

Changelog

  • 8f1608d added ExternalObjectName to objects

v0.14.0

1 year ago

Changelog

  • 81fd203 Merge branch 'main' of https://github.com/pacedotdev/oto
  • e7ab51f added go object experiment and ExternalObjectName field
  • 9d7b103 adding go object generator
  • 2cb08ab example go generator
  • a0027a5 made test pass

v0.13.2

1 year ago

Changelog

  • e0d5dbc added smartPrefix function

v0.13.1

1 year ago

Changelog

  • 35e084d fixed a bug where arrays of objects weren't nested inside an array, instead they were just set to the field directly (weird)

v0.13.0

1 year ago

Changelog

  • 663ae5d better example handling (may require an update to example comments) - it fixes a bug where example values, if they were arrays, would be further nested inside an array. Instead now, the example is used without modification, giving more control to users. But it means you may need to update any existing documentation to include [ ] array in the example, if the field is an array.

v0.12.1

2 years ago

Changelog

83f0cdc added camelize_up_field helper

v0.12.0

2 years ago

Changelog

bf0fc29 Merge pull request #36 from nachtjasmin/patch-1 176a0f9 added ExampleP pointer version to provide both options in templates 6622c14 fix: fix constructor for pointer types abb645b remove german umlaut 30b3ccc small lint