Sha256: 8cbf0b4dc590fee5cb7557a2d32bc2d1b3f5cd6fe06a8c2fd64ae55dc1bedf0b

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

## [1.3.4] - 2023-12-27

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.

## [1.3.3] - 2023-12-02

Changes

- Ruby gem updates.
- Fix rubocop violations.

## [1.3.2] - 2023-12-02

Changes

- Ruby gem updates.

## [1.3.1] - 2023-11-01

Changes

- Ruby gem updates.

## [1.3.0] - 2023-09-03

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 use `ImmutableStructExRedactable::Configuration#blacklist` instead.

## [1.2.2] - 2023-08-29

Changes

- Ruby gem updates.

## [1.2.1] - 2023-08-17

Changes

- Ruby gem updates.

## [1.2.0] - 2022-10-03

Changes

- Add `ImmutableStructExRedactable::Configuration#redacted_unsafe` property. If this property is `true`, redacted field values will be retained and accessible as private methods on the struct named `unredacted_<field>`.
- Update README.md file.

## [1.1.0] - 2022-10-02

Changes

- Fix rubocop violations

## [1.0.0] - 2022-10-02

Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
immutable_struct_ex_redactable-1.3.4 CHANGELOG.md