Skip to content

Releases: vinitkumar/json2xml

Change LICENSE

13 Nov 18:38
e555782
Compare
Choose a tag to compare

Change LICENSE to GPL 3.0

Major release

13 Nov 18:21
707bb2b
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

Fixes issues with some crash & documentation.

Python3 support

28 Mar 19:46
Compare
Choose a tag to compare

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
Choose a tag to compare

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