Skip to content

Commit ad60fc5

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent ef4fb67 commit ad60fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ AOT support is not currently supported for this library. Appropriate attributes
106106

107107
- Dropping support for .Net Standard 3.1 - May still be used, but exact behavior cannot be guaranteed.
108108
- `PropertyNamingMethods` removed. Previously marked obsolete.
109-
- `SchemaGenerationConfiguration.PropertyNamingMethod` removed. Previously marked obsolete.
109+
- `SchemaGeneratorConfiguration.PropertyNamingMethod` removed. Previously marked obsolete.
110110

111111
# [3.5.0](https://github.com/gregsdennis/json-everything/pull/581) {#release-schemagen-3.5.0}
112112

@@ -132,7 +132,7 @@ Also affected by this were `[JsonPropertyName]` and `[JsonIgnore]`.
132132

133133
[#528](https://github.com/gregsdennis/json-everything/pull/528) - [@juwens](https://github.com/juwens) suggesting adding `PropertyNameResolver` for property naming that takes the entire `MemberInfo` (instead of just the member name) in place of `PropertyNamingMethod` so that additional information can be used to determine a name for the JSON property.
134134

135-
`SchemaGenerationConfiguration.PropertyNamingMethod` has been deprecated. It's still functional but will be removed with the next major version.
135+
`SchemaGeneratorConfiguration.PropertyNamingMethod` has been deprecated. It's still functional but will be removed with the next major version.
136136

137137
# [3.3.2](https://github.com/gregsdennis/json-everything/pull/513) {#release-schemagen-3.3.2}
138138

@@ -267,7 +267,7 @@ Fixed `[Minimum()]`, `[ExclusiveMinimum()]`, `[Maximum()]`, and `[ExclusiveMaxim
267267
[#128](https://github.com/gregsdennis/json-everything/pull/128) - Added support for nullability. Special thanks to [@JMPSequeira](https://github.com/JMPSequeira) who proposed the feature and worked through multiple designs ([#124](https://github.com/gregsdennis/json-everything/pull/124) and [#127](https://github.com/gregsdennis/json-everything/pull/127)) that lead to the final solution and for adding all the tests needed to ensure proper function.
268268
- Added `NullableAttribute`.
269269
- Added `Nullability`.
270-
- Added `SchemaGenerationConfiguration.Nullability`.
270+
- Added `SchemaGeneratorConfiguration.Nullability`.
271271

272272
[#125](https://github.com/gregsdennis/json-everything/pull/125) - Bug fix: generation of object with no serializable properties still generates an empty `properties` keyword.
273273

0 commit comments

Comments
 (0)