Skip to content

4.6.0

Compare
Choose a tag to compare
@DerManoMann DerManoMann released this 13 Jan 00:54
· 130 commits to master since this release
ee81477

What's Changed

The enum cleanup simplifies the rules around backed enums and fixes some edge cases where the values did not match the set type (typically when using the backed values but using string as type).

With this change backed enum schemas will always use the enum names, *unless the schema type is set and matches the backing type. This is even true for string type backed enums.

Full Changelog: 4.5.6...4.6.0