Skip to content

0.9.0 - Converters

Choose a tag to compare

@smarie smarie released this 10 Oct 17:00
· 170 commits to main since this release

converters

  • Fields can now be equipped with converters by using field(converters=...). Fixes #5
  • New method trace_convert to debug conversion issues. It is available both as an independent function and as a method on Field. Fixes #31
  • New decorator @<field>.converter to add a converter to a field. Fixed #28.

misc

  • The base Field class is now exposed at package level.

See documentation page for details.