File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ 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.2] - 2023-08-22
10
+
9
11
### Fixes
10
12
11
13
- Handles formatting empty documents and removing leading new-linews in files with content.
14
+ - Removes trailing whitespace from char data if it is the last element in a document, block or group.
12
15
13
16
## [ 0.10.1] - 2023-08-20
14
17
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.1 )
4
+ w_syntax_tree-erb (0.10.2 )
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.1 "
5
+ VERSION = "0.10.2 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments