SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.3-rubygem-rubocop-ast-1.15.1-1.58.x86_64.rpm :

* Thu Dec 30 2021 Manuel Schnitzer - updated to version 1.15.1 [#]## Bug fixes
* [#10220](https://github.com/rubocop/rubocop/pull/10220): Make `AST::Node#receiver` aware of `csend` block method calls. ([AATTkoic][])
* Wed Dec 22 2021 Manuel Schnitzer - updated to version 1.15.0 [#]# 1.15.0 (2021-12-12) [#]## New features
* [#10219](https://github.com/rubocop/rubocop/pull/10219): Add `value_omission` method to `AST::PairNode` for Ruby 3.1\'s hash value omission. ([AATTkoic][]) [#]# 1.14.0 (2021-12-02) [#]## New features
* [#218](https://github.com/rubocop/rubocop-ast/pull/218): Support Ruby 3.1\'s anonymous block forwarding syntax. ([AATTkoic][]) [#]# 1.13.0 (2021-11-07) [#]## New features
* [#213](https://github.com/rubocop/rubocop-ast/pull/213): Make `Node#numeric_type?` aware of rational and complex literals. ([AATTkoic][])
* Sat Oct 09 2021 Manuel Schnitzer - updated to version 1.12.0 [#]## Bug fixes
* [#208](https://github.com/rubocop/rubocop-ast/issues/208): Update `MethodDispatchNode#block_literal?` to return true for `numblock`s. ([AATTdvandersluis][])
* Wed Aug 25 2021 Manuel Schnitzer - updated to version 1.11.0 [#]## New features
* [#205](https://github.com/rubocop/rubocop-ast/pull/205): Make class, module, and struct definitions aware of numblock. ([AATTkoic][]) [#]# 1.10.0 (2021-08-12) [#]## New features
* [#201](https://github.com/rubocop-hq/rubocop-ast/pull/201): Add discrete node classes for assignments. ([AATTdvandersluis][]) [#]# 1.9.1 (2021-08-10) [#]## Bug fixes
* [#197](https://github.com/rubocop-hq/rubocop-ast/pull/197): [Fix #184] Fix `Node#parent_module_name` for `sclass` nodes. ([AATTdvandersluis][]) [#]# 1.9.0 (2021-08-06) [#]## New features
* [#195](https://github.com/rubocop-hq/rubocop-ast/pull/195): Move `ProcessedSource#sorted_tokens` to be a public method. ([AATTdvandersluis][])
* Thu Jul 29 2021 Manuel Schnitzer - updated to version 1.8.0 [#]## New features
* [#192](https://github.com/rubocop/rubocop-ast/pull/192): Add `branches` method for `AST::CaseMatchNode`. ([AATTkoic][]) [#]## Changes
* Escape References in Documentation, partially addressing https://github.com/rubocop/rubocop/issues/9150. ([AATTwcmonty][])
* Tue Jun 01 2021 Manuel Schnitzer - updated to version 1.7.0 [#]# 1.7.0 (2021-05-28) [#]## New features
* [#171](https://github.com/rubocop-hq/rubocop-ast/pull/171): Add `SendNode#def_modifier` that returns the `def` node it modifies, or `nil`. ([AATTmarcandre][])
* [#186](https://github.com/rubocop-hq/rubocop-ast/pull/186): Add `pattern` method for `AST::InPatternNode` node. ([AATTkoic][]) [#]# 1.6.0 (2021-05-26) [#]## New features
* [#183](https://github.com/rubocop-hq/rubocop-ast/pull/183): Add `AST::InPatternNode` node. ([AATTkoic][])
* Thu May 06 2021 Dan Čermák [#]# 1.5.0 (2021-05-02) [#]## New features
* [#182](https://github.com/rubocop-hq/rubocop-ast/pull/182): Support `Parser::Ruby31` for Ruby 3.1 parser (experimental). ([AATTkoic][]) [#]# 1.4.2 (2021-05-02) [#]## Bug fixes
* [#179](https://github.com/rubocop-hq/rubocop-ast/pull/179): Have `ast_with_comments` distinguish nodes with same content. ([AATTmarcandre][])
* Thu Apr 08 2021 Dan Čermák - New upstream release 1.4.1 [#]# 1.4.1 (2021-01-23) [#]## Changes
* [#167](https://github.com/rubocop-hq/rubocop-ast/pull/167): Fix `#value` for `dstr` nodes to return the actual string value. ([AATTdvandersluis][])
* Mon Jan 04 2021 Dan Čermák - New upstream release 1.4.0 [#]# 1.4.0 (2021-01-01) [#]## Changes
* [#162](https://github.com/rubocop-hq/rubocop-ast/pull/162): Improve compatibility with `parser` 3.0. Turn on `emit_match_pattern` switch. ([AATTmarcandre][]) [#]# 1.3.0 (2020-11-30) [#]## Changes
* [#156](https://github.com/rubocop-hq/rubocop-ast/issues/156): NodePattern now considers constant names to refer to constants (instead of predicate `#Example_type?`). ([AATTmarcandre][]) [#]# 1.2.0 (2020-11-24) [#]## New features
* [#154](https://github.com/rubocop-hq/rubocop-ast/pull/154): Add `ArgNode` and `Procarg0Node` (\"modern\" mode), and add `ArgsNode#argument_list` to get only argument type nodes. ([AATTdvandersluis][]) [#]## Changes
* [#155](https://github.com/rubocop-hq/rubocop-ast/pull/155): Enable `BlockNode#argument_list` for `numblock`s. ([AATTdvandersluis][])
* [#154](https://github.com/rubocop-hq/rubocop-ast/pull/154): Add `BlockNode#argument_list` and `BlockNode#argument_names`. ([AATTdvandersluis][])
* [#147](https://github.com/rubocop-hq/rubocop-ast/pull/147): `def_node_pattern` and `def_node_search` now return the method name. ([AATTmarcandre][])
* Fri Nov 20 2020 Dan Čermák - New upstream release 1.1.1 [#]# 1.1.1 (2020-11-04) [#]## Bug fixes
* [#146](https://github.com/rubocop-hq/rubocop-ast/pull/146): Fix `IfNode#branches` to return both branches when called on ternary conditional. ([AATTfatkodima][])
 
ICM