File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-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.12.0] - 2024-05-07
10
+
9
11
- Support Ruby 3.3 by handling yield in ERB specifically
10
12
- Use SyntaxTree own class for ParseError to get better error feedback
11
13
- Adds handling for keeping track of column index, to support better error messages
@@ -118,7 +120,9 @@ Output:
118
120
- Can format a lot of .html.erb-syntax and works as a plugin to syntax_tree.
119
121
- This is still early and there are a lot of different weird syntaxes out there.
120
122
121
- [ unreleased ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.5...HEAD
123
+ [ unreleased ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.12.0...HEAD
124
+ [ 0.12.0 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.11.0...v0.12.0
125
+ [ 0.11.0 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.5...v0.11.0
122
126
[ 0.10.5 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.4...v0.10.5
123
127
[ 0.10.4 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.3...v0.10.4
124
128
[ 0.10.3 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.2...v0.10.3
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.11 .0 )
4
+ w_syntax_tree-erb (0.12 .0 )
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.11 .0"
5
+ VERSION = "0.12 .0"
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments