Skip to content

Releases: oazapfts/oazapfts

v5.0.2

09 Jan 14:26
5c60587
Compare
Choose a tag to compare

5.0.2 (2024-01-09)

Bug Fixes

  • convert invalid chars to camelCase in enum name creation (5c60587)

v5.0.1

08 Jan 14:30
30a8b78
Compare
Choose a tag to compare

5.0.1 (2024-01-08)

Bug Fixes

  • escape any comment closing tags in schema descriptions (30a8b78)

v5.0.0

08 Jan 14:24
Compare
Choose a tag to compare

5.0.0 (2024-01-08)

Bug Fixes

  • smarter header defaults and handling (29028bb)

BREAKING CHANGES

  • multipart/form-data headers are not set by oazapfts anymore as these are usually automatically set by the browser/node
    when this causes problems on your end you can set Content-Type=multipart/form-data manually via RequestOpts

oazapfts runtime now works with Header instead of plain Objects {}. This might affect you when you use a custom
fetch implementation and manipulate headers there

oazapfts no longer safe-guards "Content-Type" headers
in the past we discarded custom Content-Type headers that didn't start with json for json requests
and similarly Content-Type headers that didn't start with application/x-www-form-urlencoded for form requests
we now trust you to set the correct headers for your requests

fix #512
ref #509

v4.12.0

19 Dec 12:09
Compare
Choose a tag to compare

4.12.0 (2023-12-19)

Features

  • Include property descriptions (5f0c5f9)

v4.11.2

30 Nov 09:20
ee9fdc5
Compare
Choose a tag to compare

4.11.2 (2023-11-30)

Performance Improvements

  • enhance efficiency of checkSchemaOnlyMode (ee9fdc5)

v4.11.1

29 Nov 09:36
759ee7a
Compare
Choose a tag to compare

4.11.1 (2023-11-29)

Bug Fixes

  • generate: do not use deepmerge (dde3fde)

v4.11.0

28 Nov 09:57
d97fc2e
Compare
Choose a tag to compare

4.11.0 (2023-11-28)

Features

v4.10.2

28 Nov 09:21
ee62a62
Compare
Choose a tag to compare

4.10.2 (2023-11-28)

Bug Fixes

  • do preprocessing upon construction of generator (ee62a62)

v4.10.1

27 Nov 15:42
c05108d
Compare
Choose a tag to compare

4.10.1 (2023-11-27)

Bug Fixes

  • prevent infinite recursion of checkSchemaOnlyMode (c05108d)

v4.10.0

05 Oct 10:13
b0058de
Compare
Choose a tag to compare

4.10.0 (2023-10-05)

Features

  • support multipart uploads (b0058de)