1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/CHANGELOG.md
2015-05-31 21:22:10 +09:00

3.3 KiB

v1.4.1

  • Fix code mistake in 1.4.0

v1.4.0 (yanked)

  • Escape interpolated string in plain text

v1.3.2

  • Render begin, rescue and ensure

v1.3.1

  • Bugfix about a backslash-only comment
  • Don't strip a plain text

v1.3.0

v1.2.1

v1.2.0

v1.1.1

  • Bugfix of rendering array attributes

v1.1.0

v1.0.0

  • Use escape_utils gem for faster escape_html

v0.6.2

v0.6.1

v0.6.0

v0.5.3

v0.5.2

v0.5.1

v0.5.0

v0.4.3

v0.4.2

v0.4.1

v0.4.0 (yanked)

  • Automatically escape html in sinatra
    • This behavior is not compatible with Haml.
    • Removed from next version.

v0.3.4

v0.3.3

v0.3.2

v0.3.1

v0.3.0

  • Specify a version in dependency of temple

v0.2.0

v0.1.3

v0.1.2

v0.1.1

  • Drop obsolete --ugly option for CLI
    • Currently pretty mode is not implemented.

v0.1.0

  • Initial release
    • Passing haml-spec with ugly mode.