You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES
+5-4
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
-
0.6.0 (development)
1
+
0.6.0 (2021-05-25)
2
2
3
3
Bug Fixes:
4
-
* Fix the handling of application/javascript (@kylekyle, @mrkn)
4
+
* Fix the handling of application/javascript https://github.com/SciRuby/iruby/issues/292, https://github.com/SciRuby/iruby/pull/294 (@kylekyle, @mrkn)
5
5
6
6
Enhancements:
7
-
* Add the `initialized` event in `IRuby::Kernel` class (@Yuki-Inoue, @mrkn)
8
-
* Add the following four events (@mrkn):
7
+
* 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)
8
+
* Add the following four events https://github.com/SciRuby/iruby/pull/295 (@mrkn):
9
9
* `pre-execute` -- occurs before every code execution
10
10
* `pre-run-cell` -- occurs before every non-silent code execution
11
11
* `post-execute` -- occurs after every code execution
12
12
* `post-run-cell` -- occurs after every non-silent code execution
13
+
* Replace Bond with IRB in PlainBackend https://github.com/SciRuby/iruby/pull/276, https://github.com/SciRuby/iruby/pull/297 (@cfis, @mrkn)
0 commit comments