We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855ff0a commit 8f13607Copy full SHA for 8f13607
CHANGES
@@ -1,3 +1,16 @@
1
+0.6.0 (development)
2
+
3
+ Bug Fixes:
4
+ * Fix the handling of application/javascript (@kylekyle, @mrkn)
5
6
+ Enhancements:
7
+ * Add the `initialized` event in `IRuby::Kernel` class (@Yuki-Inoue, @mrkn)
8
+ * Add the following four events (@mrkn):
9
+ * `pre-execute` -- occurs before every code execution
10
+ * `pre-run-cell` -- occurs before every non-silent code execution
11
+ * `post-execute` -- occurs after every code execution
12
+ * `post-run-cell` -- occurs after every non-silent code execution
13
14
0.5.0 (2021-03-25)
15
16
Bug Fixes:
0 commit comments