v1.7.0
What's Changed
✨ Enhancements
- Print deprecation warning for
help
command by @st0012 in #567 - Display mod key as
Option
on Darwin platforms by @adam12 in #584 - Allow
show_source
for private methods by @makenowjust in #589
🐛 Bug Fixes
- Filter out top-level methods when using
ls <Class/Module>
by @st0012 in #562 - Simplify the help command's implementation by @st0012 in #564
- Fix Locale's encoding lookup for ujis/euc encodings by @st0012 in #568
- Set maximum document dialog height by @tompng in #591
🛠 Other Changes
- Bump ruby/setup-ruby from 1.145.0 to 1.146.0 by @dependabot in #561
- Fix typo in tracer by @ydaniju in #565
- Add tests for Locale class by @st0012 in #566
- Remove encoding_aliases.rb by @st0012 in #569
- Add tests for Locale#find and Locale#load by @st0012 in #570
- Use a more tolerant way to check Locale#find's return path by @st0012 in #572
- Stop using MagicFile for printing help messages by @st0012 in #573
- Simplify Locale#load by @st0012 in #571
- Retire magic-file.rb by @st0012 in #574
- Bump ruby/setup-ruby from 1.146.0 to 1.148.0 by @dependabot in #578
- Fix Test timedout in test_debug_cmd by @tompng in #582
- Bump ruby/setup-ruby from 1.148.0 to 1.149.0 by @dependabot in #581
- Refactor RubyLex's input/io methods by @st0012 in #583
- Simplify each_top_level_statement by @tompng in #576
- Fix dynamic_prompt test not executed, remove unnecessary set_input by @tompng in #585
- Add assertion for dynamic_prompt's assertion execution by @st0012 in #586
- Fix typo by @ima1zumi in #587
- Bump ruby/setup-ruby from 1.149.0 to 1.150.0 by @dependabot in #590
- Improve debug command tests by @st0012 in #594
- Require test helpers from central helper by @st0012 in #595
- Bump version to 1.7.0 by @st0012 in #596
New Contributors
- @ydaniju made their first contribution in #565
- @adam12 made their first contribution in #584
- @makenowjust made their first contribution in #589
Full Changelog: v1.6.4...v1.7.0