FlyForms Changelog¶
Version 0.2.0¶
Not yet released
- 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
- 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