Changes
=======

0.3.4
-----

* Fixed packaging errors which meant the templates were not installed.
  - Many thanks to Santtu Pajukanta.

0.3.3
-----

* Added documentation

0.3.2
-----

* Initial support for variable URL scheme and host
* Test suite executes
* License changed from BSD New to OSL-3.0
  
0.3.1
-----

* SSL certificate verification

0.3.0
-----

* Add option to disable schema validation on parsing:
  - Set ``xsd.VALIDATE_ON_PARSE`` to ``False``.
* Added some initial logging support:
  - Request logging available at when level set to DEBUG.
* Allow unicode as a valid type for strings.
* Check for Python keywords and prefix with underscore.
* Python code templates now loaded from external files.
* Generated code is now much cleaner.
* Generated code is now timestamped.
* Code tidying as reported by pyflakes and pep8.
* Fixed a number of typographical errors.
* Various name improvements to functions.
* Updated .hgignore
    
