Skip to content

Commit cbff2b9

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent 5ddbc7e commit cbff2b9

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

_docs/api/JsonPointer.Net/JsonPointer.md

-16
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-schema.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ title: JsonSchema.Net
44
icon: fas fa-tag
55
order: "09.01"
66
---
7-
# [7.3.2](https://github.com/gregsdennis/json-everything/pull/870) {#release-schema-7.3.2}
7+
# [7.3.3](https://github.com/json-everything/json-everything/commit/f8c131ddfb280cbe33e1bb38ec1f13a11ba56b33) {#release-schema-7.3.3}
88

99
[#852](https://github.com/gregsdennis/json-everything/issues/852) - Improves `hostname` & `idn-hostname` format validation. Thanks to [@mauricecamphadrian](https://github.com/mauricecamphadrian) for finding this and suggesting a new regex.
1010

11+
# [7.3.2](https://github.com/gregsdennis/json-everything/pull/870) {#release-schema-7.3.2}
12+
13+
> I'm not sure what changed here. The intended changes were republished as 7.3.3 (above). Use that instead.
14+
{: .prompt-info }
15+
1116
# [7.3.1](https://github.com/gregsdennis/json-everything/pull/822) {#release-schema-7.3.1}
1217

1318
[#844](https://github.com/gregsdennis/json-everything/issues/844) - Nuspec for this library is manually mananged and gets left behind if a listed dependency is updated. Added a test to prevent this from happening again. Updates the dependency on _JsonPointer.Net_ to current latest (v5.1.0).

0 commit comments

Comments
 (0)