2.0.2 - 2024-11-27
- Align the version number displayed by the CLI utility with the actual package release version.
2.0.1 - 2024-11-27
- Should now properly handle properties defined in the
oneOf
,anyOf
,allOf
,if
,then
,else
sections of a JSON Schema.
This also applies to thegetJSONPathsFromSchema
function.
2.0.0 - 2024-11-24
- Add boolean parameter
leaves
togetJSONPathsFromObject
andgetJSONPathsFromSchema
functions. - The
getJSONPathsFromObject
function is now asynchronous.
1.0.1 - 2024-11-23
- Adjust inconsistent naming in mentions of
JSON Schema
andJSONPath
.
1.0.0 - 2024-11-20
- Initial release.