File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ruby 3.2.3
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 0.11.0] - 2024-04-23
10+
11+ - ErbContent now has its value as child_nodes instead of empty array.
12+ - Allow html void tags and format self-closing tags
13+
914## [ 0.10.5] - 2023-09-03
1015
1116- Handle ERB-tags inside HTML-tags, like ` <div <%= "class='foo'" %>> `
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- w_syntax_tree-erb (0.10.5 )
4+ w_syntax_tree-erb (0.11.0 )
55 prettier_print (~> 1.2 , >= 1.2.0 )
66 syntax_tree (~> 6.1 , >= 6.1.1 )
77
Original file line number Diff line number Diff line change 22
33module SyntaxTree
44 module ERB
5- VERSION = "0.10.5 "
5+ VERSION = "0.11.0 "
66 end
77end
You can’t perform that action at this time.
0 commit comments