- Adds the ability to render fields for html output (without input elements). [href]
- Adds the ability to upload files without losing them if the form has an unrelated validation error. [href]
- Divides the submissions into 'pending' and 'complete'.
Pending submissions are temporary and possibly invalid. Complete submissions are final and always valid.
[href]
- Compresses uploaded files before storing them on the database. [href]
- Limits the size of uploaded files. [href]
- No longer stores the csrf_token with the form submission. [href]
- Adds a file upload syntax. [href]
- Show the 'required' flag, even if the requirement is conditional. [href]
0.2.3
Not secure
~~~~~~~~~~~~~~~~~~~
- Fix unicode errors in Python 2.7. [href]
0.2.2
Not secure
~~~~~~~~~~~~~~~~~~~
- Make sure special fields like the csrf token are included in the fieldsets. [href]
0.2.1
Not secure
~~~~~~~~~~~~~~~~~~~
- Makes sure multiple fields with the same labels are handled more intelligently. [href]
0.2.0
Not secure
~~~~~~~~~~~~~~~~~~~
- Rewrites most of the parsing logic. Pyparsing is no longer used for indentation, instead the form source is transalted into YAML first, then parsed further.