SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.3-rubygem-rubocop-ast-1.31.3-1.1.x86_64.rpm :

* Fri Jun 21 2024 Dan Čermák - New upstream release 1.31.3, no changelog found
* Sat Mar 16 2024 Mykola Krachkovsky - Updated to 1.31.2 [#]# 1.31.2 (2024-03-08) [#]## Bug fixes
* [#286](https://github.com/rubocop/rubocop-ast/pull/286): Improve error message for invalid `parser_engine` value. ([AATTEarlopain][]) [#]# 1.31.1 (2024-03-01) [#]## Changes
* [#282](https://github.com/rubocop/rubocop-ast/issues/282): Remove Prism from runtime dependency. ([AATTkoic][]) [#]# 1.31.0 (2024-02-29) [#]## New features
* [#277](https://github.com/rubocop/rubocop-ast/pull/277): Support Prism as a Ruby parser (experimental). ([AATTkoic][])
* [#276](https://github.com/rubocop-hq/rubocop-ast/pull/276): Support `Parser::Ruby34` for Ruby 3.4 parser (experimental). ([AATTkoic][]) [#]## Changes
* [#279](https://github.com/rubocop/rubocop-ast/pull/279):
*
*(Compatibility)
*
* Drop Ruby 2.6 runtime support. ([AATTkoic][])
* [#272](https://github.com/rubocop/rubocop-ast/pull/272): Make `Node#left_curly_brace?` aware of lambda brace. ([AATTkoic][])
* Tue Nov 14 2023 Dan Čermák - New upstream release 1.30.0, no changelog found
* Sat Sep 02 2023 Mykola Krachkovsky - updated to version 1.29.0 [#]# 1.29.0 (2023-06-01)
* [#262](https://github.com/rubocop/rubocop-ast/pull/267): Introduce RuboCop::Ast::MethodDispatchNode#selector. ([AATTgsamokovarov][]) [#]# 1.28.1 (2023-05-01) [#]## Bug fixes
* [#262](https://github.com/rubocop/rubocop-ast/pull/262): Fix an error when parsing non UTF-8 frozen string. ([AATTkoic][]) [#]# 1.28.0 (2023-03-24) [#]## New features
* [#259](https://github.com/rubocop/rubocop-ast/pull/259): Add `forwarded_kwrestarg` node to `AST::Builder`. ([AATTkoic][]) [#]# 1.27.0 (2023-02-27) [#]## New features
* [#229](https://github.com/rubocop/rubocop-ast/pull/229): Add `source_range` method to `NodePattern`. ([AATTkoic][]) [#]# 1.26.0 (2023-02-11) [#]## New features
* [#255](https://github.com/rubocop/rubocop-ast/pull/255): Make `Node#class_constructor?` aware of Ruby 3.2\'s `Data.define`. ([AATTkoic][])
* [#255](https://github.com/rubocop/rubocop-ast/pull/255): Make `Node#class_construcor?` aware of Ruby 2.7\'s numbered parameters. ([AATTkoic][]) [#]# 1.25.0 (2023-02-11) [#]## New features
* [#256](https://github.com/rubocop-hq/rubocop-ast/pull/256): Support `Parser::Ruby33` for Ruby 3.3 parser (experimental). ([AATTkoic][])
* Wed Dec 07 2022 Stephan Kulow updated to version 1.24.0 no changelog found
* Fri Oct 28 2022 Stephan Kulow updated to version 1.23.0 no changelog found
* Fri Aug 26 2022 Manuel Schnitzer - updated to version 1.21.0 [#]## New features
* [#231](https://github.com/rubocop/rubocop-ast/pull/231): Add a type predicate `dot?` to Token. ([AATTnobuyo][])
* Thu Aug 04 2022 Stephan Kulow updated to version 1.19.1 no changelog found
* Mon May 16 2022 Manuel Schnitzer - updated to version 1.18.0 [#]## New features
* [#233](https://github.com/rubocop-hq/rubocop-ast/pull/233): Make parse from Ruby 1.9 to 2.3 available. ([AATTkoic][])
* Thu Apr 28 2022 Stephan Kulow updated to version 1.17.0 no changelog found
* Thu Mar 10 2022 Manuel Schnitzer - updated to version 1.16.0 [#]## New features
* [#223](https://github.com/rubocop-hq/rubocop-ast/pull/223): Support `Parser::Ruby32` for Ruby 3.2 parser (experimental). ([AATTkoic][])
* Tue Feb 15 2022 Stephan Kulow updated to version 1.15.2 no changelog found
* 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][])
 
ICM