Skip to content

v3.12

Compare
Choose a tag to compare
@Fatal1ty Fatal1ty released this 28 Jan 11:45
· 95 commits to master since this release

Changes

  • Added support for associating multiple tags with a single variant by returning a list of tags from variant_tagger_fn (#184)
  • Added support for locally defined types (#180, #182, #189)
  • Added support for ForwardRef in JSON Schema generation (#187)
  • Fixed serialization of IntFlag when omit_default is enabled (#188)
  • Improved type annotations for serialization_strategy config option