All Versions
15
Latest Version
Avg Release Cycle
51 days
Latest Release
1982 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.2 Changes
October 26, 2017Oct 26, 2017
- ๐ Fix issue where elements with text (eg,
title Hello
) produce errors.
- ๐ Fix issue where elements with text (eg,
-
v0.9.1 Changes
October 19, 2017Oct 19, 2017
- ๐ Fix problem with value-less attributes (eg,
input(required type="text")
).
- ๐ Fix problem with value-less attributes (eg,
-
v0.9.0 Changes
October 18, 2017Oct 18, 2017
- โ #10 - Fix Elixir 1.5.2 warnings about
String.rstrip/1
. - #8 - Fix
$
not being allowed in plain texts. (@cubeguerrero, #7)
- โ #10 - Fix Elixir 1.5.2 warnings about
-
v0.8.0 Changes
March 14, 2017Mar 14, 2017
- ๐ [#6] - Fixes consecutive if-else blocks.
-
v0.7.3 Changes
August 28, 2016Aug 29, 2016
- ๐ [#5] - Fixes problems with some nodes rendering as text.
-
v0.7.2 Changes
August 28, 2016Aug 29, 2016
- ๐ Fix multiline dot blocks (
script.
).
- ๐ Fix multiline dot blocks (
-
v0.7.1 Changes
July 31, 2016Jul 29, 2016
โ Squash Elixir warnings; no functional changes.
-
v0.7.0 Changes
July 29, 2016Jul 29, 2016
๐ Support improved multiline. Write
=
,!=
or-
immediately followed by a newline. All text indented inside it will be treated as part of an Elixir expression.= render App.MyView, "index.html", [conn: @conn] ++ assigns
Error messages have also been improved.
-
v0.6.0 Changes
July 25, 2016Jul 25, 2016
๐ Fix: Line comments have been changed from
-//
to//-
(had a mistake in implementing that, sorry!) -
v0.5.0 Changes
July 25, 2016Jul 25, 2016
๐ HTML comments are now supported. They are just like
-//
comments, but they will render as<!-- ... -->
.// This is a comment (Anything below it will be part of the comment)