- Support for
array
attributes (thnks to @sharshenov)
- Support for callback options (e.g. if: -> ...) (thnks to @watsonjon#28)
- Using
ActiveSupport.on_load(:active_record)
instead of directextend
. (#26) - Possibility to pass options to custom filters. (@nasa42#27)
- Rewritten to use keyword arguments instead of hash, and other Ruby 2 stuff
- Replacing all utf8 characters in squish (thnks to @nasa42)
- Added 'virtual'-option (thnks to @nasa42)
- Drop support for ruby 1.9.3
- Some file permission issues
- Added :convert_non_breaking_spaces filter (#12)
- Includes config for extra filters (thnks to @dadittoz)
- Only basic filters