v1.9.0
What's Changed
- feat: Add
withStructuredMatching(true)configuration flag onGenericMachine.Builderfor linear-time array-consistent matching via StructuredFinder by @fym-rgb in #245 - Added
StructuredFinder.matchRules(JsonNode)overload - Added
GenericMachineConfiguration3-arg constructor acceptinguseStructuredMatching - Default behavior unchanged (
useStructuredMatchingdefaults tofalse)
Full Changelog: v1.8.2...v1.9.0