Skip to content

Latest commit

 

History

History
83 lines (50 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

83 lines (50 loc) · 2.19 KB

0.5

Breaking Changes

  • None

Added

  • #43 Rails 5 support
  • #44 Remove all Rails 5 deprecation notices

0.4.1

Breaking Changes

  • None

Fixed

  • #42 Escape columns in DUPLICATE KEY statements

0.4.0

Breaking Changes

  • None

Added

  • #40 Support for optional 2nd instance argument

0.3.0

Breaking Changes

  • None

Added

  • #30 Advanced obfuscation
  • #37 Custom adapters for Postgres and MySQL

Fixed

  • #26 Postgres - Use ActiveRecord methods to generate INSERT SQLs
  • #25 Fix custom strategies bug
  • #28 Only obfuscate fields when they are present
  • #35 Better support for Rails 4.0
  • #31 Fix link to Code of Conduct

0.2.0

Breaking Changes

  • None

Added

  • #8 Global settings
  • #17 Using random generator instead of character shuffle for data obfuscation
  • #18 Add a CHANGELOG
  • #20 Postgres Support

Fixed

  • Typo fixes on the README: #9, #10
  • #11 Some ActiveRecord classes do not use id as the primary key
  • #25 Fix Custom Strategy

0.1.0

Breaking Changes

  • None

Added

  • #2 Add :ignore and :override options to deal with data collision
  • #3 Add option to obfuscate fields
  • #4 Add intro to Update / Ignore section
  • #6 Set up Appraisal to run specs across Rails 3.2 through 4.2

Fixed

  • #7 Fix casting of values