Skip to content

Releases: SciRuby/iruby

Version 0.8.0

28 Jul 04:24
fe16c1b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.8.0

Version 0.7.4

17 Aug 16:20
e7403dc
Compare
Choose a tag to compare

Enhancements

  • Install zeromq library automatically #307, #308 (@mrkn, @kou)
  • Remove pyzmq session adapter (@mrkn)
  • Make cztop session adapter deprecated (@mrkn)

Version 0.7.3

17 Aug 16:20
44bbf85
Compare
Choose a tag to compare

Bug Fixes

  • Do not call default renderers when to_iruby_mimebundle is available (@mrkn)

Version 0.7.2

22 Jun 17:12
8df37a0
Compare
Choose a tag to compare

Bug Fixes

Version 0.7.1

22 Jun 17:10
84e6503
Compare
Choose a tag to compare

Enhancements

  • Add support of to_iruby_mimebundle format method #304 (@mrkn)

Version 0.7.0

28 May 01:36
3c42125
Compare
Choose a tag to compare

Enhancements

  • The default backend is changed to IRB (@mrkn)
  • Add IRuby::Kernel#switch_backend! method (@mrkn)

Bug Fixes

Version 0.6.1

26 May 05:22
ea294f4
Compare
Choose a tag to compare

Bug Fixes

  • Follow the messages and hooks orders during execute_request processing (@mrkn)

Version 0.6.0

26 May 05:23
53019cc
Compare
Choose a tag to compare

Bug Fixes

Enhancements

  • Add the initialized event in IRuby::Kernel class #168, #296 (@Yuki-Inoue, @mrkn)
  • Add the following four events #295 (@mrkn):
    • pre-execute -- occurs before every code execution
    • pre-run-cell -- occurs before every non-silent code execution
    • post-execute -- occurs after every code execution
    • post-run-cell -- occurs after every non-silent code execution
  • Replace Bond with IRB in PlainBackend #276, #297 (@cfis, @mrkn)

v0.4.0

08 Sep 08:27
ae9b481
Compare
Choose a tag to compare
Version 0.4.0

IRuby::Input and bug fixes

03 May 12:08
Compare
Choose a tag to compare

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.