All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2024-12-14
- [breaking] upgrade msrv
- upgrade
validatorto latest
0.2.2 - 2024-09-25
- upgrade
validatorversion and make changes
- set msrv to
1.70supportingonce_cellinvalidator - update
typesVersionfield spec to match docs (#3) - upgrade
indexmapto v2 (#4)
- update formatting
- ensure valid changelog name
- test and build against msrv
- automate releases
- use sed for version change
- rust versions
- Use the
Repositoryenum in therepositoryfield #2 - Update readme and crate documentation.
- Make versions of dependencies less strict, for better compatibility with other packages.
- Re-export the
validatorcrate when thevalidatefeature is enabled as requested in #1.
Improve the readme documentation again.
Small changes to the readme.md, which show up in docs.rs.
Initial release of a package.json schema extractor.
- Transform a JSON string into a
PackageJsonstruct. - Optionally set the
validatefeature to validate thepackage.jsonfields.