File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 0.10.4] - 2023-08-28
10+
911- Avoid grouping single tags
1012- Handle multiline ERB-comments
1113
@@ -101,7 +103,10 @@ Output:
101103- Can format a lot of .html.erb-syntax and works as a plugin to syntax_tree.
102104- This is still early and there are a lot of different weird syntaxes out there.
103105
104- [ unreleased ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.1...HEAD
106+ [ unreleased ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.4...HEAD
107+ [ 0.10.4 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.3...v0.10.4
108+ [ 0.10.3 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.2...v0.10.3
109+ [ 0.10.2 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.1...v0.10.2
105110[ 0.10.1 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.0...v0.10.1
106111[ 0.10.0 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.9.5...v0.10.0
107112[ 0.9.5 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.9.4...v0.9.5
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- w_syntax_tree-erb (0.10.3 )
4+ w_syntax_tree-erb (0.10.4 )
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.3 "
5+ VERSION = "0.10.4 "
66 end
77end
You can’t perform that action at this time.
0 commit comments