Skip to content

Releases: angela-tarantula/jsonpatchx

v0.1.0

24 Apr 23:45
4c5906a

Choose a tag to compare

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 JSONPointer and JSONSelector surfaces, 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.