Skip to content

Releases: gocardless/anony

v0.7.0

04 Dec 12:07
Compare
Choose a tag to compare
  • BREAKING Switch to nesting field-level configuration in a fields block #32. This should just be a case of switching anonymise { ... } to anonymise { fields { ... } } in most cases, but for more details please check the README.
  • BREAKING Anony::Strategies.register was renamed to Anony::FieldLevelStrategies.register.

v0.6.0

03 Dec 09:26
Compare
Choose a tag to compare
  • Use ActiveRecord::Persistence#current_time_from_proper_timezone #34

v0.5.0

26 Nov 13:53
Compare
Choose a tag to compare
  • Make valid_anonymisation? a class method #24
  • Allow dynamic registration of Anony::Strategies #23
  • Only apply anonymisation strategies to columns that are defined [#28](#28

v0.4.0

20 Nov 10:40
Compare
Choose a tag to compare
  • Allow using a constant value as a strategy #19

v0.3.1

15 Nov 09:22
f7c0eaa
Compare
Choose a tag to compare
  • Fix anonymised_at column #13

v0.3.0

13 Nov 16:26
6b9a235
Compare
Choose a tag to compare
  • Support anonymised_at column #9

v0.2.1

11 Nov 14:43
Compare
Choose a tag to compare
  • Fix relative require in DefineDeletionStrategy cop #8

v0.2

11 Nov 14:30
Compare
Choose a tag to compare
  • Improve the README #5
  • Use Rubocop for testing code style #6
  • Add an RSpec helper for testing #7

v0.1

11 Nov 11:22
Compare
Choose a tag to compare

Initial release.