Skip to content

Commit 2f21f97

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent de8bd87 commit 2f21f97

14 files changed

+61
-5
lines changed

_docs/release-notes/rn-json-e.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ title: JsonE.Net
44
icon: fas fa-tag
55
order: "09.12"
66
---
7+
# [2.1.0.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-e-2.1.0.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
711
# [2.1.0](https://github.com/gregsdennis/json-everything/pull/681) {#release-e-2.1.0}
812

9-
[Json-e #526](https://github.com/json-e/json-e/pull/526) Added `$find` operator.
13+
[Json-e #526](https://github.com/json-e/json-e/pull/526) - Added `$find` operator.
1014

1115
# [2.0.0](https://github.com/gregsdennis/json-everything/pull/619) {#release-e-2.0.0}
1216

_docs/release-notes/rn-json-logic.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
22
layout: page
3-
title: JsonLogic.Net
3+
title: JsonLogic
44
icon: fas fa-tag
55
order: "09.11"
66
---
7+
# [5.2.0.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-logic-5.2.0.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
711
# [5.2.0](https://github.com/gregsdennis/json-everything/pull/708) {#release-logic-5.2.0}
812

913
Added new implementation that operates on `JsonNode` instead of a dedicated object model. Cuts memory use and evaluation time in half!

_docs/release-notes/rn-json-more.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: Json.More.Net
44
icon: fas fa-tag
55
order: "09.13"
66
---
7+
# [2.0.1.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-more-2.0.1.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
711
# [2.0.1](https://github.com/gregsdennis/json-everything/pull/669) {#release-more-2.0.1}
812

913
Fixes an issue in `JsonNode.GetInteger()` where the underlying value is a `uint`.

_docs/release-notes/rn-json-patch.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonPatch.Net
44
icon: fas fa-tag
55
order: "09.09"
66
---
7+
# [3.0.0.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-patch-3.0.0.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
711
# [3.0.0](https://github.com/gregsdennis/json-everything/pull/619) {#release-patch-3.0.0}
812

913
Updated for multi-framework support with .Net Standard 2.0 and .Net 8 with Native AOT support, including updating _System.Text.Json_ from v6 to v8.

_docs/release-notes/rn-json-path.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonPath.Net
44
icon: fas fa-tag
55
order: "09.08"
66
---
7+
# [1.0.1.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-path-1.0.1.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
711
# [1.0.1](https://github.com/gregsdennis/json-everything/commit/550f4d97d52c90644cf033ae235fa6d80b3fbda3) {#release-path-1.0.1}
812

913
Fixed an issue around operator precedence in boolean expressions.

_docs/release-notes/rn-json-pointer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonPointer.Net
44
icon: fas fa-tag
55
order: "09.10"
66
---
7+
# [4.0.1.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-pointer-4.0.1.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
711
# [4.0.1](https://github.com/gregsdennis/json-everything/commit/b065976d62a03166128d8445868e6ab4bc0124d8) {#release-pointer-4.0.1}
812

913
Fixed issue with equality operators on `PointerSegment` when dealing with nulls.

_docs/release-notes/rn-json-schema-array-ext.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonSchema.Net.ArrayExt
44
icon: fas fa-tag
55
order: "09.03"
66
---
7+
# [2.0.0.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-schemarrayext-2.0.0.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
711
# [2.0.0](https://github.com/gregsdennis/json-everything/pull/619) {#release-schemaarrayext-2.0.0}
812

913
Updated for multi-framework support with .Net Standard 2.0 and .Net 8 with Native AOT support, including updating _System.Text.Json_ from v6 to v8.

_docs/release-notes/rn-json-schema-data.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonSchema.Net.Data
44
icon: fas fa-tag
55
order: "09.02"
66
---
7+
# [6.0.0.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-schemadata-6.0.0.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
711
# [6.0.0](https://github.com/gregsdennis/json-everything/pull/619) {#release-schemadata-6.0.0}
812

913
Updated for multi-framework support with .Net Standard 2.0 and .Net 8 with Native AOT support, including updating _System.Text.Json_ from v6 to v8.

_docs/release-notes/rn-json-schema-datageneration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonSchema.Net.DataGeneration
44
icon: fas fa-tag
55
order: "09.07"
66
---
7+
# [2.1.0.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-schemadatagen-2.1.0.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
711
# [2.1.0](https://github.com/gregsdennis/json-everything/pull/665) {#release-schemadatagen-2.0.1}
812

913
[#617](https://github.com/gregsdennis/json-everything/issues/617) - Added support for `exclusiveMin`, `exclusiveMax`, and `$ref`. (Note: `$ref` support does not include infinite recursion checking.)

_docs/release-notes/rn-json-schema-generation-dataannotations.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonSchema.Net.Generation.DataAnnotations
44
icon: fas fa-tag
55
order: "09.06"
66
---
7-
# [1.0.0](https://github.com/gregsdennis/json-everything/pull/41) {#release-schemagen-1.0.0}
7+
# [1.0.0.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-schemagendataannotations-1.0.0.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
11+
# [1.0.0](https://github.com/gregsdennis/json-everything/pull/41) {#release-schemagendataannotations-1.0.0}
812

913
Initial release.

_docs/release-notes/rn-json-schema-generation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ title: JsonSchema.Net.Generation
44
icon: fas fa-tag
55
order: "09.05"
66
---
7-
# [4.3.0](https://github.com/gregsdennis/json-everything/pull/698) {#release-schema-4.3.0}
7+
# [4.3.0.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-schemagen-4.3.0.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
11+
# [4.3.0](https://github.com/gregsdennis/json-everything/pull/698) {#release-schemagen-4.3.0}
812

913
- Added `EnumIntent` constructors that take `JsonNodes`.
1014
- Added `NotIntent`.
1115

12-
# [4.2.0](https://github.com/gregsdennis/json-everything/pull/698) {#release-schema-4.2.0}
16+
# [4.2.0](https://github.com/gregsdennis/json-everything/pull/698) {#release-schemagen-4.2.0}
1317

1418
[#696](https://github.com/gregsdennis/json-everything/issues/696) - Number-based constraints ignored for nullable number types. Thanks to [@rhwork](https://github.com/rhwork) for reporting this.
1519

_docs/release-notes/rn-json-schema-openapi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonSchema.Net.OpenApi
44
icon: fas fa-tag
55
order: "09.04"
66
---
7+
# [3.0.0.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-schemaopenapi-3.0.0.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
711
# [3.0.0](https://github.com/gregsdennis/json-everything/pull/619) {#release-schemaopenapi-3.0.0}
812

913
Updated for multi-framework support with .Net Standard 2.0 and .Net 8 with Native AOT support, including updating _System.Text.Json_ from v6 to v8.

_docs/release-notes/rn-json-schema.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonSchema.Net
44
icon: fas fa-tag
55
order: "09.01"
66
---
7+
# [6.1.0.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-schema-6.1.0.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
711
# [6.1.0](https://github.com/gregsdennis/json-everything/pull/709) {#release-schema-6.1.0}
812

913
[#704](https://github.com/gregsdennis/json-everything/issues/704) - Several builder extension return types expanded from `IReadOnlyCollection<T>` to `IReadOnlyList<T>`. Thanks to [@SGStino](https://github.com/SGStino) for identifying and implementing this.

_docs/release-notes/rn-yaml.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: Yaml2JsonNode
44
icon: fas fa-tag
55
order: "09.13"
66
---
7+
# [2.0.0.1](https://github.com/gregsdennis/json-everything/pull/712) {#release-yaml-2.1.0.1}
8+
9+
[#711](https://github.com/gregsdennis/json-everything/issues/711) - Nuget package meta-data updates; no function change from previous version.
10+
711
# [2.0.0](https://github.com/gregsdennis/json-everything/pull/619) {#release-yaml-2.0.0}
812

913
Updated for multi-framework support with .Net Standard 2.0 and .Net 8.

0 commit comments

Comments
 (0)