Releases: ruby/rdoc
Releases · ruby/rdoc
v6.1.2.1
Full Changelog: v6.1.2...v6.1.2.1
v6.3.2
Full Changelog: v6.3.1...v6.3.2
v6.3.1
What's Changed
- Update ruby versions by @nobu in #788
- Skip non-date logs by git-log by @nobu in #789
- Support ChangeLog generated by
git log
by @nobu in #787 - Fix failing test by adding gettext as a development dependency by @dorianmariefr in #776
- Date in git log by @nobu in #790
- Fix dependency of rules to generate parser files by @nobu in #793
- Fixed CodeFence without blank lines by @nobu in #794
- Update rdoc.css sidebar panel. by @metacritical in #785
- GFM table by @nobu in #791
- Fix CI falures, JRuby on Linux and Ruby on Windows by @aycabta in #797
- Allow partial default values to be overridden with rdoc options by @aycabta in #796
- Get rid of a trailing space by @nobu in #798
- Disable other notations in
tags by @aycabta in #799
- Links to document texts without "rdoc-ref:" prefix by @nobu in #800
- CI: Use jruby-9.2.17.0 by @olleolleolle in #803
- Fix typo Genrate -> Generate by @kamipo in #806
New Contributors
Full Changelog: v6.3.0...v6.3.1
v6.3.0
What's Changed
- Update link to GFM specification by @pocke in #755
- Fix ruby-head CI by @deivid-rodriguez in #758
- Removed
RDoc::Context::Section#sequence
by @nobu in #757 - Treat multiple Ruby methods calling the same C method as aliases by @jeremyevans in #742
- Escape method names in HTML by @natematykiewicz in #762
- Delegate ERB args correctly by @aycabta in #760
- Add frozen string literal support by @deivid-rodriguez in #695
- Process crossref before tidylink by @aycabta in #764
- Drop old rubies by @nobu in #765
- Fixed inadvertent environment variable changes by @nobu in #766
- Check uninitialized instance variable in test by @aycabta in #769
- Add instance_methods because instance_method_list should be obsolete by @aycabta in #771
- Fixed inverted CSS for note-list and label-list by @nobu in #770
- Fix RDoc::Context#instance_method_list by @aycabta in #772
- Remove empty lines from html file by using ERB trim_mode flag by @benoittgt in #775
- Fix parsing of rb_define_module_under by @jeremyevans in #774
- Create link to unary operator methods correctly by @aycabta in #778
- Fix spelling error in parser comment by @dorianmariefr in #777
- update all files if any file is newer by @nobu in #748
- Add RI man page by @aycabta in #779
- Support full filename to make a link for a text file by @aycabta in #780
- Prefer require_relative by @marcandre in #658
New Contributors
- @natematykiewicz made their first contribution in #762
- @benoittgt made their first contribution in #775
- @marcandre made their first contribution in #658
Full Changelog: v6.2.1...v6.3.0
v6.2.1
What's Changed
- Update gemspec by @nobu in #743
- Drop 2.3 from CI by @aycabta in #744
- Drop JRuby 9.1.17.0 by @aycabta in #746
- Make
(#methodname)
a link by @nobu in #747 - Separate off test of RDoc::RubygemsHook by @aycabta in #749
- Fix ghost method line no by @aycabta in #751
- Treat Proc#call syntax sugar for constant correctly by @aycabta in #753
- Support newline in the middle of constant definition by @aycabta in #754
Full Changelog: v6.2.0...v6.2.1
v6.1.2
Full Changelog: v6.1.1...v6.1.2
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