* Fix bug that caused ``use_args`` to fail on class-based views in Flask. * Add ``allow_missing`` parameter to ``Arg``.
0.3.3
Not secure
******************
* Awesome contributions from the open-source community! * Add ``use_kwargs`` decorator. Thanks venuatu. * Tornado support thanks to jvrsantacruz. * Tested on Python 3.4.
0.3.2
Not secure
******************
* Fix bug with parsing JSON in Flask and Bottle.
0.3.1
Not secure
******************
* Remove print statements in core.py. Oops.
0.3.0
Not secure
******************
* Add support for repeated parameters (1). * *Backwards-incompatible*: All `parse_*` methods take `arg` as their fourth argument. * Add ``error_handler`` param to ``Parser``.