All Versions
29
Latest Version
Avg Release Cycle
308 days
Latest Release
1882 days ago

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