v6.1.0.beta1
What's Changed
- Retrieve embdoc body by @aycabta in #622
- Use JRuby 9.1.17.0 and remove JRuby from allow_failures by @aycabta in #623
- Add support for 'Raises' lines in TomDoc parser by @nbeyer in #611
- Link to a class method when using dot by @aycabta in #629
- Fix random NameError of RipperStateLex by @aycabta in #631
- Allow
#+
,#-
,#
' to be cross referenced by @TheSmartnik in #632 - add test to display_name by @masakazutakewaka in #634
- Treat "if" with EXPR_MID as postfix "if" by @aycabta in #635
- Use original method notation by @aycabta in #633
- Behavior of "include" or "extend" as a method by @aycabta in #637
- Coordinate test_parse_comment_method with other test methods by @aycabta in #638
- Use Struct for each token by @aycabta in #639
- Enable --line-numbers option by @aycabta in #630
- Fix indent and typo from moveTimout to moveTimeout. by @junaruga in #643
- Split RDoc::VERSION from rdoc.rb. by @hsbt in #644
- Bump versions on Travis CI by @hsbt in #645
- Fixup #634, fixes #647 by @hsbt in #648
- Added Rubocop task after file generation. by @hsbt in #650
- Removed deprecated file of inline.rb by @hsbt in #649
- Support mutable/immutable heredoc by @aycabta in #642
- Speeding up RDoc by 85% in CRuby documents generation by @aycabta in #640
- Rename the name "special" with "regexp handling" by @aycabta in #652
New Contributors
- @TheSmartnik made their first contribution in #632
- @masakazutakewaka made their first contribution in #634
- @junaruga made their first contribution in #643
Full Changelog: v6.0.4...v6.1.0.beta1