Sha256: 5cdf75a7ebb9ddfba32a188b6a6720ca3c8445dc122a05d8bb6fc4955f39b2f6
Contents?: true
Size: 801 Bytes
Versions: 2
Compression:
Stored size: 801 Bytes
Contents
== Not released yet * Drop support for Rails < 4.2 * Allow masking attributes which span on more than one column (or field), supersede `column_name` option with `column_names` == 0.2.1 * Bugfix: preload application to find all models * Bugfix: require all dependencies correctly == 0.2.0 * `AttrMasker::Maskers::Simple` is now a class * Added support for Mongoid == 0.1.1 * Mask records disregarding default scope (https://github.com/riboseinc/attr_masker/pull/41[#41]) * Major refactoring (extracting `Attribute` and `Model` classes) * Code style improvements (nearly all violations fixed) == 0.1 * First useful version * Rails 4 & 5 compatibility * Callable objects as maskers * Nice progress bar * Built-in maskers: `AttrMasker::Maskers::Replacing` and `AttrMasker::Maskers::SIMPLE`
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
attr_masker-0.3.1 | CHANGELOG.adoc |
attr_masker-0.3.0 | CHANGELOG.adoc |