1.8.1
- Allow
@Unredacted
to be applied to a class, only when a supertype is@Redacted
- Allow
@Redacted
supertypes to be inherited by objects, only when the child does not implement a customtoString
method - Fail compilation when
@Unredacted
and@Redacted
are applied to the same class
Special thanks to @DrewCarlson for contributing to this release!
What's Changed
- Update actions/checkout digest to 1d96c77 by @renovate in #209
- Update actions/checkout digest to 0ad4b8f by @renovate in #211
- Allow
@Unredacted
classes &@Redacted
child objects by @DrewCarlson in #212
Full Changelog: 1.8.0...1.8.1