All Versions
124
Latest Version
Avg Release Cycle
47 days
Latest Release
295 days ago

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
  • v2.14.3 Changes

    January 24, 2021

    ๐Ÿ›  Fixed

    • Ensure the Rails initializer is called before :load_config_initializers #176 Thanks to @sunny
  • v2.14.2 Changes

    January 21, 2021

    ๐Ÿ›  Fixed

    • Prevent SEGV in a C extension after GC.compact #171 Thanks to @stanhu
  • v2.14.1 Changes

    January 07, 2021

    โž• Added

    • โž• Add -c option to hamlit compile that works like haml -c #166 Thanks to @knightq
  • 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+.
  • v2.13.2 Changes

    December 27, 2020

    โž• Added

    • Speed up hamlit commands #166 Thanks to @knightq
  • v2.13.1 Changes

    December 27, 2020

    โž• Added

  • 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.
  • v2.12.0 Changes

    September 30, 2020

    ๐Ÿ”„ Changed

    • 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