Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1 KB

CHANGELOG.md

File metadata and controls

46 lines (34 loc) · 1 KB

Change Log

All notable changes to the project will be documented in this file.

[ 14 - 1.13.1.0 ] - 2024-05-07

Try with wildest matching.

Important

You can have just one wildest in a row. The first one will get as mush as possible as it matches in a hungry mode. Cases like {!key1}{!key2} will leave null for key2. Also be careful key2 will be null and still "pass" as a match. So use with care.

Changes

[ 13 - 1.13.0.0 ] - 2024-02-19

try new release scripts

Changes

[ 12 - 1.12.0 ] - 2021-12-13

Support hyphen and update gradle.

Thanks to:

  • Alen

[ 9 - 1.9.0 ] - 2021-12-13

Wild matching

[ 8 - 1.8.0 ] - 2021-11-29

Handle Nulls in matcher

[ 7 - 1.7.0 ] - 2021-11-29

Matcher

[ 6 - 1.6.0 ] - 2021-11-29

Try stable version

[ 5 - 1.5.0 ] - 2021-11-29

Try latest versions

[ 2 - 1.3.0 ] - 2021-01-27

Bump versions

[ 1 - 1.2.1 ] - 2021-01-27

Version so far

Changes

  • initial structure