Slime Lang Slime Versions Save

Minimalistic HTML templates for Elixir, inspired by Slim.

v0.12.1

8 years ago

Version 0.12.1 changes:

  • Fix regex to support hyphenated tags

v0.12.0

8 years ago

Version 0.12.0 changes:

  • Performance optimizations and code improvements

v0.10.0

8 years ago

Version 0.10.0 changes:

  • Remove excessive newlines (#53)
  • Support auto-closing tags (#50)

v0.9.1

8 years ago

Version 0.9.1 changes:

  • Fix warnings on newer versions of Elixir (#41)

v0.9.0

8 years ago

Version 0.9.0 changes:

  • Support for leading and trailing whitespace (#20)

v0.8.0

8 years ago

Version 0.8.0 changes:

  • Add support for inline tags (#31)

v0.7.2

8 years ago

Version 0.7.2 changes:

  • Fixed over-escaped quotes in attributes (#37)

v0.7.1

8 years ago

Version 0.7.1 changes:

  • Fixed bug with dynamic attribute support.
  • Fixed a bug with if/else eex statements

v0.7.0

8 years ago

Version 0.7.0 changes:

  • Support quotation inside interpolated attributes

v0.6.1

8 years ago

Version 0.6.1 changes:

  • Fix for eex inline parsing.