3.24.0

(feat): Add support for forward-compatible enums. To enable forward-compatible enums, add the following configuration to your generators.yml file:

1# In generators.yml
2groups:
3 generators:
4 - name: fernapi/fern-typescript-sdk
5 config:
6 enableForwardCompatibleEnums: true

3.23.0

(feat): Add support for bytes download responses.

3.22.0

(feat): Add support for oxfmt as the formatter. This is a beta feature and not officially supported yet.

3.21.0

(feat): Add support for oxlint as the linter. This is a beta feature and not officially supported yet.

3.20.0

(feat): Implement base and extend properties in discriminated union examples.

3.19.1

(fix): mergeHeaders() and mergeOnlyDefinedHeaders() are now case-insensitive.

3.19.0

(feat): Add support for application/x-www-form-urlencoded request bodies.

3.18.0

(feat): Users can now pass in a custom fetch function to the client options.