Skip to content

v0.18.0

Latest
Compare
Choose a tag to compare
@mnahkies mnahkies released this 22 Dec 11:21
· 1 commit to main since this release

What's Changed

Primarily a bug-fix release focusing on improving client SDK runtime validation.

POTENTIALLY BREAKING CHANGES

  • Users of joi validation must change the dependency from @hapi/joi to joi
  • Unused Res and StatusCode types removed from typescript-axios-runtime package
  • TypedFetchResponse removed from typescript-fetch-runtime package, use exported type Res instead if needed

Bug fixes

  • feat(typescript-fetch)!: simplify response types by @mnahkies in #280
  • fix(typescript-axios)!: remove unused exports by @mnahkies in #281
  • fix(joi)!: switch from @hapi/joi to joi by @mnahkies in #284
  • fix: intersected union schemas by @mnahkies in #283
  • fix(typescript-fetch): runtime validation works by @mnahkies in #287
  • fix(client-sdks): handle 204 empty responses with runtime validation by @mnahkies in #288

Misc

Full Changelog: v0.17.0...v0.18.0