From e7af1ef3d02d4371e1b816fade3c834a55679db3 Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Thu, 21 May 2020 21:13:14 +0200 Subject: [PATCH] chore(release): release v0.2.0 (#67) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a91d10..5f38bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [](https://github.com/qri-io/jsonschema/compare/v0.1.2...v) (2020-05-21) + +This is relase v0.2.0. It's a rework of the jsonschema implementation which now has better support for the spec, equal or better performance depending on the keyword, possibility to easily extend with your own keywords and finally, draft2019_09 support. + +### Features + +* **jsonschema:** reworking json schema (migration to draft2019_09) ([bb2a1cf](https://github.com/qri-io/jsonschema/commit/bb2a1cf423024a5144c05dcced8f1226fd7e65b9)) + + # [](https://github.com/qri-io/jsonschema/compare/v0.1.1...v) (2020-05-21) This is a patch release of jsonschema to mark v0.1.2. The purpose of it is to provide a stable v0.1 version for managing the dependencies as the upcoming v0.2.0 will break a lot of the existing API.