Skip to content

Releases: ifiokjr/package_json_schema

v0.2.2

25 Sep 13:43
5d13b38
Compare
Choose a tag to compare

🎉 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

  • update formatting

⚙️ 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
0e9e3eb
Compare
Choose a tag to compare
  • Use the Repository enum in the repository field #2
  • Update readme and crate documentation.

0.2.0

13 Dec 02:53
387e152
Compare
Choose a tag to compare
  • 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
757d3c7
Compare
Choose a tag to compare

Improve the readme documentation again.

0.1.1

01 Aug 17:18
4e51c2d
Compare
Choose a tag to compare

Small changes to readme.md (CI workflow badge), which show up in docs.rs.

0.1.0

01 Aug 17:17
0991fa8
Compare
Choose a tag to compare

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.