File rubygem-irb.changes of Package rubygem-irb

-------------------------------------------------------------------
Mon Feb  3 09:53:36 UTC 2025 - Dan ČermÑk <dan.cermak@posteo.net>

- 1.15.1:

<!-- Release notes generated using configuration in .github/release.yml at v1.15.1 -->

## What's Changed
### πŸ› Bug Fixes
* Fix pager preview with escape sequence and newlines by @tompng in https://github.com/ruby/irb/pull/1069
### πŸ›  Other Changes
* Bump version to 1.15.1 by @tompng in https://github.com/ruby/irb/pull/1070


**Full Changelog**: https://github.com/ruby/irb/compare/v1.15.0...v1.15.1

1.15.0:

<!-- Release notes generated using configuration in .github/release.yml at v1.15.0 -->

## What's Changed
### ✨ Enhancements
* Add `ri` as an alias to the `show_doc` command by @st0012 in https://github.com/ruby/irb/pull/1054
* Add `copy` command by @Prajjwal in https://github.com/ruby/irb/pull/1044
* Show a quick preview of inspect result before pager launch by @tompng in https://github.com/ruby/irb/pull/1040
### πŸ› Bug Fixes
* Fix broken `history` command with `-g` by @sanfrecce-osaka in https://github.com/ruby/irb/pull/1057
* Gracefully handle incorrect command aliases by @st0012 in https://github.com/ruby/irb/pull/1059
* Print more actionable message when the exception may be an IRB bug by @st0012 in https://github.com/ruby/irb/pull/1061
* `IRB.conf[:SAVE_HISTORY]` should handle boolean values by @st0012 in https://github.com/ruby/irb/pull/1062
* Colorize backref token bold green like global variables by @tompng in https://github.com/ruby/irb/pull/1065
### πŸ“š Documentation
* Restructure IRB's documentation by @st0012 in https://github.com/ruby/irb/pull/1053
* Use the documentation site as the source of truth by @st0012 in https://github.com/ruby/irb/pull/1055
* Extract contributing guideline into a CONTRIBUTING.md by @st0012 in https://github.com/ruby/irb/pull/1056
* [DOC] Remove unnecessary escape from completor class names by @st0012 in https://github.com/ruby/irb/pull/1063
* [DOC] Update documentation about the new copy command by @st0012 in https://github.com/ruby/irb/pull/1067
* [DOC] Exclude the word `IRB` from RDoc's autolinking by @st0012 in https://github.com/ruby/irb/pull/1068
### πŸ›  Other Changes
* Simplify vterm-yamatanooroti's steps by @st0012 in https://github.com/ruby/irb/pull/1060
* Drop ColorPrinter's workaround for BasicObject by @st0012 in https://github.com/ruby/irb/pull/1051
* Group private methods together in `IRB::Context` by @st0012 in https://github.com/ruby/irb/pull/1064
* Bump version to v1.15.0 by @st0012 in https://github.com/ruby/irb/pull/1066

## New Contributors
* @sanfrecce-osaka made their first contribution in https://github.com/ruby/irb/pull/1057
* @Prajjwal made their first contribution in https://github.com/ruby/irb/pull/1044

**Full Changelog**: https://github.com/ruby/irb/compare/v1.14.3...v1.15.0

1.14.3:

<!-- Release notes generated using configuration in .github/release.yml at v1.14.3 -->

## What's Changed
### πŸ› Bug Fixes
* Load history when starting a direct debug session by @sunblaze in https://github.com/ruby/irb/pull/1046
### πŸ“š Documentation
* Avoid generating documentation pages for internal components by @st0012 in https://github.com/ruby/irb/pull/1047
* [DOC] Fix broken rdoc-ref caused by a typo by @st0012 in https://github.com/ruby/irb/pull/1049
### πŸ›  Other Changes
* Bump version to v1.14.3 by @st0012 in https://github.com/ruby/irb/pull/1050

## New Contributors
* @sunblaze made their first contribution in https://github.com/ruby/irb/pull/1046

**Full Changelog**: https://github.com/ruby/irb/compare/v1.14.2...v1.14.3

1.14.2:

<!-- Release notes generated using configuration in .github/release.yml at v1.14.2 -->

## What's Changed
### ✨ Enhancements
* Change default completor from regexp to type-completor if RUBY_VERSION>=3.4 by @tompng in https://github.com/ruby/irb/pull/1010
### πŸ› Bug Fixes
* Use correct binding in debug mode by @tompng in https://github.com/ruby/irb/pull/1007
* Remove bignum check from save_history by @tompng in https://github.com/ruby/irb/pull/1018
* Always use alternate sceen on alt-d by @tompng in https://github.com/ruby/irb/pull/988
* Suppress "literal string will be frozen in the future" warning by @tikkss in https://github.com/ruby/irb/pull/1019
* Fix indentation of xstring literal by @tompng in https://github.com/ruby/irb/pull/1038
* Prevent cursor flickering in dancing ruby by @ima1zumi in https://github.com/ruby/irb/pull/1041
* Don't show 'Maybe IRB bug!' in show_source and ls command by @tompng in https://github.com/ruby/irb/pull/1039
* Page the output in irb:rdbg sessions too by @st0012 in https://github.com/ruby/irb/pull/1043
### πŸ“š Documentation
* Improve Debugging with IRB section to make it easier to get started by @st0012 in https://github.com/ruby/irb/pull/1015
* Complete the missing documentation abount the environment variables by @kyanagi in https://github.com/ruby/irb/pull/1028
### πŸ›  Other Changes
* Hash#inspect style has changed in ruby 3.4 by @nobu in https://github.com/ruby/irb/pull/1011
* Change debug test workaround to use ENV RUBY_DEBUG_TEST_UI by @tompng in https://github.com/ruby/irb/pull/1014
* History refactors by @eval in https://github.com/ruby/irb/pull/1013
* Document infinite history by @eval in https://github.com/ruby/irb/pull/1012
* Make rendering test faster using updated yamatanooroti by @tompng in https://github.com/ruby/irb/pull/1001
* Fix rendering test broken by conflict by @tompng in https://github.com/ruby/irb/pull/1016
* Update setup/ruby used in gh-pages workflow because it is failing on ci by @tompng in https://github.com/ruby/irb/pull/1017
* Improve history test's encoding setting by @monkeyWzr in https://github.com/ruby/irb/pull/1022
* On Windows, Process.kill(:TERM) is not supported. by @YO4 in https://github.com/ruby/irb/pull/1026
* Correct ja/help-message for --context-mode and --prompt by @kyanagi in https://github.com/ruby/irb/pull/1029
* Prevent a warning: ambiguous `/` by @hsbt in https://github.com/ruby/irb/pull/1030
* Don't use delegator to install helper methods to main object by @tompng in https://github.com/ruby/irb/pull/1031
* Follow-up refactor of #1031 by @st0012 in https://github.com/ruby/irb/pull/1034
* Store method objects in constants by @st0012 in https://github.com/ruby/irb/pull/1033
* Extract truffleruby workflow by @st0012 in https://github.com/ruby/irb/pull/1035
* Bump version to v1.14.2 by @st0012 in https://github.com/ruby/irb/pull/1045

## New Contributors
* @eval made their first contribution in https://github.com/ruby/irb/pull/1013
* @tikkss made their first contribution in https://github.com/ruby/irb/pull/1019

**Full Changelog**: https://github.com/ruby/irb/compare/v1.14.1...v1.14.2



-------------------------------------------------------------------
Mon Nov  4 16:55:22 UTC 2024 - Dan ČermÑk <dan.cermak@posteo.net>

- 1.14.1:

<!-- Release notes generated using configuration in .github/release.yml at v1.14.1 -->

## What's Changed
### ✨ Enhancements
* Improve easter_egg logo resolution by @tompng in https://github.com/ruby/irb/pull/987
### πŸ› Bug Fixes
* Fix kill pager pid throwing Errno::ESRCH when pager process already terminated by @tompng in https://github.com/ruby/irb/pull/989
* Colorize command input by @tompng in https://github.com/ruby/irb/pull/983
* Fix easter_egg run without RDoc, fix input-method test run without RDoc by @tompng in https://github.com/ruby/irb/pull/998
* Remove KEYWORD_ALIASES which handled special alias name of irb_break irb_catch and irb_next command by @tompng in https://github.com/ruby/irb/pull/1004
* Use InstructionSequence#script_lines to get method source by @tompng in https://github.com/ruby/irb/pull/1005
* Fix debug command in nomultiline mode by @tompng in https://github.com/ruby/irb/pull/1006
### πŸ“š Documentation
* Update COMPARED_WITH_PRY.md by @alessandro-fazzi in https://github.com/ruby/irb/pull/984
### πŸ›  Other Changes
* Group class methods under `class << self` by @st0012 in https://github.com/ruby/irb/pull/981
* Clear ENV["XDG_CONFIG_HOME"] to avoid loading user-defined irbrc in test by @tompng in https://github.com/ruby/irb/pull/982
* Remove Ruby version checks by @RicardoTrindade in https://github.com/ruby/irb/pull/985
* Move parse_command method to Context by @st0012 in https://github.com/ruby/irb/pull/993
* Make colorize test pass with NO_COLOR env set by @tompng in https://github.com/ruby/irb/pull/994
* Surpressing 'unknown command: β€œSwitch to inspect mode.”' message by @hsbt in https://github.com/ruby/irb/pull/995
* Skip show_doc tests if RDoc is not available by @hsbt in https://github.com/ruby/irb/pull/997
* Specify commit hash of yamatanooroti by @tompng in https://github.com/ruby/irb/pull/1000
* Use proper locale in history encoding test by @tompng in https://github.com/ruby/irb/pull/1008
* Bump version to v1.14.1 by @st0012 in https://github.com/ruby/irb/pull/1009

## New Contributors
* @RicardoTrindade made their first contribution in https://github.com/ruby/irb/pull/985
* @alessandro-fazzi made their first contribution in https://github.com/ruby/irb/pull/984

**Full Changelog**: https://github.com/ruby/irb/compare/v1.14.0...v1.14.1

1.14.0:

<!-- Release notes generated using configuration in .github/release.yml at v1.14.0 -->

## What's Changed
### ✨ Enhancements
* Stop echoing or storing command calls' `nil` return value by @st0012 in https://github.com/ruby/irb/pull/972
* Introduce cd command by @st0012 in https://github.com/ruby/irb/pull/971
* Return only commands when completing help command's argument by @st0012 in https://github.com/ruby/irb/pull/973
### πŸ› Bug Fixes
* Allow assigning and using local variable name conflicting with command by @tompng in https://github.com/ruby/irb/pull/961
### πŸ›  Other Changes
* Bump version to v1.14.0 by @st0012 in https://github.com/ruby/irb/pull/980


**Full Changelog**: https://github.com/ruby/irb/compare/v1.13.2...v1.14.0



-------------------------------------------------------------------
Fri Jun 21 10:04:03 UTC 2024 - Dan ČermÑk <dan.cermak@posteo.net>

- 1.13.2:

<!-- Release notes generated using configuration in .github/release.yml at v1.13.2 -->

## What's Changed
### πŸ› Bug Fixes
* Add a new initialization step to validate IRB.conf's values by @st0012 in https://github.com/ruby/irb/pull/953
* Reorder ruby lex clauses for unrecoverable first by @kddnewton in https://github.com/ruby/irb/pull/956
* Remove useless Reline::Key.new and update wrong comment for alt+d by @tompng in https://github.com/ruby/irb/pull/963
* Add accidentally dropped disable_irb command back by @st0012 in https://github.com/ruby/irb/pull/964
### πŸ“š Documentation
* Help users choose between helper methods and commands in the extension document by @st0012 in https://github.com/ruby/irb/pull/965
### πŸ›  Other Changes
* Enhance regexp to account for prism error messages by @kddnewton in https://github.com/ruby/irb/pull/954
* Clean up tmpdir by @nobu in https://github.com/ruby/irb/pull/955
* Suppress Ruby warnings in certain backtrace filtering tests by @st0012 in https://github.com/ruby/irb/pull/966
* fix typos in the `Index of Command-Line Options` by @Suban05 in https://github.com/ruby/irb/pull/967
* Cleanup irbrc generator cache always at teardown by @tompng in https://github.com/ruby/irb/pull/968
* Invalid encoding symbol now raises SyntaxError also in 3.3 by @tompng in https://github.com/ruby/irb/pull/969
* Bump version to v1.13.2 by @st0012 in https://github.com/ruby/irb/pull/970

## New Contributors
* @kddnewton made their first contribution in https://github.com/ruby/irb/pull/954
* @Suban05 made their first contribution in https://github.com/ruby/irb/pull/967

**Full Changelog**: https://github.com/ruby/irb/compare/v1.13.1...v1.13.2

1.13.1:

<!-- Release notes generated using configuration in .github/release.yml at v1.13.1 -->

## What's Changed
### πŸ› Bug Fixes
* Switch to StdioInputMethod when TERM is 'dumb' by @dgutov in https://github.com/ruby/irb/pull/907
* Avoid raising errors while running help for custom commands by @kachick in https://github.com/ruby/irb/pull/944
* Use flag instead of caller for `debug`'s binding.irb check by @st0012 in https://github.com/ruby/irb/pull/947
* Improve help message for no meta commands by @st0012 in https://github.com/ruby/irb/pull/948
### πŸ›  Other Changes
* Add workaround for ruby/debug/test/console/irb_test failing with StdioInputMethod by @tompng in https://github.com/ruby/irb/pull/943
* Fix typos in test/irb/command/test_custom_command.rb by @kachick in https://github.com/ruby/irb/pull/945
* Change debug test workaround only enabled when output is tty by @tompng in https://github.com/ruby/irb/pull/949
* Clarify `conf` helper's context by @st0012 in https://github.com/ruby/irb/pull/950
* Bump version to v1.13.1 by @st0012 in https://github.com/ruby/irb/pull/951

## New Contributors
* @dgutov made their first contribution in https://github.com/ruby/irb/pull/907
* @kachick made their first contribution in https://github.com/ruby/irb/pull/945

**Full Changelog**: https://github.com/ruby/irb/compare/v1.13.0...v1.13.1

1.13.0:

<!-- Release notes generated using configuration in .github/release.yml at v1.13.0 -->

## What's Changed
### ✨ Enhancements
* Add disable_irb command to disable debug of binding.irb by @hogelog in https://github.com/ruby/irb/pull/898
* Move away from method-based command implementation by @tompng in https://github.com/ruby/irb/pull/824
* Support command registration by @st0012 in https://github.com/ruby/irb/pull/886
* Support helper method registration by @st0012 in https://github.com/ruby/irb/pull/624
* Support `IRB.conf[:BACKTRACE_FILTER]` by @st0012 in https://github.com/ruby/irb/pull/917
### πŸ› Bug Fixes
* rdoc version lock is required by @alpaca-tc in https://github.com/ruby/irb/pull/897
* Rescue from exceptions raised by #name by @monkeyWzr in https://github.com/ruby/irb/pull/899
* Fix irb_history saved to current directory by @tompng in https://github.com/ruby/irb/pull/901
* Fix % escape in prompt format by @tompng in https://github.com/ruby/irb/pull/927
* Remove exit command workaround, handle IRB_EXIT in debug_readline by @tompng in https://github.com/ruby/irb/pull/923
* Restore MAIN_CONTEXT correctly by @tompng in https://github.com/ruby/irb/pull/937
* Let IRB::Color.colorable? always return true|false by @tompng in https://github.com/ruby/irb/pull/940
### πŸ“š Documentation
* Use markdown format for docs by @st0012 in https://github.com/ruby/irb/pull/890
* docs(help): Add latest options to ja help message by @okuramasafumi in https://github.com/ruby/irb/pull/903
* Remove misleading documentation by @artur-intech in https://github.com/ruby/irb/pull/906
* Prompt specifiers: documentation improvements by @Uaitt in https://github.com/ruby/irb/pull/926
* Add EXTEND_IRB.md to introduce IRB's command and helper registration mechanism by @st0012 in https://github.com/ruby/irb/pull/933
* Use the new GH pages site for documentation by @st0012 in https://github.com/ruby/irb/pull/939
### πŸ›  Other Changes
* Fix indent test and output sequence test for new reline by @tompng in https://github.com/ruby/irb/pull/908
* Cache RDoc::RI::Driver.new by @tompng in https://github.com/ruby/irb/pull/911
* Fix a typo by @hsbt in https://github.com/ruby/irb/pull/912
* Filter backtrace before formatting in #handle_exception by @joshbroughton in https://github.com/ruby/irb/pull/916
* Centralize rstrip calls by @st0012 in https://github.com/ruby/irb/pull/918
* Add a workaround to make IRB work with debug's tests by @st0012 in https://github.com/ruby/irb/pull/919
* Pass statements to Context#evaluate by @st0012 in https://github.com/ruby/irb/pull/920
* Remove internal-only methods from Command::Base by @tompng in https://github.com/ruby/irb/pull/922
* Accept "  " for colorizing "	" test by @tompng in https://github.com/ruby/irb/pull/924
* Add CI job to test IRB against the latest debug by @st0012 in https://github.com/ruby/irb/pull/928
* Add MultiIRB commands test by @igaiga in https://github.com/ruby/irb/pull/929
* Stop using ExtendCommandBundle internally by @st0012 in https://github.com/ruby/irb/pull/925
* Memoize helper method instances with Singleton module by @st0012 in https://github.com/ruby/irb/pull/931
* Command registration should take both strings and symbols as names by @st0012 in https://github.com/ruby/irb/pull/932
* Suppress command return values by @st0012 in https://github.com/ruby/irb/pull/934
* Pass symbol to Command.register in doc for consistency by @st0012 in https://github.com/ruby/irb/pull/935
* Add a new GH workflow for deploying to GH pages by @st0012 in https://github.com/ruby/irb/pull/938
* Bump version to v1.13.0 by @st0012 in https://github.com/ruby/irb/pull/941

## New Contributors
* @alpaca-tc made their first contribution in https://github.com/ruby/irb/pull/897
* @monkeyWzr made their first contribution in https://github.com/ruby/irb/pull/899
* @okuramasafumi made their first contribution in https://github.com/ruby/irb/pull/903
* @artur-intech made their first contribution in https://github.com/ruby/irb/pull/906
* @joshbroughton made their first contribution in https://github.com/ruby/irb/pull/916
* @Uaitt made their first contribution in https://github.com/ruby/irb/pull/926
* @igaiga made their first contribution in https://github.com/ruby/irb/pull/929

**Full Changelog**: https://github.com/ruby/irb/compare/v1.12.0...v1.13.0

1.12.0:

## Highlights

- The `help` command now displays a help message directly, instead of opening a `ri` console.
- You can now get detailed usage information for specific commands by using `help <cmd>`. Commands that currently support detailed help messages include:
  - `show_source`
  - `show_doc`
  - `edit`
  - `ls`
  - We welcome contributions to expand this list!
- The `show_source` command can now display methods defined during the IRB session.
- In `irb:rdbg` sessions, simply hitting `<enter>` will now repeat the last command, mirroring the behavior in `rdbg` sessions.
- IRB now supports loading `.irbrc` from multiple locations. This means that for most users, `~/.irbrc` will also be loaded when a `project/.irbrc` is defined.

<!-- Release notes generated using configuration in .github/release.yml at v1.12.0 -->

## What's Changed
### ✨ Enhancements
* Introduce exit! command by @ignacio-chiazzo in https://github.com/ruby/irb/pull/851
* Powerup show_source by enabling RubyVM.keep_script_lines by @tompng in https://github.com/ruby/irb/pull/862
* Repurpose the help command to display the help message by @st0012 in https://github.com/ruby/irb/pull/872
* Support repeating debugger input by passing empty input to it by @st0012 in https://github.com/ruby/irb/pull/856
* Revamp `help` command by @st0012 in https://github.com/ruby/irb/pull/877
* Add help messages to `show_source` and `show_doc` commands by @st0012 in https://github.com/ruby/irb/pull/887
* Restructure workspace management by @st0012 in https://github.com/ruby/irb/pull/888
* Allow loading multiple irb files by @hahmed in https://github.com/ruby/irb/pull/859
### πŸ› Bug Fixes
* Fix SourceFinder's constant evaluation issue by @st0012 in https://github.com/ruby/irb/pull/869
* Improve constant lookup in SourceFinder by @tompng in https://github.com/ruby/irb/pull/871
* Fix `irb:rdbg` for ruby head by @st0012 in https://github.com/ruby/irb/pull/876
### πŸ›  Other Changes
* Polish the exit! command and its tests by @st0012 in https://github.com/ruby/irb/pull/867
* Fix exit! command warning and method behavior by @tompng in https://github.com/ruby/irb/pull/868
* Refactor eval_path and `SourceFinder::Source` by @st0012 in https://github.com/ruby/irb/pull/870
* Update error message assertions for Ruby 3.4 by @st0012 in https://github.com/ruby/irb/pull/874
* Standardize command related names by @st0012 in https://github.com/ruby/irb/pull/873
* Load RubyGems explicitly for tests of test/irb by @hsbt in https://github.com/ruby/irb/pull/879
* Invalid encoding symbols now raise SyntaxError in 3.4 by @nobu in https://github.com/ruby/irb/pull/880
* Remove IRB::NotImplementedError by @tompng in https://github.com/ruby/irb/pull/878
* Unroll extension method generation by @st0012 in https://github.com/ruby/irb/pull/882
* Turn on frozen literal in files by @st0012 in https://github.com/ruby/irb/pull/881
* Remove remaining `frozen_string_literal: false` in lib/ by @tompng in https://github.com/ruby/irb/pull/883
* Remove workaround for empty lines in dynamic_prompt by @tompng in https://github.com/ruby/irb/pull/884
* Remove useless loaded file check by @tompng in https://github.com/ruby/irb/pull/885
* Refactor IRB::Context#prompting by @st0012 in https://github.com/ruby/irb/pull/889
* Escape closing square brackets in regexp by @peterzhu2118 in https://github.com/ruby/irb/pull/892
* Prevent `irb_history`'s creation during HistoryTest by @st0012 in https://github.com/ruby/irb/pull/893
* Clear temporary directories by @nobu in https://github.com/ruby/irb/pull/894
* Bump version to v1.12.0 by @st0012 in https://github.com/ruby/irb/pull/895

## New Contributors
* @hahmed made their first contribution in https://github.com/ruby/irb/pull/859

**Full Changelog**: https://github.com/ruby/irb/compare/v1.11.2...v1.12.0

1.11.2:

<!-- Release notes generated using configuration in .github/release.yml at v1.11.2 -->

## What's Changed
### πŸ› Bug Fixes
* Fix undef and alias indent by @tompng in https://github.com/ruby/irb/pull/838
* Skip re-setup when creating a child session by @nunosilva800 in https://github.com/ruby/irb/pull/850
* Stop `irb:rdbg` from saving duplicated history when there's no prior history file by @st0012 in https://github.com/ruby/irb/pull/853
* Add a warning for when the history path doesn't exist by @ignacio-chiazzo in https://github.com/ruby/irb/pull/852
* Fix usage of tracer gem and add tests by @nunosilva800 in https://github.com/ruby/irb/pull/857
### πŸ›  Other Changes
* Fix documentation typo, `niL` β†’ `nil` by @elebow in https://github.com/ruby/irb/pull/840
* Forward-port ruby-core changes by @hsbt in https://github.com/ruby/irb/pull/841
* Fix some typos by @ydah in https://github.com/ruby/irb/pull/843
* Fix documentation typo, `inin` β†’ `in` by @elebow in https://github.com/ruby/irb/pull/842
* Try to use irb instead of rubygems for completion test by @hsbt in https://github.com/ruby/irb/pull/845
* Omit 2 encoding error related tests for TruffleRuby by @st0012 in https://github.com/ruby/irb/pull/854
* Add rubocop with a few basic styling rules by @st0012 in https://github.com/ruby/irb/pull/849
* Require pathname by @st0012 in https://github.com/ruby/irb/pull/860
* Suppress warnings by @nobu in https://github.com/ruby/irb/pull/861
* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/ruby/irb/pull/863
* Polish tracer integration and tests by @st0012 in https://github.com/ruby/irb/pull/864
* Bump version to v1.11.2 by @st0012 in https://github.com/ruby/irb/pull/865

## New Contributors
* @elebow made their first contribution in https://github.com/ruby/irb/pull/840
* @nunosilva800 made their first contribution in https://github.com/ruby/irb/pull/850
* @ignacio-chiazzo made their first contribution in https://github.com/ruby/irb/pull/852

**Full Changelog**: https://github.com/ruby/irb/compare/v1.11.1...v1.11.2



-------------------------------------------------------------------
Mon Jan 29 14:09:09 UTC 2024 - Dan ČermÑk <dan.cermak@posteo.net>

- 1.11.1:

<!-- Release notes generated using configuration in .github/release.yml at v1.11.1 -->

## What's Changed
### πŸ› Bug Fixes
* Fix display_document params in noautocomplete mode by @tompng in https://github.com/ruby/irb/pull/826
* Make show_source accept top-level constant names by @st0012 in https://github.com/ruby/irb/pull/831
* Avoid completing empty input by @st0012 in https://github.com/ruby/irb/pull/832
* Make SourceFinder ignore binary sources by @st0012 in https://github.com/ruby/irb/pull/836
### πŸ›  Other Changes
* Remove dead doc by @BurdetteLamar in https://github.com/ruby/irb/pull/819
* Fix type completor section of README by @tompng in https://github.com/ruby/irb/pull/820
* Remove redundant env cleanup in rendering test by @st0012 in https://github.com/ruby/irb/pull/827
* test_recovery_sigint: Ensure precondition is met by @sorah in https://github.com/ruby/irb/pull/829
* Require Reline v0.4.2+ by @st0012 in https://github.com/ruby/irb/pull/834
* Refactor exit command by @st0012 in https://github.com/ruby/irb/pull/835
* Bump version to v1.11.1 by @st0012 in https://github.com/ruby/irb/pull/837

## New Contributors
* @sorah made their first contribution in https://github.com/ruby/irb/pull/829

**Full Changelog**: https://github.com/ruby/irb/compare/v1.11.0...v1.11.1

1.11.0:

<!-- Release notes generated using configuration in .github/release.yml at v1.11.0 -->

## What's Changed
### ✨ Enhancements
* Warn and do nothing if block is passed to measure command by @tompng in https://github.com/ruby/irb/pull/813
### πŸ› Bug Fixes
* Debugging command warning should not be specific to the `debug` command by @st0012 in https://github.com/ruby/irb/pull/806
* Warn users about errors in loading RC files by @st0012 in https://github.com/ruby/irb/pull/817
### πŸ›  Other Changes
* Simplify show_source's super calculation by @st0012 in https://github.com/ruby/irb/pull/807
* Prevent a warning: setting Encoding.default_external by @mame in https://github.com/ruby/irb/pull/810
* [DOC] RDoc for module IRB by @BurdetteLamar in https://github.com/ruby/irb/pull/738
* Remove documents about deprecated/WIP features and some slight adjustments by @st0012 in https://github.com/ruby/irb/pull/811
* Remove unused lvar in mesure command test by @tompng in https://github.com/ruby/irb/pull/814
* Avoid installing bundler manually for yamatanooroti builds by @st0012 in https://github.com/ruby/irb/pull/816
* [DOC] Change indexes.rdoc to indexes.md by @BurdetteLamar in https://github.com/ruby/irb/pull/812
* Bump version to v1.11.0 by @st0012 in https://github.com/ruby/irb/pull/818


**Full Changelog**: https://github.com/ruby/irb/compare/v1.10.1...v1.11.0

1.10.1:

<!-- Release notes generated using configuration in .github/release.yml at v1.10.1 -->

## What's Changed
### πŸ› Bug Fixes
* Pager should be disabled when TERM=dumb by @st0012 in https://github.com/ruby/irb/pull/800
### πŸ›  Other Changes
* Disable pager when TERM is not set too by @st0012 in https://github.com/ruby/irb/pull/802
* Bump version to v1.10.1 by @st0012 in https://github.com/ruby/irb/pull/801


**Full Changelog**: https://github.com/ruby/irb/compare/v1.10.0...v1.10.1

1.10.0:

<!-- Release notes generated using configuration in .github/release.yml at v1.10.0 -->

## What's Changed
### ✨ Enhancements
* Hint debugger command in `irb:rdbg` session by @st0012 in https://github.com/ruby/irb/pull/768
* Support disabling pager by @st0012 in https://github.com/ruby/irb/pull/783
* Display aliases in help message by @st0012 in https://github.com/ruby/irb/pull/788
* adding the -s flag to show_source by @paulreece in https://github.com/ruby/irb/pull/770
* Split TypeCompletion to a gem by @tompng in https://github.com/ruby/irb/pull/772
* Page evaluation result's output by @st0012 in https://github.com/ruby/irb/pull/784
* Implement `history` command by @garyhtou in https://github.com/ruby/irb/pull/761
### πŸ› Bug Fixes
* Rescue Exception, ignore warning in completion doc_namespace by @tompng in https://github.com/ruby/irb/pull/777
* Handle handle_exception's exception by @tompng in https://github.com/ruby/irb/pull/780
* Fix exception(backtrace=nil) prints nothing by @tompng in https://github.com/ruby/irb/pull/782
* Rescue errors from main.to_s/inspect when formatting prompt by @hanazuki in https://github.com/ruby/irb/pull/791
* Change show_source tests into integration tests by @st0012 in https://github.com/ruby/irb/pull/793
* Scrub past history input before split by @hogelog in https://github.com/ruby/irb/pull/795
### πŸ›  Other Changes
* Fix failure of more command with -R option by @hogelog in https://github.com/ruby/irb/pull/781
* Fix flaky test case test_autocomplete_with_multiple_doc_namespaces by @hogelog in https://github.com/ruby/irb/pull/786
* Make rake test run all tests under `test/irb/` directory by @st0012 in https://github.com/ruby/irb/pull/794
* Only install debug with CRuby by @st0012 in https://github.com/ruby/irb/pull/796
* Update Pry comparison doc's entries about history and pager support by @st0012 in https://github.com/ruby/irb/pull/797
* Disable pager in eval_history test by @tompng in https://github.com/ruby/irb/pull/799
* Bump version to v1.10.0 by @st0012 in https://github.com/ruby/irb/pull/798

## New Contributors
* @hogelog made their first contribution in https://github.com/ruby/irb/pull/781
* @hanazuki made their first contribution in https://github.com/ruby/irb/pull/791
* @paulreece made their first contribution in https://github.com/ruby/irb/pull/770
* @garyhtou made their first contribution in https://github.com/ruby/irb/pull/761

**Full Changelog**: https://github.com/ruby/irb/compare/v1.9.1...v1.10.0



-------------------------------------------------------------------
Tue Nov 28 08:11:41 UTC 2023 - Dan ČermÑk <dan.cermak@posteo.net>

- 1.9.1:

<!-- Release notes generated using configuration in .github/release.yml at v1.9.1 -->

## What's Changed
### ✨ Enhancements
* Enable completion setting through `IRB_COMPLETOR` by @ima1zumi in https://github.com/ruby/irb/pull/771
### πŸ› Bug Fixes
* Fix irb-1.9.0 crash on `{}.` completion by @tompng in https://github.com/ruby/irb/pull/764
### πŸ›  Other Changes
* Remove racc from Gemfile by @st0012 in https://github.com/ruby/irb/pull/760
* require 'irb/version to test completion of constant `IRB::VERSION` by @tompng in https://github.com/ruby/irb/pull/763
* Bump version to 1.9.1 by @tompng in https://github.com/ruby/irb/pull/773


**Full Changelog**: https://github.com/ruby/irb/compare/v1.9.0...v1.9.1



-------------------------------------------------------------------
Tue Nov 14 15:08:33 UTC 2023 - Dan ČermÑk <dan.cermak@posteo.net>

- New upstream release 1.9.0, no changelog found

-------------------------------------------------------------------
Wed Dec  7 11:23:16 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.5.1
 see installed history.rb


-------------------------------------------------------------------
Mon Oct 10 13:08:47 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.4.2
 see installed history.rb


-------------------------------------------------------------------
Thu Mar 10 15:50:23 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com>

- initialize package
openSUSE Build Service is sponsored by