v1.0.0
What's Changed
This is the first major release of the json-masker library after 3 release candidates for 1.0.0, and multiple pre-releases. 🎉
This release introduces several additional convenience APIs and a performance enhancement in JsonPATH look-up. Nonetheless, no backward incompatible changes were introduced with this release compared to the latest release candidate.
Additional features
- Add actual withTextFunction that decodes / encodes JSON values by @gavlyukovskiy in #104
- Allow overriding masking config for more specific keys for jsonpath by @donavdey in #119
- Add
eachDigitWith(String value)
to allow repeating each digit of a number with an asterisk out-of-the-box by @Breus in #108
Performance enhancements
Chores
- Code clean-up, add small test case by @Breus in #109
- Readme bold text by @Breus in #110
- Fix small things in readme by @gavlyukovskiy in #111
- Update README.md by @gavlyukovskiy in #112
- Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0 by @dependabot in #114
- Bump org.sonarqube from 4.4.1.3373 to 5.0.0.4638 by @dependabot in #113
- Cleanup some leftovers by @gavlyukovskiy in #115
Full Changelog: v1.0.0-rc3...v1.0.0