Skip to content

Releases: jazzband/jsonmodels

2.6.0

14 Oct 10:13
7326f7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.1...2.6.0

2.5.1

14 Oct 10:13
02d65d6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.0...2.5.1

2.5.0

26 Jul 20:24
8d8cd58
Compare
Choose a tag to compare
  • Improvied error messages for field validation errors.
  • Allowed to validate non model list items.
  • Added DictField.

Version 2.1.

02 Nov 22:28
Compare
Choose a tag to compare
  • Added lazy loading of types.
  • Added schema generation for circular models.
  • Improved readability of validation error.
  • Fixed structure generation for list field.

Version 2.0.

14 Nov 22:00
Compare
Choose a tag to compare
  • Fields now are descriptors.
  • Empty required fields are still validated only during explicite validations.

Backward compatibility breaks:

  • Renamed _types to types in fields.
  • Renamed _items_types to items_types in ListField.
  • Removed data transformers.
  • Renamed module error to errors.
  • Removed explicit validation - validation occurs at assign time.
  • Renamed get_value_replacement to get_default_value.
  • Renamed modules utils to utilities.