Skip to content

Releases: pa-media-group/partial-response

1.0 Release

21 Nov 14:01
Compare
Choose a tag to compare

This release contains basic functionality for adding support for Partial Response to your application. Included in this release are:

  • Partial response pattern parsing to an AST
  • Visitors for navigating over the AST with built in support for
  • Matcher - the core concept of the library
  • Jackson based filter support for applying partial response to JSON
  • JAX-RS based filter for applying partial response to JSON APIs