All Versions
29
Latest Version
Avg Release Cycle
308 days
Latest Release
1882 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.5.1.1
March 16, 2014 -
v1.5.0 Changes
- ๐ use redcarpet ~> 2.0.0; :renderer option
- ๐ use rinku ~> 1.5.0
- Rake task for rebuilding cached markup
- 0๏ธโฃ default youtube embed code should be the same as provide by youtube.com; wmode is no longer default param
- 0๏ธโฃ reducing dependencies - do not bundle RedCloth filter. Redcarpet (markdown) is default choice for markup and planned for more usage internally, so the lib goes with only that.
- ๐ minor youtube filter fixes (https support, short url with params)
-
v1.4.2 Changes
- โ Add support for YouTube short url
- โ added Redcarpet filter (Markdown rendering)
-
v1.4.1 Changes
- AutoHtml gets module method: AutoHtml.auto_html(...)
- on blank filter list return input instead of nil
- AutoHtmlFor producing html_safe
-
v1.4.0 Changes
- โ remove Rails dependencies by using rinku & tag_helper
- ๐ image filter supports attributes
- output of auto_html method is html_safe
- auto_html module is included in ApplicationHelper
-
v1.3.7 Changes
- require activerecord only if available
-
v1.3.6 Changes
- RedCloth name fix in gemspec
-
v1.3.5 Changes
- RedCloth filter
- ๐ https support for image filter
-
v1.3.4 Changes
- โ added metacafe filter
- converts all filter outputs to_s
-
v1.3.3 Changes
- ๐ yet another Rails 3 initialization fix