==========
Changlelog
==========

0.5.4 (2009-05-01)
------------------

* added json converter with tests

BUG FIX: Tuple conversion broke if too many items were supplied.. 

0.5.3 (2009-01-22)
------------------

Reverting previous fix.. convert should leave None along in both directions.

0.5.2 (2009-01-17)
------------------

BUG FIX: string converters ``from_type``s were returning None - should always
         be an empty string

BUG FIX: string converters ``to_type``s were checking for None - they should
         expect an empty string for an none representation

0.5.1 (2009-01-06)
------------------

!! API CHANGES !!

* fromType becomes from_type
* toType becomes to_type

Cleaned up repo and fixed bad style in some method attributes and method names

* Added files recommended by pypi including license

0.5 (2009-01-05)
----------------

NOTE: First External Release
