Releases: vinitkumar/json2xml
Releases · vinitkumar/json2xml
Fix issue with the readme
30 May 14:48
Compare
Sorry, something went wrong.
No results found
Fixes #52 , issue with typo in the code example issue.
Major Release
05 Feb 17:20
Compare
Sorry, something went wrong.
No results found
This release implements the following:
Moved from dict2xml to a much better dicttoxml library #47 with attribute support
Also, fixes #34 to an extent
Fix issues with documentation and faulty pypi release process
Major refactor
25 Feb 20:38
Compare
Sorry, something went wrong.
No results found
This is a major refactor & contains some breaking changes
Related issues: #36 , #39
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
13 Nov 18:38
Compare
Sorry, something went wrong.
No results found
Change LICENSE to GPL 3.0
Major release
13 Nov 18:21
Compare
Sorry, something went wrong.
No results found
Fixes #21 , JSON with multiple records now outputs valid XML
Fixes #20 , case sensitivity is now preserved.
XML is now wrapped with <all>.
Remove beautifulsoup and simplejson as dependencies
Added support for parsing and converting JSON from string stream
Minor release
31 Mar 11:18
Compare
Sorry, something went wrong.
No results found
Fixes issues with some crash & documentation.
Python3 support
28 Mar 19:46
Compare
Sorry, something went wrong.
No results found
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
13 Feb 16:03
Compare
Sorry, something went wrong.
No results found
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