| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-07 | 609 Bytes | |
| v1.9.0 source code.tar.gz | 2026-04-07 | 44.6 MB | |
| v1.9.0 source code.zip | 2026-04-07 | 44.7 MB | |
| Totals: 3 Items | 89.3 MB | 0 | |
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
New Contributors
- @fym-rgb made their first contribution in [#245]