1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Be more accurate about Haml helpers

This commit is contained in:
Takashi Kokubun 2022-09-27 11:15:35 +09:00
parent 9a96492126
commit 6ff918ece7
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -17,6 +17,9 @@ Released on September 21, 2022
* Haml 6 is about 1.7x faster than Haml 5 in [this benchmark](benchmark/slim/run-benchmarks.rb).
* The parser is kept as is, but everything else is replaced.
* The `haml` CLI interface was also replaced.
* Most Haml helpers are removed.
* On Rails, only `find_and_reserve`, `preserve`, `surround`, `precede`, `succeed`, and `capture_haml` are left.
* On Tilt, only `preserve` is left.
* All Haml helpers except for `preserve` are removed.
* Some legacy Rails integration is removed.