Skip to content

v1.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Breus Breus released this 22 Feb 15:16
· 121 commits to master since this release

What's Changed

This release contains backward incompatible changes to refine and extend the API with additional configuration features. This is the first release candidate for the 1.0.0 release which is meant to be the first stable release of the library.

For this release, a discussion will be opened to provide feedback to the API before the final 1.0.0 release. Please feel free to provide your feedback.

Backward incompatible API changes

  • Added ADR and implementation containing multiple configuration API related changes by @gavlyukovskiy in #47

The API changes are explained and discussed in ADR-2: API design for JSON masking configurations.

Functional changes

  • Added limited support for JSONPaths as targets by @donavdey in #45

Chores

Full Changelog: v0.2.1...v1.0.0-rc1

New Contributors