ajv-validator / ajv-formats

JSON Schema format validation for Ajv v8+
https://ajv.js.org
MIT License
186 stars 36 forks source link

changelog #95

Open jkowalleck opened 5 months ago

jkowalleck commented 5 months ago

So far, I was using ajv-formats@2.1.1. I saw a release of v3.0.1 on npmjs: https://www.npmjs.com/package/ajv-formats?activeTab=versions but was unable to find any history, changelog, or release-log or any documentation. Could you help me grasp what was changed between 2.1.1 and v3.0.0? What are the breaking changes? What was the patch in v3.0.1?

alexkvak commented 5 months ago

https://github.com/ajv-validator/ajv-formats/releases/tag/v3.0.0-rc.0 ?

jkowalleck commented 5 months ago

https://github.com/ajv-validator/ajv-formats/releases/tag/v3.0.0-rc.0 ?

and the rest?

alexkvak commented 5 months ago

I see only one meaningful commit. Old Node.js versions were dropped.

https://github.com/ajv-validator/ajv-formats/commit/9a74d2d6261a4c1b36c1ae8cb498018ac04aa5fc

hilleer commented 4 months ago

Was looking for this too. In particular as part of releases that otherwise seem to have been up-to-date.