Skip to content

Releases: vinitkumar/json2xml

Fix issue with the readme

30 May 14:48
50d9a12
Compare
Choose a tag to compare

Fixes #52, issue with typo in the code example issue.

Major Release

05 Feb 17:20
50d9a12
Compare
Choose a tag to compare

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

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
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