Releases: SciRuby/iruby
Releases · SciRuby/iruby
Version 0.8.0
What's Changed
- Hide output on assignment by @ankane in #312
- Introduce the new Application classes by @mrkn in #317
- Fix Gnuplot issues in Ruby 2.7 (#321) by @kojix2 in #322
- Add Ruby3.1 to CI by @kojix2 in #323
- Update README.md by @marek-witkowski in #324
- ci: upgrade actions/checkout by @kojix2 in #325
- Add Ruby 3.2 to CI for ubuntu by @petergoldstein in #327
- Default to true for
store_history
if not in silent mode by @gartens in #330 - Add Ruby 3.3 to CI for Ubuntu by @kojix2 in #331
- Remove Ruby 2.3 and 2.4 from CI by @kojix2 in #332
- Fix typos by @kojix2 in #335
- Format README.md and ci.yml by @kojix2 in #337
- Fix PlainBackend for irb v1.13.0 by @zalt50 in #339
- Added
date
to header by @ebababi in #342 - Update CI Configuration for IRuby by @kojix2 in #344
- Add logger and Remove base64 to Fix CI Tests by @kojix2 in #345
- Update CI trigger configuration by @kojix2 in #346
- 0.8.0 by @kojix2 in #347
New Contributors
- @marek-witkowski made their first contribution in #324
- @petergoldstein made their first contribution in #327
- @gartens made their first contribution in #330
- @ebababi made their first contribution in #342
Full Changelog: v0.7.4...v0.8.0
Version 0.7.4
Version 0.7.3
Bug Fixes
- Do not call default renderers when to_iruby_mimebundle is available (@mrkn)
Version 0.7.2
Bug Fixes
- Fix IRuby.table for Ruby >= 2.7 #305 (@topofocus)
- Fix PlainBackend to include modules #303 (@UliKuch, @mrkn)
Version 0.7.1
Version 0.7.0
Version 0.6.1
Bug Fixes
- Follow the messages and hooks orders during execute_request processing (@mrkn)
Version 0.6.0
Bug Fixes
Enhancements
- Add the
initialized
event inIRuby::Kernel
class #168, #296 (@Yuki-Inoue, @mrkn) - Add the following four events #295 (@mrkn):
pre-execute
-- occurs before every code executionpre-run-cell
-- occurs before every non-silent code executionpost-execute
-- occurs after every code executionpost-run-cell
-- occurs after every non-silent code execution
- Replace Bond with IRB in PlainBackend #276, #297 (@cfis, @mrkn)
v0.4.0
IRuby::Input and bug fixes
This release adds the major enhancement of including an IRuby::Input class for making widgets for accepting input from users.
It also fixes some minor bugs.
See the CHANGES file for details.