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

Changelog History
Page 3

  • v1.3.2 Changes

    • ๐Ÿš… pre-rails 3 initialization fix
  • v1.3.1 Changes

    • ๐Ÿš… Rails 3 initialization fix
    • fixes to conform Rails 3.0.0.rc, sanitization by default in text_helpers (auto_link, simple_format)
    • โž• added vimeo html5 universal embed player
  • v1.3.0 Changes

    • no need for explicit call to auto_html_prepare
    • no need for DB column for cache (ie. _html)
    • ๐Ÿš… Rails 3 support
    • correctly handle blank and nil values when applying auto_html
    • more filters: youtube_js_api
    • ๐Ÿ‘ youtube filter supports html5
  • v1.2.1 Changes

    • more options for vimeo filter
    • switch to gemcutter
  • v1.2.0 Changes

    • ๐Ÿ”— link filter now uses Rails' link discovery engine #3
    • โž• added dailymotion filter
    • โž• added sanitize filter
  • v1.1.2 Changes

    • ๐Ÿ”— link filter fix #2
  • v1.1.1 Changes

    • โœ… test_helper fix
  • v1.1.0 Changes

    • ๐Ÿ”Œ Plugin gemified
    • AutoHtmlFor.options[:htmlized_attribute_suffix] is now AutoHtmlFor.auto_html_for_options[:htmlized_attribute_suffix]. Closes #1
    • โœ‚ Removed deezer filter since deezer.com no longer provides sharing of this kind
  • v1.0.0 Changes

    • ๐ŸŽ‰ Initial public release