Releases: vinitkumar/json2xml
Releases · vinitkumar/json2xml
Fix issue with the readme
Fixes #52, issue with typo in the code example issue.
Major Release
Major refactor
This is a major refactor & contains some breaking changes
- the helper methods are moved out & their naming is improved
- the main class now only contains the method to converts to xml
- 100% test coverage for util methods
- custom wrapper and indent support added
- tests integration with pytest and unittest
Change LICENSE
Change LICENSE to GPL 3.0
Major release
Minor release
Fixes issues with some crash & documentation.
Python3 support
This release adds much need Python3 support to the library. Also, the dependencies are cleaned up and the code has support for both Python2 and Python3.
New Major Release
Following improvements are done in this release:
- Support for local JSON files
- Support for JSON files in URLs
- Major refactor of code.
- Added tests
- Add Travis CI