Releases: angela-tarantula/jsonpatchx
Releases · angela-tarantula/jsonpatchx
v0.1.0
Added
- Initial public release of JsonPatchX as a modern PATCH framework for Python.
- RFC 6902 parsing, validation, and application, including compliance coverage against the upstream JSON Patch test suite.
- Typed
JSONPointerandJSONSelectorsurfaces, including built-in backends, custom backend hooks, and standards-oriented coverage for RFC 6901 and RFC 9535 behavior. - Pydantic-first operation models,
JsonPatchFor[...], route-scoped registries, and schema generation for governed PATCH contracts. - FastAPI integration helpers and OpenAPI generation for plain RFC 6902, custom operations, and selector-based patch APIs.
- User guide, developer reference, API reference, and runnable demo apps, including FastAPI examples and OpenAPI snapshots.