Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@mrkn mrkn released this 26 May 05:23
· 96 commits to master since this release
53019cc

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)