All Versions
124
Latest Version
Avg Release Cycle
47 days
Latest Release
818 days ago

Changelog History
Page 5

  • v2.7.5 Changes

    October 15, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿš… Resurrect Hamlit::RailsTemplate.set_options dropped in v2.7.4 unexpectedly.
  • v2.7.4 Changes

    October 15, 2016

    ๐Ÿ›  Fixed

    • Compile template as xhtml when ActionView regards template as text/xml #92. Thank to @shmargum
  • v2.7.3 Changes

    October 12, 2016

    ๐Ÿ›  Fixed

    • Regard download as an boolean attribute #91. Thank to @pushcx
  • v2.7.2 Changes

    September 19, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix engine option warning #90. Thank to @kikonen
  • v2.7.1 Changes

    September 19, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix Rails handler to use ActionView::OutputBuffer instead of ActionView::SafeBuffer to justify encoding #89. Thanks to @akelmanson
  • v2.7.0 Changes

    August 31, 2016

    ๐Ÿ”„ Changed

    • Don't escape interpolated content in plain filter #87. Thanks to @shmargum
  • v2.6.2 Changes

    August 27, 2016

    โž• Added

    • โž• Add cdata filter #84. Thanks to @shmargum
    • Minimize string allocation on template comipilation using # frozen_string_literal: true
  • v2.6.1 Changes

    August 18, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿš… For Rails, escape attributes even if it's html_safe
  • v2.6.0 Changes

    August 14, 2016

    ๐Ÿ”„ Changed

    • ๐Ÿ— Stop using houdini and rewrite HTML escape function to resolve building or packaging problems #82.
      • No behavior is changed
  • v2.5.0 Changes

    June 04, 2016

    ๐Ÿ”„ Changed

    • ๐Ÿš… Don't escape the result of preserve helper in Rails