Releases: ifiokjr/package_json_schema
Releases · ifiokjr/package_json_schema
v0.2.2
🎉 Added
- upgrade
validator
version and make changes
🐛 Bug Fixes
- set msrv to
1.70
supporting once_cell
in validator
- update
typesVersion
field spec to match docs (#3)
- upgrade
indexmap
to v2 (#4)
🎨 Styling
⚙️ Miscellaneous Tasks
- ensure valid changelog name
- test and build against msrv
- automate releases
- use sed for version change
- rust versions
Compare
0.2.1
- Use the
Repository
enum in the repository
field #2
- Update readme and crate documentation.
0.2.0
- Make versions of dependencies less strict, for better compatibility with other packages.
- Re-export the
validator
crate when the validate
feature is enabled as requested in #1.
0.1.2
Improve the readme documentation again.
0.1.1
Small changes to readme.md
(CI workflow badge), which show up in docs.rs
.
0.1.0
Initial release of a package.json
schema extractor.
✨ Features
- Transform a JSON string into a
PackageJson
struct.
- Optionally set the
validate
feature to validate the package.json
fields.