Releases: vinitkumar/json2xml
Releases · vinitkumar/json2xml
v3.16.0
What's Changed
- Fix warning test by @Jeroendevr in #113
New Contributors
- @Jeroendevr made their first contribution in #113
Full Changelog: 3.15.1...v3.16.0
3.15.1
What's Changed
- feat: upgrade tests requirements and update metadata to show that pyp… by @vinitkumar in #111
Full Changelog: 3.15.0...3.15.1
3.15.0
What's Changed
- feat: support latest version of 3.10 and 3.11 alpha3 by @vinitkumar in #98
- Fix/perflint by @vinitkumar in #109
- feat: new python versions to test against by @vinitkumar in #110
Full Changelog: v3.14.0...3.15.0
Possible DOS vulnerability fix
What's Changed
- fix: issue with uncaught UnicodeDecodeError by @vinitkumar in #107
Full Changelog: 3.12.0...v3.14.0
Remove Pytest as direct dependencies
What's Changed
- Do not require nor ship pytest and dependancies with json2xml by @psi29a in #104
- Feat: install pytest separately and run pytests now by @vinitkumar in #105
Full Changelog: 3.10.0...3.11.0
Major release with fixes on the custom root
What's Changed
- Add support for Python3.11 alpha and upgrade pytest and py by @vinitkumar in #97
- Issue: #99 dicttoxml igores the root param by @psi29a in #100
- fix: we support Python3.7+ now by @vinitkumar in #101
New Contributors
Full Changelog: v3.9.0...3.10.0
Pre Release with Python 3.11 support
How to Install:
pip install json2xml==3.10.0rc1
Version 3.9.0
- feat: item_wrap for str and int (#93)
- Drop python3.6 from the supported versions.
Version Bump release
With accurate changelog and version bump
Bugfix release
This resolves an issue with dicttoxml #89