Skip to content

Releases: ruby/rdoc

v6.9.1

16 Dec 12:50
7cd125e
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

📚 Documentation

  • Fix dead links in the markup reference page by @st0012 in #1242

New Contributors

Full Changelog: v6.9.0...v6.9.1

v6.9.0

13 Dec 16:15
dba9474
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • Deprecate main and title directives by @st0012 in #1218
  • Expand rdoc-ref targets at the end of ri output by @st0012 in #1141

🐛 Bug Fixes

  • Improve how gemspec's files are defined by @st0012 in #1212
  • fix: C variables should never show up in Ancestors tree by @flavorjones in #1217
  • Sort MethodAttr so that names starting with symbols are before names starting with alpha ASCII by @flavorjones in #1219
  • ClassModule#superclass= accepts a ClassModule as an argument by @flavorjones in #1222
  • Use distinct styles for note lists and label lists by @nevans in #1209

🛠 Other Changes

  • Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #1215
  • Bump rubygems/release-gem from 612653d273a73bdae1df8453e090060bb4db5f31 to 9e85cb11501bebc2ae661c1500176316d3987059 by @dependabot in #1214
  • Fixed version number of rubygems/release-gem by @hsbt in #1216
  • Prefer String#ord to String#codepoints[0] by @flavorjones in #1220
  • Workaround JRuby's jar-dependencies error and test failures on CI by @st0012 in #1225
  • lint: Remove unreachable code by @okuramasafumi in #1137
  • Stop running CI against JRuby and some CI config cleanup by @st0012 in #1228
  • Make it loose coupling between RubyGems and RDoc by @mterada1228 in #1171
  • Fixed compatibility error with setup command and rdoc plugin on rubygems by @hsbt in #1234

Full Changelog: v6.8.1...v6.9.0

v6.8.1

19 Nov 11:52
9a7ab17
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: v6.8.0...v6.8.1

v6.8.0

19 Nov 05:49
cf09b2e
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

🐛 Bug Fixes

  • Abort with error message if --dump argument invalid by @adam12 in #1104
  • Fix darkfish responsiveness issue on screens between 1024px and ~1650px by @st0012 in #1148
  • Fix sidebar scroll and footer display by @st0012 in #1152
  • Fix sidebar scroll again and add missing footer back by @st0012 in #1154
  • Make summary triangle appear in correct place when summary text overflows to next line by @paracycle in #1160
  • Make darkfish more responsive and readable on mobile devices by @st0012 in #1162
  • Only let browser search through source code until it's expanded by @Earlopain in #1181
  • Fix ToRdoc#accept_table by @tompng in #1184
  • Extract excerpt from RDoc::Markup::Document (raw pages) correctly by @st0012 in #1200

📚 Documentation

🛠 Other Changes

New Contributors

Full Changelog: v6.7.0...v6.8.0

v6.7.0

23 May 01:17
a667e61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.6.3.1...v6.7.0

v6.6.2

16 Dec 03:40
895f1af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.6.1...v6.6.2

v6.6.1

05 Dec 07:37
7cf353a
Compare
Choose a tag to compare

What's Changed

  • Bump ruby/setup-ruby from 1.159.0 to 1.161.0 by @dependabot in #1052
  • Fix TIDYLINK after braces (#1015) by @nobu in #1054
  • Fix NoMethodError for tokens_to_s method by @toshimaru in #1055
  • Place a space between certain character class letters only by @nobu in #1057
  • Re-enable tests with truffleruby-head by @nobu in #1058
  • Get rid of Kernel#open by @nobu in #1059
  • Markup punctuations need to be separated with a space by @nobu in #1060
  • fix: Return empty string when token_stream is nil by @toshimaru in #1056

Full Changelog: v6.6.0...v6.6.1

v6.6.0

06 Nov 08:31
9c14229
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.5.0...v6.6.0

v6.5.0

05 Dec 05:02
c5e7ee0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.4.0...v6.5.0

v6.4.0

17 Nov 07:55
Compare
Choose a tag to compare

What's Changed

  • Fix test failures by @nobu in #811
  • Follow-up rubygems by @nobu in #810
  • Drop support for Ruby 2.4 by @nobu in #812
  • Rwrite test-case for rubygems_hook without Gem::TestCase by @hsbt in #815
  • Prefer omit to pend by @nobu in #818
  • Fix assertions which look very likely unintended by @nobu in #820
  • Support ActiveSupport::Concern.included by @aycabta in #819
  • Fix chained inclusion ancestors_of by @BuonOmo in #817
  • Allow a label in a link to another document text by @nobu in #804
  • Document 'ruby:' to show core documentation in ri by @xstnztk in #805
  • Sync test fixes from ruby/ruby by @nobu in #823
  • CI: use jruby-9.2.19.0 by @olleolleolle in #822
  • Use HEAD of kpeg by @aycabta in #827
  • Move RDoc::RDoc#load_options to RDoc::RDoc.load_options by @aycabta in #832
  • Completely remove minitest by @hsbt in #836
  • Try to load WEBrick for testing by @voxik in #833
  • Add tests for --template-stylesheets option by @nobu in #829
  • Fix smart single quote by @nobu in #831
  • Convert upper case copyright and registered marks by @nobu in #837
  • Update SourceCodePro font files by @aycabta in #844
  • CI: use a combined workflow with a matrix by @olleolleolle in #848
  • fix: use the global format default for C file comments by @flavorjones in #847
  • feature: add support for :category: on C functions by @flavorjones in #846
  • feature: Support linking #== by @flavorjones in #845
  • fix: alias to a method with call-seq should render properly if the call-seq does not specify the alias by @flavorjones in #840
  • Fix typos in test method names [ci skip] by @nobu in #850
  • Resolve class and method of the same name correctly by @aycabta in #853

New Contributors

Full Changelog: v6.3.2...v6.4.0