Skip to content

v1.9.0

Latest

Choose a tag to compare

@fym-rgb fym-rgb released this 17 Apr 21:47
· 19 commits to main since this release
547ee59

v1.9.0

What's Changed

  • feat: Add withStructuredMatching(true) configuration flag on GenericMachine.Builder for linear-time array-consistent matching via StructuredFinder by @fym-rgb in #245
  • Added StructuredFinder.matchRules(JsonNode) overload
  • Added GenericMachineConfiguration 3-arg constructor accepting useStructuredMatching
  • Default behavior unchanged (useStructuredMatching defaults to false)

Full Changelog: v1.8.2...v1.9.0

New Contributors