FlyForms Changelog¶
Version 0.3.0¶
Not yet released
- new basic
Fields
:DatetimeField
andDictField
- property
SimpleValidator.positive_case
was renamed tovalidation_case
inSimpleValidator
- property
SimpleValidator.positive_case
was deprecated and will be removed in v1.0.0 - new method
to_python()
inForm
- property
Form.data
was deprecated and will be removed in v1.0.0 useto_python()
method - other minor improvements
Version 0.2.0¶
Released 19.10.2015
- issue tracker is available on BitBucket
- new method for
Field.bind()
which returns an immutable bound value - new basic
Fields
:ListField
andArrayField
- new
Validators
:ItemTypedValidator
andJsonItemTypedValidator
- methods
Field.validate()
andField.is_valid()
were deprecated and will be removed in v1.0.0 - core descriptor
FormField
now usesField.bind()
insteadField.validate()
- new module
flyforms.common
- other minor improvements
Version 0.1.1¶
Released 14.10.2015.
FlyForms:
- bug with
default
argument forField
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