Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

38 lines (24 loc) · 1.65 KB

Change log

master (unreleased)

New features

  • #38: Add helpers allowing to check whether the method is a nonmutating operator method or a nonmutating method of several core classes. (@fatkodima)
  • #37: Add enumerable_method? for MethodIdentifierPredicates. (@fatkodima)
  • #4: Add interpolation? for RegexpNode. (@tejasbubane)
  • #20: Add option predicates for RegexpNode. (@owst)
  • #11: Add argument_type? method to make it easy to recognize argument nodes. (@tejasbubane)
  • #31: Use param === node to match params, which allows Regexp, Proc, Set, etc. (@marcandre)

0.0.3 (2020-05-15)

Changes

  • Classes NodePattern, ProcessedSource and Token moved to AST::NodePattern, etc. The rubocop gem has aliases to ensure compatibility. [#7]

  • AST::ProcessedSource.from_file now raises a Errno::ENOENT instead of a RuboCop::Error [#7]

0.0.2 (2020-05-12)

Bug fixes

  • Perf #106: Fix RegexpNode#to_regexp where option is 'o' + any other (@marcandre)

  • Define RuboCop::AST::Version::STRING

0.0.1 (2020-05-11)