Releases: ruby/rdoc
Releases · ruby/rdoc
v6.0.1.1
Full Changelog: v6.0.1...v6.0.1.1
v5.0.1
Full Changelog: v5.0.0...v5.0.1
v6.2.0
What's Changed
- Drop Ruby 2.2 from test because of EOL by @aycabta in #684
- Merge Ruby's fixed doc by @aycabta in #685
- Add 2.6.0 to .travis.yml by @aycabta in #686
- Remove ruby-head from allow_failures by @aycabta in #687
- ClassModule#add_comment should receive RDoc::Comment by @aycabta in #688
- Use Ruby 2.6.1 by @aycabta in #692
- Merge upstream for exclude by @aycabta in #689
- Use JRuby 9.2.6.0 by @aycabta in #693
- Gitignore coverage folder by @deivid-rodriguez in #696
- Set up CI with Azure Pipelines by @hsbt in #703
- Normalization of comment should check language by @aycabta in #702
- Use Ruby 2.5.5 and 2.6.2 by @aycabta in #707
- Support nesting text page URL by @aycabta in #708
- Colorize background of code/pre by @nobu in #709
- Fix a typo in an assertion message by @nobu in #710
- Use Ruby 2.4.6 for test by @aycabta in #712
- appveyor.yml - correct case in paths, use trunk by @MSP-Greg in #714
- appveyor.yml - add VS image info to build log, Ruby 2.6 [skip travis] by @MSP-Greg in #716
- Use Ruby 2.6.3 by @aycabta in #715
- Fix image links in rdoc.css by @MaxLap in #718
- Extend "require" range to backport Ruby core by @aycabta in #720
- Update jQuery to 3.3.1 by @aycabta in #711
- Fix links to headings by @MaxLap in #721
- Use test/rdoc instead of test directory. by @hsbt in #728
- Use test-unit instead of minitest by @nobu in #673
- Added workflows for GitHub Actions. by @hsbt in #734
- Suppress warnings at the test by @nobu in #733
- Cleanup minitest code by @hsbt in #735
- Treat linking to Markdown label correctly by @aycabta in #736
- Refactor and improve performance of RDoc::Markup::Parser by @mame in #730
- Separate RDoc::TokenStream#add_tokens and #add_token by @mame in #732
- RDoc::Parser::C: Integrate do_classes and do_modules by one regexp match by @mame in #731
- Use assert_raise by @nobu in #738
- Removed test_case files from lib directory. by @hsbt in #737
- Remove Travis CI workaround by @aycabta in #739
- Remove CI files from list by @aycabta in #740
New Contributors
Full Changelog: v6.1.1...v6.2.0
v6.1.1
v6.1.0
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
- Improve language in "alias for" comment for ri by @stomar in #659
- Mark up code inside link text as
by @nobu in #660
- Ignore dynamically added methods by @nobu in #661
- Move ruby-head to allow_failures in .travis.yml by @aycabta in #664
- Use Ruby 2.3.8, 2.4.5, and 2.5.3 by @aycabta in #662
- Use JRuby 9.2.3.0 by @aycabta in #666
- Use JRuby 9.2.4.1 by @aycabta in #677
- Set UTF-8 to use Unicode property by @aycabta in #672
- add ruby 2.5 to appveyor by @colby-swandale in #663
- Add AppVeyor badge to README.md by @aycabta in #678
- Use VT100 sequence to erase previos line by @nobu in #670
- Log full lines unless output is a tty by @nobu in #671
- Fix wrong use of
=~
by @nobu in #674 - Reduce 1 char from progress output for Windows by @aycabta in #669
- Place expression next line of
else
by @nobu in #675 - Remove Time.now from test for comparison of timestamp by @aycabta in #679
- Support blockquote by @nobu in #676
- Fix random test failure by Bundler integration by @k0kubun in #680
New Contributors
- @TheSmartnik made their first contribution in #632
- @masakazutakewaka made their first contribution in #634
- @junaruga made their first contribution in #643
- @colby-swandale made their first contribution in #663
- @k0kubun made their first contribution in #680
Full Changelog: v6.0.4...v6.1.0
v6.1.0.beta3
What's Changed
- Use JRuby 9.2.4.1 by @aycabta in #677
- Set UTF-8 to use Unicode property by @aycabta in #672
- add ruby 2.5 to appveyor by @colby-swandale in #663
- Add AppVeyor badge to README.md by @aycabta in #678
- Use VT100 sequence to erase previos line by @nobu in #670
- Log full lines unless output is a tty by @nobu in #671
- Fix wrong use of
=~
by @nobu in #674 - Reduce 1 char from progress output for Windows by @aycabta in #669
- Place expression next line of
else
by @nobu in #675 - Remove Time.now from test for comparison of timestamp by @aycabta in #679
- Support blockquote by @nobu in #676
New Contributors
- @colby-swandale made their first contribution in #663
Full Changelog: v6.1.0.beta2...v6.1.0.beta3
v6.1.0.beta2
What's Changed
- Improve language in "alias for" comment for ri by @stomar in #659
- Mark up code inside link text as
by @nobu in #660
- Ignore dynamically added methods by @nobu in #661
- Move ruby-head to allow_failures in .travis.yml by @aycabta in #664
- Use Ruby 2.3.8, 2.4.5, and 2.5.3 by @aycabta in #662
- Use JRuby 9.2.3.0 by @aycabta in #666
Full Changelog: v6.1.0.beta1...v6.1.0.beta2
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