File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 6.1.0] - 2023-03-20
10
+
11
+ ### Added
12
+
13
+ - The ` stree ctags ` command for generating ctags like ` universal-ctags ` or ` ripper-tags ` would.
14
+ - The ` definedivar ` YARV instruction has been added to match CRuby's implementation.
15
+ - We now generate better Sorbet RBI files for the nodes in the tree and the visitors.
16
+ - ` SyntaxTree::Reflection.nodes ` now includes the visitor method.
17
+
18
+ ### Changed
19
+
20
+ - We now explicitly require ` pp ` in environments that need it.
21
+
9
22
## [ 6.0.2] - 2023-03-03
10
23
11
24
### Added
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- syntax_tree (6.0.2 )
4
+ syntax_tree (6.1.0 )
5
5
prettier_print (>= 1.2.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module SyntaxTree
4
- VERSION = "6.0.2 "
4
+ VERSION = "6.1.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments