Skip to content

1.0 Release

Latest
Compare
Choose a tag to compare
@mattnathan mattnathan released this 21 Nov 14:01
· 5 commits to master since this release

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