What's Changed
✨ Enhancements
🐛 Bug Fixes
- Fix ri completion to always return candidates start with a given name by @tompng in #1082
- Call
update_extend
s inClassModule#complete
by @st0012 in #1317
📚 Documentation
🛠 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
andfile_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 throughStore
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 ofStore
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
- @unasuke made their first contribution in #973
- @headius made their first contribution in #1305
- @ioquatix made their first contribution in #1320
Full Changelog: v6.12.0...v6.13.0