Skip to content

Releases: tmm1/ripper-tags

ripper-tags 0.5.1

23 Feb 12:35
Compare
Choose a tag to compare
  • Avoid crash in def_delegators

ripper-tags 0.5.0

04 Jan 02:10
Compare
Choose a tag to compare
  • Support --options=FILE to read additional options from file

  • Support (mattr|cattr)_(accessor|reader|writer)

  • Support defining access scope for existing methods, e.g. private_class_method :foo

ripper-tags 0.4.3

15 Dec 10:51
Compare
Choose a tag to compare
  • Fix processing unwrapped hashes within array syntax

ripper-tags 0.4.2

12 Dec 16:01
Compare
Choose a tag to compare
  • Fixes crash when encountering delegate *args syntax

ripper-tags 0.4.1

04 Dec 02:29
Compare
Choose a tag to compare
  • Fix crash in delegate processing
  • Avoid showing stack trace when missing argument value on CLI

ripper-tags 0.4.0

27 Sep 13:09
Compare
Choose a tag to compare
  • Recognize methods defined by delegate, def_delegator, and def_delegators.
  • Recognize constants defined within arrays or hashes.
  • Support -L|--input-file option to read the list of paths from a file.
  • Add --ignore-unsupported-options to avoid crashing if some options were passed that ripper-tags doesn't recognize.
  • Support -n|--excmd=number option.
  • Support --fields=n option for vim formatter to include the line:N field.
  • Drop Ruby 1.8 compatibility because it's getting hard to maintain a test suite running against it.

ripper-tags 0.3.5

24 Jul 14:44
Compare
Choose a tag to compare
  • Fix crash when parsing a !condition
  • Fix Ruby 2.2 parser choking on heredoc + backtick syntax

ripper-tags 0.3.4

14 Dec 17:05
Compare
Choose a tag to compare
  • Avoid choking on Ruby 2.3 heredoc syntax

ripper-tags 0.3.3

14 Dec 17:02
Compare
Choose a tag to compare
  • Fix "undefined method" exception for private/protected/public

ripper-tags 0.3.2

14 Dec 17:02
Compare
Choose a tag to compare
  • Work around older Rubies tripping up on keyword arguments