2.4.2
(fix):
Enabled SSE and JSON streaming to deserialize OneOf the same as WebSockets can.
Fixed minor nullability warnings.
2.4.1
(fix):
Fix nullability issues in generated code.
2.3.1
(fix):
Upgrade generator-cli dependency to fix local generation handling of .fernignore files.
2.4.0
(internal):
Bump IR to v60
2.3.0
(feat):
Add generator code to create clients for WebSocket APIs.
2.2.0
(feat):
Add support for custom sections in the README.md via customSections
config option.
2.1.16-rc0
(fix):
Enable type disambiguation and renaming during code generation
Permits the examples
test fixtures to compile successfully
2.1.15
(fix):
Ensure dynamic snippet method calls can use literal values
2.1.14
(fix):
Create link in README.MD file to the REFERENCE.MD file
2.1.13
(fix):
Ensure experimental-fully-qualified-namespaces
to have
‘global::’ prefix.
2.1.12
(fix):
Add support for configuration ‘experimental-fully-qualified-namespaces’ to
generate fully qualified typenames and namespaces.
Add support for experimental-dotnet-format
to have dotnet format
reduce
namespaces and namespace prefixes. (this can take a large amount of memory)
This creates code that is much cleaner, and can easily support
multiple endpoints with identical names in the generated code without
name or namespace collisions.
2.1.10
(fix):
Generate reference.md file as long as there are some endpoints.
2.1.8
(fix):
Idempotent headers are added to the headers in the request