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.2.2 - 2024-09-25
- upgrade
validator
version and make changes
- set msrv to
1.70
supportingonce_cell
invalidator
- update
typesVersion
field spec to match docs (#3) - upgrade
indexmap
to v2 (#4)
- update formatting
- ensure valid changelog name
- test and build against msrv
- automate releases
- use sed for version change
- rust versions
- Use the
Repository
enum in therepository
field #2 - Update readme and crate documentation.
- Make versions of dependencies less strict, for better compatibility with other packages.
- Re-export the
validator
crate when thevalidate
feature 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
PackageJson
struct. - Optionally set the
validate
feature to validate thepackage.json
fields.