Releases: tmm1/ripper-tags
ripper-tags 1.0.2
What's Changed
Full Changelog: v1.0.1...v1.0.2
ripper-tags 1.0.1
What's Changed
- Fix parse error for delegate statements with dynamic arguments by @latortuga in #114
New Contributors
- @latortuga made their first contribution in #114
Full Changelog: v1.0.0...v1.0.1
ripper-tags 1.0.0
ripper-tags 0.9.1
ripper-tags 0.9.0
ripper-tags 0.8.1
- Ensure
--appendworks even if there is no initial file
ripper-tags 0.8.0
-
Support
--appendfor Vim & Emacs -
Support
--tag-relative=always|never -
Support
--excmd=combined -
Ruby 2.6 compat around ignoring interpolated strings in
alias,alias_method,define_method
ripper-tags 0.7.0
-
Add support for
module_function -
Skip emitting tags for
scopewith blank name
ripper-tags 0.6.1
-
Gracefully handle unreadable directories
-
Fix crash when processing string interpolation in
attr_reader/writer -
Fix crash with trailing comma on
def_delegators
ripper-tags 0.6.0
-
Add support for
--fields=+l -
Survive parse errors on individual source files
A parse error in one or few files out of many should not halt the process, since ripper-tags typically handles many files at once. However, if only one file was given, and that file fails, have the process exit with status 1 to indicate that the tags output is likely useless.