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:
parent
9a96492126
commit
6ff918ece7
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue