CHANGES in iruby-0.5.0 vs CHANGES in iruby-0.6.0
- old
+ new
@@ -1,4 +1,18 @@
+0.6.0 (2021-05-25)
+
+ Bug Fixes:
+ * Fix the handling of application/javascript https://github.com/SciRuby/iruby/issues/292, https://github.com/SciRuby/iruby/pull/294 (@kylekyle, @mrkn)
+
+ Enhancements:
+ * Add the `initialized` event in `IRuby::Kernel` class https://github.com/SciRuby/iruby/pull/168, https://github.com/SciRuby/iruby/pull/296 (@Yuki-Inoue, @mrkn)
+ * Add the following four events https://github.com/SciRuby/iruby/pull/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 https://github.com/SciRuby/iruby/pull/276, https://github.com/SciRuby/iruby/pull/297 (@cfis, @mrkn)
+
0.5.0 (2021-03-25)
Bug Fixes:
* Fix Jupyter console crashes issue https://github.com/SciRuby/iruby/pull/210 (@kojix2)
* Fix syntax highlighting issue on Jpyter Lab https://github.com/SciRuby/iruby/issues/224 (@kojix2)