Skip to content

Numeric Enum Support + nested array generic fix

Compare
Choose a tag to compare
@dgreene1 dgreene1 released this 02 Oct 13:43
· 1266 commits to master since this release
88c5057

New Features:

  • First class support for numeric enums via PR #331
    • We always allowed numeric enums to be used, but we coerced them to strings which was bad behavior. Now they work as expected

Bug Fixes:

  • You can use an in-line nested array of generics now. #483