Skip to content

Releases: groupon/gofer-openapi

v2.2.0

05 Apr 19:43
Compare
Choose a tag to compare

🏑 Internal

  • #4 Handle non-JSON bodies & colliding params (@dbushong)

v2.1.0

03 Nov 15:43
Compare
Choose a tag to compare

🏑 Internal

v2.0.0

01 Nov 16:27
Compare
Choose a tag to compare

πŸ’₯ Breaking Changes

#2 Support Swagger 2.x specs (@dbushong)

goferFromOpenAPI now returns a Promise

🏑 Internal

v1.0.1

29 Oct 20:27
Compare
Choose a tag to compare

πŸ› Bug Fixes

πŸ“ Documentation

v1.0.0

29 Oct 20:12
Compare
Choose a tag to compare

πŸš€ New Features

πŸ“¦οΈ Code Refactoring

  • 906c6c4 refactor: convert to actual TS
  • 47e5091 refactor: simplify build & tests
  • a49ca5e refactor: cleanup generation and produce class

πŸ› Bug Fixes

  • dfc8f60 fix: better type schema mapping
  • 7862341 fix: numerous schema fixes
  • 9610d68 fix: escape more things properly

πŸ“ Documentation

  • 26edf1b docs: better docs & proper import statement

🏑 Internal