Changes
- Ruby gem updates.
- Update rexml gem to patch CVE.
Changes
- Ruby gem updates.
- Add groups to Gemfile.
- Minor code refactors.
Changes
- Ruby gem updates.
Changes
- Relax ruby version requirement to Gem::Requirement.new(">= 3.0.1", "< 4.0").
- Ruby gem updates.
Changes
- Add github actions to run tests and rubocop.
- DRY up code in immutable_struct_ex_redactable/redacted_accessible.rb.
- Ruby gem updates.
- Fix rubocop violations.
- Add some rubocop rules.
Changes
- Ruby gem updates.
- Fix rubocop violations.
Changes
- Ruby gem updates.
Changes
- Ruby gem updates.
Changes
ImmutableStructExRedactable::Configuration#whitelist
is now supported. Attributes added to #whitelist will not be redacted. All other attributes will be redacted.ImmutableStructExRedactable::Configuration#redacted
will be deprecated in a future release. Please useImmutableStructExRedactable::Configuration#blacklist
instead.
Changes
- Ruby gem updates.
Changes
- Ruby gem updates.
Changes
- Add
ImmutableStructExRedactable::Configuration#redacted_unsafe
property. If this property istrue
, redacted field values will be retained and accessible as private methods on the struct namedunredacted_<field>
. - Update README.md file.
Changes
- Fix rubocop violations
Initial release