Skip to content

Latest commit

 

History

History
70 lines (40 loc) · 2.17 KB

changelog.md

File metadata and controls

70 lines (40 loc) · 2.17 KB

Changelog

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.

[Unreleased]

0.2.2 - 2024-09-25

🎉 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

  • Use the Repository enum in the repository field #2
  • Update readme and crate documentation.

Compare

0.2.0

2022-12-11

  • 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

2022-08-01

Improve the readme documentation again.

0.1.1

2022-08-01

Small changes to the readme.md, which show up in docs.rs.

0.1.0

2022-08-01

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.