Releases: ifiokjr/package_json_schema
Releases · ifiokjr/package_json_schema
v0.3.0
14 Mar 19:32
Compare
Sorry, something went wrong.
No results found
🎉 Added
⚙️ Miscellaneous Tasks
upgrade validator to latest
v0.2.2
25 Sep 13:43
Compare
Sorry, something went wrong.
No results found
🎉 Added
upgrade validator version and make changes
🐛 Bug Fixes
set msrv to1.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
06 Oct 03:01
Compare
Sorry, something went wrong.
No results found
Use the Repository enum in the repository field #2
Update readme and crate documentation.
0.2.0
13 Dec 02:53
Compare
Sorry, something went wrong.
No results found
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
01 Aug 17:29
Compare
Sorry, something went wrong.
No results found
Improve the readme documentation again.
0.1.1
01 Aug 17:18
Compare
Sorry, something went wrong.
No results found
Small changes to readme.md (CI workflow badge), which show up in docs.rs.
0.1.0
01 Aug 17:17
Compare
Sorry, something went wrong.
No results found
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.