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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.10.4] - 2023-08-28
10
+
9
11
- Avoid grouping single tags
10
12
- Handle multiline ERB-comments
11
13
@@ -101,7 +103,10 @@ Output:
101
103
- Can format a lot of .html.erb-syntax and works as a plugin to syntax_tree.
102
104
- This is still early and there are a lot of different weird syntaxes out there.
103
105
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
105
110
[ 0.10.1 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.0...v0.10.1
106
111
[ 0.10.0 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.9.5...v0.10.0
107
112
[ 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 1
1
PATH
2
2
remote: .
3
3
specs:
4
- w_syntax_tree-erb (0.10.3 )
4
+ w_syntax_tree-erb (0.10.4 )
5
5
prettier_print (~> 1.2 , >= 1.2.0 )
6
6
syntax_tree (~> 6.1 , >= 6.1.1 )
7
7
Original file line number Diff line number Diff line change 2
2
3
3
module SyntaxTree
4
4
module ERB
5
- VERSION = "0.10.3 "
5
+ VERSION = "0.10.4 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments