0.3
- Improved Unicode Support
- Improve Tests
0.27
- Add FieldMapper which is used internally with hasHeader=True
0.26
- Add hasHeaders argument to
CSVParser(csvFile, mapper, hasHeaders)
- Thus, mapper is optional now if hasHeaders is true
0.265
- Add CSVWriter class
0.25
- Add CSV-JSON and CSV-XML converters
0.24
- JSONMapper uses DictMapper as subclass
- Added yaml-mapper sample
0.245
- Added
buildDict
method
0.22 - Fix dictionary param bug 0.2 - JSON and Dictionary mappers
0.15 - Specify type
- Initial Release