Skip to content

Commit d08e490

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent 3d4473a commit d08e490

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

_docs/api/JsonLogic/title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bookmark: JsonLogic
44
permalink: /api/JsonLogic/:title/
55
folder: true
66
order: "10.11"
7-
version: "5.4.2"
7+
version: "5.4.3"
88
---

_docs/api/JsonPointer.Net/JsonPointer.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,16 @@ A new pointer.
7878

7979
### Combine(ReadOnlySpan\<PointerSegment\> additionalSegments)
8080

81-
Concatenates additional segments onto the current pointer.
8281

8382
#### Declaration
8483

8584
```c#
8685
public JsonPointer Combine(ReadOnlySpan<PointerSegment> additionalSegments)
8786
```
8887

89-
| Parameter | Type | Description |
90-
|---|---|---|
91-
| additionalSegments | ReadOnlySpan\<PointerSegment\> | The additional segments. |
92-
9388

9489
#### Returns
9590

96-
A new pointer.
9791

9892
### Create(params PointerSegment[] segments)
9993

@@ -120,26 +114,16 @@ This method creates un-encoded pointers only.
120114

121115
### Create(ReadOnlySpan\<PointerSegment\> segments)
122116

123-
Creates a new JSON Pointer from a collection of segments.
124117

125118
#### Declaration
126119

127120
```c#
128121
public static JsonPointer Create(ReadOnlySpan<PointerSegment> segments)
129122
```
130123

131-
| Parameter | Type | Description |
132-
|---|---|---|
133-
| segments | ReadOnlySpan\<PointerSegment\> | A collection of segments. |
134-
135124

136125
#### Returns
137126

138-
The JSON Pointer.
139-
140-
#### Remarks
141-
142-
This method creates un-encoded pointers only.
143127

144128
### Create(Expression\<Func\<T, object\>\> expression, PointerCreationOptions options)
145129

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonLogic
44
icon: fas fa-tag
55
order: "09.11"
66
---
7+
# [5.4.3](https://github.com/json-everything/json-everything/pull/928) {#release-logic-5.4.3}
8+
9+
[#927](https://github.com/gregsdennis/json-everything/issues/927) - Fix for dynamically constructed paths in VariableRule in IRule implementation.
10+
711
# [5.4.2](https://github.com/json-everything/json-everything/pull/923) {#release-logic-5.4.2}
812

913
[#922](https://github.com/gregsdennis/json-everything/issues/922) - Operators `and` and `or` have lost feature to return the last argument with applied rules in IRule implementation. Thanks to [@alexkharuk](https://github.com/alexkharuk) for finding and fixing this issue.

0 commit comments

Comments
 (0)