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 080836f commit 452022bCopy full SHA for 452022b
CHANGELOG
@@ -1,3 +1,8 @@
1
+- 0.17.0.pre7 - 10-01-2025
2
+
3
+ - Objects containing non serializable properties will return an Error object vs raising an exception. Ben Noordhuis
4
+ - Truffle support was added back Eregon
5
6
- 0.17.0.pre6 - 08-01-2025
7
8
- Moved all mini_racer interaction with v8 to a dedicated native thread to avoid cross VM stack contamination. Ben Noordhuis
lib/mini_racer/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
- VERSION = "0.17.0.pre6"
+ VERSION = "0.17.0.pre7"
LIBV8_NODE_VERSION = "~> 22.7.0.4"
end
0 commit comments