# Changelog for WTForms HTML5


## 0.2.0, 2016-10-06

Huge refactoring. Dropping all fields, widgets and validators and include a new
meta class for forms instead. See `README.md` for more information.

- _REMOVED_ all fields, widgets and validators
- _REMOVED_ tests from the Python package
- _ADDED_ meta class for forms
- _ADDED_ requirement files
- Uses plain unittest instead of nosetest
- Configured [tox][] for automated testing

### 0.2.1, 2016-10-07

- _REMOVED_ `run…` files and replaced them with a `makefile`
- _ADDED_ style check command (PEP–8…)
- _ADDED_ test coverage analysis
- _ADDED_ [Travis CI][] integration
- _ADDED_ [Landscape][] integration
- updated docs and added badges to the docs
- new CHANGELOG format

### 0.2.2, 2016-10-07

- __FIXED__ added `setup.py` to bumpversion configuration



## 0.1.0, 2012-11-10

Initial release.

### 0.1.1, 2012-11-11

- __FIXED__ some spelling errors in the documentation.

### 0.1.2, 2012-11-12

- _ADDED_ test cases.

### 0.1.3, 2012-11-12

- _ADDED_ dependencies to `setup.py`.



[tox]: https://tox.readthedocs.io/
[Travis CI]: https://travis-ci.com/
[Landscape]: https://travis-ci.com/
