fix: nullable enum support (#234)

This commit is contained in:
Ryan Brink
2022-03-30 15:47:13 -06:00
committed by GitHub
parent cbfdacb596
commit ecd9415662
10 changed files with 142 additions and 12 deletions

View File

@ -12,6 +12,10 @@
## Released
## [2.3.2] - March 30th, 2022
### Changed
- Fixed bug where nullable enum fields caused runtime exceptions
## [2.3.1] - March 5th, 2022
### Changed
- Can now apply `@FreeFormObject` to top level types