Skip to content

v6.13.0

Latest
Compare
Choose a tag to compare
@matzbot matzbot released this 23 Mar 19:05
· 3 commits to master since this release
1e3ed08

What's Changed

✨ Enhancements

🐛 Bug Fixes

  • Fix ri completion to always return candidates start with a given name by @tompng in #1082
  • Call update_extends in ClassModule#complete by @st0012 in #1317

📚 Documentation

  • Fix CodeObject's inheritance tree document by @st0012 in #1314

🛠 Other Changes

  • Bump ruby/setup-ruby from 1.215.0 to 1.218.0 by @dependabot in #1290
  • Remove unnecessary coupling in comments' call_seq extraction by @st0012 in #1289
  • Bump step-security/harden-runner from 2.10.4 to 2.11.0 by @dependabot in #1293
  • Bump ruby/setup-ruby from 1.218.0 to 1.221.0 by @dependabot in #1294
  • Removed development group for cloudflare pages by @hsbt in #1295
  • Remove unused attributes by @st0012 in #1292
  • Refactor darkfish's classes sidebar implementation by @st0012 in #1296
  • Explicitly require helper in test_case by @st0012 in #1297
  • Add webrick to development dependencies by @st0012 in #1301
  • Remove unused darkfish parts by @st0012 in #1303
  • Centralize generator setup by @st0012 in #1302
  • Remove unused class_dir and file_dir attributes from generators by @st0012 in #1304
  • Reenable JRuby for testing by @headius in #1305
  • Relax paragraph pattern by @nobu in #1299
  • Tests for markdown code using multiple backquotes by @nobu in #1306
  • Remove an unused constant by @nobu in #1307
  • Avoid accessing RDoc objects through Store by @st0012 in #1308
  • Bump ruby/setup-ruby from 1.221.0 to 1.222.0 by @dependabot in #1311
  • Make Options a required constructor argument of Store by @st0012 in #1309
  • Reduce unnecessary external state assignment (singleton) by @st0012 in #1312
  • Fix test target code of module_function by @tompng in #1316
  • Remove dead or unnecessary methods/attributes by @st0012 in #1315
  • Refactor markdown parsing of Image and ExplicitLink by @tompng in #1323
  • Bump version to v6.13.0 by @st0012 in #1324

New Contributors

Full Changelog: v6.12.0...v6.13.0