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 23ab9cc commit c621c1bCopy full SHA for c621c1b
CHANGELOG
@@ -1,3 +1,8 @@
1
+- 0.19.1 - 20-10-2025
2
+ - JS code can now catch ruby exceptions - Ben Noordhuis
3
+ - Retain string encoding when raising exceptions - Ben Noordhuis
4
+ - Fix object identity bug with Ruby to JS conversion - Benjamin Wood
5
+
6
- 0.19.0 - 24-06-2025
7
- upgrade to node 24.1.0
8
lib/mini_racer/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
- VERSION = "0.19.0"
+ VERSION = "0.19.1"
LIBV8_NODE_VERSION = "~> 24.1.0.0"
end
0 commit comments