Skip to content

Releases: pacedotdev/oto

v0.20.0

16 Aug 00:42
Compare
Choose a tag to compare

Changelog

v0.16.0

04 Aug 19:59
Compare
Choose a tag to compare

Changelog

v0.15.0

15 Mar 11:32
Compare
Choose a tag to compare

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

19 Feb 21:36
Compare
Choose a tag to compare

Changelog

  • d1b8f88 fixed goreleaser breaking changes

v0.14.2

24 Feb 12:36
Compare
Choose a tag to compare

Changelog

v0.14.1

24 Feb 10:48
Compare
Choose a tag to compare

Changelog

  • 8f1608d added ExternalObjectName to objects

v0.14.0

24 Feb 00:46
Compare
Choose a tag to compare

Changelog

v0.13.2

25 Jan 21:17
Compare
Choose a tag to compare

Changelog

  • e0d5dbc added smartPrefix function

v0.13.1

24 Jan 12:55
Compare
Choose a tag to compare

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

24 Jan 12:38
Compare
Choose a tag to compare

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.