Releases: davidcalhoun/jstoxml
Releases · davidcalhoun/jstoxml
v5.0.2
What's Changed
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #82
Full Changelog: v5.0.1...v5.0.2
v5.0.1 bump dependencies
v5.0.0 (breaking) upgrade to Prettier 3; dependency updates
- (breaking) upgrade to Prettier 3. This shouldn't affect the vast majority of users, as this is a dev dependency only.
- misc dependency updates
v3.2.10
What's Changed
- build(deps-dev): bump @babel/traverse from 7.22.10 to 7.23.2 by @dependabot in #77
New Contributors
- @dependabot made their first contribution in #77
Full Changelog: v3.2.9...v3.2.10
v3.2.9
v3.2.8
v3.2.7
- update package-lock, fix Dependabot issue (Prototype Pollution in JSON5 via Parse Method)
v3.2.6
v3.2.5
3.2.5
v3.2.0
- new config option
selfCloseTags
added which is used as an easier global setting to enable/disable self-closing tags.