Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite1d89ee

Browse files
committed
Bump to version 5.2.0
1 parentc92e92e commite1d89ee

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

‎CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
##[Unreleased]
88

9+
##[5.2.0] - 2023-01-04
10+
11+
###Added
12+
13+
- An experiment in evaluating compiled instruction sequences has been added to Syntax Tree. This is subject to change, so it will not be well documented or testing at the moment. It does not impact other functionality.
14+
15+
###Changed
16+
17+
- Empty parentheses on method calls will now be left in place. Previously they were left in place if the method being called looked like a constant. Now they are left in place for all method calls since the method name can mirror the name of a local variable, in which case the parentheses are required.
18+
919
##[5.1.0] - 2022-12-28
1020

1121
###Added
@@ -471,7 +481,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
471481

472482
- 🎉 Initial release! 🎉
473483

474-
[unreleased]:https://github.com/ruby-syntax-tree/syntax_tree/compare/v5.1.0...HEAD
484+
[unreleased]:https://github.com/ruby-syntax-tree/syntax_tree/compare/v5.2.0...HEAD
485+
[5.2.0]:https://github.com/ruby-syntax-tree/syntax_tree/compare/v5.1.0...v5.2.0
475486
[5.1.0]:https://github.com/ruby-syntax-tree/syntax_tree/compare/v5.0.1...v5.1.0
476487
[5.0.1]:https://github.com/ruby-syntax-tree/syntax_tree/compare/v5.0.0...v5.0.1
477488
[5.0.0]:https://github.com/ruby-syntax-tree/syntax_tree/compare/v4.3.0...v5.0.0

‎Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote:.
33
specs:
4-
syntax_tree (5.1.0)
4+
syntax_tree (5.2.0)
55
prettier_print (>=1.2.0)
66

77
GEM

‎lib/syntax_tree/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
moduleSyntaxTree
4-
VERSION="5.1.0"
4+
VERSION="5.2.0"
55
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp