All Versions
6
Latest Version
0.5
Avg Release Cycle
88 days
Latest Release
2688 days ago

Changelog History

  • v0.5 Changes

    November 18, 2016

    0.5

    ๐Ÿ’ฅ Breaking Changes

    • None

    โž• Added

    • ๐Ÿš… #43 Rails 5 support
    • ๐Ÿšš #44 Remove all Rails 5 deprecation notices
  • v0.4.1 Changes

    October 09, 2016

    0.4.1

    ๐Ÿ’ฅ Breaking Changes

    • None

    ๐Ÿ›  Fixed

    • #42 Escape columns in DUPLICATE KEY statements
  • v0.4.0 Changes

    June 09, 2016

    0.4.0

    ๐Ÿ’ฅ Breaking Changes

    • None

    โž• Added

    • ๐Ÿ‘ #40 Support for optional 2nd instance argument
  • v0.3.0 Changes

    April 08, 2016

    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
  • v0.2.0 Changes

    December 04, 2015

    ๐Ÿ’ฅ 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
  • v0.1.0 Changes

    ๐Ÿ’ฅ 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