Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

43 lines (23 loc) · 1.35 KB

[Master]

[2.6]

[2.5]

  • Support for callback options (e.g. if: -> ...) (thnks to @watsonjon#28)

[2.4]

  • Using ActiveSupport.on_load(:active_record) instead of direct extend. (#26)
  • Possibility to pass options to custom filters. (@nasa42#27)
  • Rewritten to use keyword arguments instead of hash, and other Ruby 2 stuff

[2.3] - 2018-02-06

  • Replacing all utf8 characters in squish (thnks to @nasa42)

[2.2] - 2016-07-28

  • Added 'virtual'-option (thnks to @nasa42)

[2.1] - 2016-07-28

  • Drop support for ruby 1.9.3

[2.0.6] - 2014-07-29

  • Some file permission issues

[2.0.5] - 2014-06-03

  • Added :convert_non_breaking_spaces filter (#12)

[2.0] - 2011-11-23

  • Includes config for extra filters (thnks to @dadittoz)

[1.0] - 2011-08-26

  • Only basic filters