Skip to content

v1.0.0

Compare
Choose a tag to compare
@Breus Breus released this 09 Apr 07:30
· 78 commits to master since this release
c0e63df

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

  • Optimize json path lookup by avoiding traversing the trie from the ro… by @donavdey in #116

Chores

Full Changelog: v1.0.0-rc3...v1.0.0