Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions en/news/_posts/2023-12-25-ruby-3-3-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,16 @@ We are pleased to announce the release of Ruby {{ release.version }}. Ruby 3.3 a

IRB has received several enhancements, including but not limited to:

- Advanced `irb:rdbg` integration that provides an equivalent debugging experience to `pry-byebug` ([doc](https://github.com/ruby/irb#debugging-with-irb)).
- Pager support for `ls`, `show_source` and `show_cmds` commands.
- More accurate and helpful information provided by the `ls` and `show_source` commands.
- Experimental autocompletion using type analysis ([doc](https://github.com/ruby/irb#type-based-completion)).
- It is now possible to change the font color and font style in the completion dialog by a newly introduced class Reline::Face ([doc](https://github.com/ruby/ruby/blob/master/doc/reline/face.md))
* Advanced `irb:rdbg` integration that provides an equivalent debugging experience to `pry-byebug` ([doc](https://github.com/ruby/irb#debugging-with-irb)).
* Pager support for `ls`, `show_source` and `show_cmds` commands.
* More accurate and helpful information provided by the `ls` and `show_source` commands.
* Experimental autocompletion using type analysis ([doc](https://github.com/ruby/irb#type-based-completion)).
* It is now possible to change the font color and font style in the completion dialog by a newly introduced class Reline::Face ([doc](https://github.com/ruby/ruby/blob/master/doc/reline/face.md))

In addition, IRB has also undergone extensive refactoring and received dozens of bug fixes to facilitate easier future enhancements.

For more detailed updates, please refer to [Unveiling the big leap in Ruby 3.3's IRB](https://railsatscale.com/2023-12-19-irb-for-ruby-3-3/).

## Compatibility issues

Note: Excluding feature bug fixes.
Expand Down