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

Changelog History
Page 10

  • v1.4.4 Changes

    June 02, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix old attribute parser to be more flexible
      • Accept multiple hashes as old attributes
      • Accept old attributes with hash and literal
  • v1.4.3 Changes

    June 02, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Allow when to have multiple candidates
    • ๐Ÿ‘ Allow rescue to specify an error variable
  • v1.4.2 Changes

    May 31, 2015

    โž• Added

    • ๐Ÿ‘Œ Support ! operator
      • It disables html escaping for interpolated text
  • v1.4.1 Changes

    May 31, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix code mistake in 1.4.0
  • v1.4.0 Changes

    May 31, 2015

    โž• Added

    • Escape interpolated string in plain text
  • v1.3.2 Changes

    May 30, 2015
    • Render begin, rescue and ensure
  • v1.3.1 Changes

    May 30, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Bugfix about a backslash-only comment
    • Don't strip a plain text
  • v1.3.0 Changes

    May 16, 2015

    โž• Added

    • Resurrect escape_html option #25. Thanks to @resistorsoftware
      • Still enabled by default
      • This has been dropped since v0.6.0
  • v1.2.1 Changes

    May 15, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix the list of boolean attributes #24. Thanks to @jeffblake
  • v1.2.0 Changes

    May 06, 2015

    โž• Added

    • ๐Ÿ‘Œ Support succeed, precede and surround #22. Thanks to @sneakernets