Releases: davidcalhoun/jstoxml
Releases · davidcalhoun/jstoxml
v7.0.1
What's Changed
- BREAKING: only support ES Modules, drops support for UMD (CommonJS, window global) and drop the minified code from the package.
- v7 by @davidcalhoun in #88
Full Changelog: v6.0.1...v7.0.1
v6.0.1
What's Changed
- chore: bump major version of deps by @davidcalhoun in #87
Full Changelog: v5.0.2...v6.0.1
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)