All Versions
124
Latest Version
Avg Release Cycle
47 days
Latest Release
295 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.14.4 Changes
February 01, 2021๐ Fixed
- Prevent another SEGV in a C extension after
GC.compact
#177 Thanks to @stanhu
- Prevent another SEGV in a C extension after
-
v2.14.3 Changes
January 24, 2021๐ Fixed
- Ensure the Rails initializer is called before
:load_config_initializers
#176 Thanks to @sunny
- Ensure the Rails initializer is called before
-
v2.14.2 Changes
January 21, 2021๐ Fixed
- Prevent SEGV in a C extension after
GC.compact
#171 Thanks to @stanhu
- Prevent SEGV in a C extension after
-
v2.14.1 Changes
January 07, 2021โ Added
- โ Add
-c
option tohamlit compile
that works likehaml -c
#166 Thanks to @knightq
- โ Add
-
v2.14.0 Changes
January 07, 2021๐ Changed
- CLI changes
- Remove
-c
shorthand of--color
. - Make
--color
default. Please use--no-color
to disable it. --color
uses IRB instead of Pry for syntax highlight.- Syntax highlight of
hamlit compile
is enabled only with IRB of Ruby 2.7+. - Syntax highlight of
hamlit parse
/hamlit temple
is enabled only with IRB of Ruby 3.1+.
- Syntax highlight of
- Remove
- CLI changes
-
v2.13.2 Changes
December 27, 2020โ Added
- Speed up
hamlit
commands #166 Thanks to @knightq
- Speed up
-
v2.13.1 Changes
December 27, 2020โ Added
- ๐ Support multiline attributes of Haml 5.2.1.
-
v2.13.0 Changes
October 02, 2020โ Added
- ๐ Support
--enable-frozen-string-literal
#162. Thanks to @aliismayilov
๐ Changed
- โฌ๏ธ Upgrade the Haml parser from Haml 4.0 to 5.2 #163.
- Allow
@
as tag's class name. - Fix NameError on an
InvalidAttributeNameError
reference introduced at Hamlit v2.12.0. - You can no longer specify
ugly
option, which has had no effect.
- Allow
- ๐ Support
-
v2.12.0 Changes
September 30, 2020๐ Changed
- Class names are no longer ordered alphabetically.
Thanks to @aliismayilov
- This is compatible with Haml 5.2
- Class names are no longer ordered alphabetically.
Thanks to @aliismayilov
-
v2.11.1 Changes
August 25, 2020๐ Fixed
- ๐ Fix a line number on an error after filters like preserve, plain, and ruby. Thanks to @rgisiger