FlyForms Changelog

Version 0.3.0

Not yet released

  • new basic Fields: DatetimeField and DictField
  • property SimpleValidator.positive_case was renamed to validation_case in SimpleValidator
  • property SimpleValidator.positive_case was deprecated and will be removed in v1.0.0
  • new method to_python() in Form
  • property Form.data was deprecated and will be removed in v1.0.0 use to_python() method
  • other minor improvements

Version 0.2.0

Released 19.10.2015

Version 0.1.1

Released 14.10.2015.

FlyForms:

  • bug with default argument for Field instances fixed
  • source tarball added to distribution in addition to wheel

Documentation:

  • new section FlyForms reference instead just API
  • section Advanced usage removed
  • other minor improvements

Version 0.1.0

Released 12.10.2015.

  • Initial release.