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
66
77## [ Unreleased]
88
9+ ## [ 0.12.0] - 2024-05-07
10+
911- Support Ruby 3.3 by handling yield in ERB specifically
1012- Use SyntaxTree own class for ParseError to get better error feedback
1113- Adds handling for keeping track of column index, to support better error messages
@@ -118,7 +120,9 @@ Output:
118120- Can format a lot of .html.erb-syntax and works as a plugin to syntax_tree.
119121- This is still early and there are a lot of different weird syntaxes out there.
120122
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
122126[ 0.10.5 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.4...v0.10.5
123127[ 0.10.4 ] : https://github.com/davidwessman/syntax_tree-erb/compare/v0.10.3...v0.10.4
124128[ 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 11PATH
22 remote: .
33 specs:
4- w_syntax_tree-erb (0.11 .0 )
4+ w_syntax_tree-erb (0.12 .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.11 .0"
5+ VERSION = "0.12 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments