Releases: tmm1/ripper-tags
Releases · tmm1/ripper-tags
ripper-tags 0.5.1
- Avoid crash in def_delegators
ripper-tags 0.5.0
-
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
- Fix processing unwrapped hashes within array syntax
ripper-tags 0.4.2
- Fixes crash when encountering
delegate *args
syntax
ripper-tags 0.4.1
- Fix crash in
delegate
processing - Avoid showing stack trace when missing argument value on CLI
ripper-tags 0.4.0
- Recognize methods defined by
delegate
,def_delegator
, anddef_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 thatripper-tags
doesn't recognize. - Support
-n|--excmd=number
option. - Support
--fields=n
option for vim formatter to include theline: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
- Fix crash when parsing a
!condition
- Fix Ruby 2.2 parser choking on heredoc + backtick syntax
ripper-tags 0.3.4
- Avoid choking on Ruby 2.3 heredoc syntax
ripper-tags 0.3.3
- Fix "undefined method" exception for private/protected/public
ripper-tags 0.3.2
- Work around older Rubies tripping up on keyword arguments