Skip to content

Releases: slime-lang/slime

Version 0.12.1

19 Feb 20:26
Compare
Choose a tag to compare

Version 0.12.1 changes:

  • Fix regex to support hyphenated tags

Version 0.12.0

30 Jan 04:31
Compare
Choose a tag to compare

Version 0.12.0 changes:

  • Performance optimizations and code improvements

Version 0.10.0

27 Dec 20:59
Compare
Choose a tag to compare

Version 0.10.0 changes:

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

Version 0.9.1

09 Oct 19:56
Compare
Choose a tag to compare

Version 0.9.1 changes:

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

Version 0.9.0

09 Oct 19:51
Compare
Choose a tag to compare

Version 0.9.0 changes:

  • Support for leading and trailing whitespace (#20)

Version 0.8.0

09 Oct 03:53
Compare
Choose a tag to compare

Version 0.8.0 changes:

  • Add support for inline tags (#31)

Version 0.7.2

05 Oct 19:16
Compare
Choose a tag to compare

Version 0.7.2 changes:

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

Version 0.7.1

25 Sep 05:32
Compare
Choose a tag to compare

Version 0.7.1 changes:

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

Version 0.7.0

02 Sep 19:11
Compare
Choose a tag to compare

Version 0.7.0 changes:

  • Support quotation inside interpolated attributes

Version 0.6.1

26 Aug 15:16
Compare
Choose a tag to compare

Version 0.6.1 changes:

  • Fix for eex inline parsing.