Backwards incompatibilities:
- Removed support for Rails <= 3.0.
Features:
- Added support for Rails 5.
Enhancements:
- Support for Rails 4.0 and 4.1.
- Added an
:unencode_special_chars
option to opt out of entity encoding. (Thanks, @openbl!)
Enhancements:
- Support for Rails 3.1 and 3.2 (Thanks, Igal Koshevoy!)
- Altered the installed directory structure to be lib/loofah/activerecord (was lib/loofah-activerecord).
Notes
- ActiveRecord-related code from Loofah 0.4.7 has been moved here. See http://github.com/flavorjones/loofah for a historical changelog.
- Using bundler to provide proper gem sandboxing in testing multiple rails versions.
- Birthday!