From 56cc04254719024819722121889a4d67e02712d2 Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Mon, 22 Feb 2021 17:46:27 +1300 Subject: [PATCH 1/4] deprecate manatee.json; add 2020-12 support for json-everything --- _data/validator-libraries-modern.yml | 7 +------ _data/validator-libraries-obsolete.yml | 5 +++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/validator-libraries-modern.yml b/_data/validator-libraries-modern.yml index cac31e97..24e8619f 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -8,14 +8,9 @@ license: "AGPL-3.0-only" - name: JsonSchema.Net url: https://github.com/gregsdennis/json-everything - date-draft: [2019-09] + date-draft: [2019-09, 2012-12] draft: [7, 6] license: MIT - - name: Manatee.Json - url: https://github.com/gregsdennis/Manatee.Json - date-draft: [2019-09] - draft: [7, 6, 4] - license: MIT - name: C implementations: - name: WJElement diff --git a/_data/validator-libraries-obsolete.yml b/_data/validator-libraries-obsolete.yml index f0bece60..f1c3a4e6 100644 --- a/_data/validator-libraries-obsolete.yml +++ b/_data/validator-libraries-obsolete.yml @@ -6,6 +6,11 @@ notes: draft: [4] license: Ms-PL + - name: Manatee.Json + url: https://github.com/gregsdennis/Manatee.Json + date-draft: [2019-09] + draft: [7, 6, 4] + license: MIT - name: C++ anchor-name: cpp implementations: From cd3a77ff51bf5efbb40fecee23dda3a1a84a03fb Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Mon, 22 Feb 2021 17:48:51 +1300 Subject: [PATCH 2/4] save the file after a typo --- _data/validator-libraries-modern.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/validator-libraries-modern.yml b/_data/validator-libraries-modern.yml index 24e8619f..d2cb3b78 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -8,7 +8,7 @@ license: "AGPL-3.0-only" - name: JsonSchema.Net url: https://github.com/gregsdennis/json-everything - date-draft: [2019-09, 2012-12] + date-draft: [2019-09, 2020-12] draft: [7, 6] license: MIT - name: C From 69c9f28c9c9bfcd3905105e215dd4a04649cd552 Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Mon, 22 Feb 2021 21:06:57 +1300 Subject: [PATCH 3/4] add note about 'no longer in development' --- implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index f626c71c..82c58acb 100644 --- a/implementations.md +++ b/implementations.md @@ -6,7 +6,7 @@ permalink: /implementations.html _**NOTE:** This page lists implementations with (or actively working towards) support for draft-06 or later._ -_For implementations supporting only draft-04 or older, see the [Obsolete Implementations](obsolete-implementations) page._ +_For implementations supporting only draft-04 or older, or that are no longer in development, see the [Obsolete Implementations](obsolete-implementations) page._ * TOC From 5e852f9ea9cd54e27514bbaee0f0ba510c2733a5 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Mon, 22 Feb 2021 09:56:25 +0000 Subject: [PATCH 4/4] Put most recent version first --- _data/validator-libraries-modern.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/validator-libraries-modern.yml b/_data/validator-libraries-modern.yml index d2cb3b78..c81c1e6d 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -8,7 +8,7 @@ license: "AGPL-3.0-only" - name: JsonSchema.Net url: https://github.com/gregsdennis/json-everything - date-draft: [2019-09, 2020-12] + date-draft: [2020-12, 2019-09] draft: [7, 6] license: MIT - name: C