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 98871d3 commit 9bfacddCopy full SHA for 9bfacdd
CHANGELOG
@@ -1,3 +1,6 @@
1
+- 0.17.0.pre9 - 13-01-2025
2
+ - For backwards compatibility convert v8 return values to UTF-8 (invalidly encoded string still get returned using V8 encoding)
3
+
4
- 0.17.0.pre8 - 11-01-2025
5
- Fix handling of UTF 32 LE and Ascii encoding strings - Ben Noordhuis
6
- Handle rare edge case in V8 serialization - Ben Noordhuis
lib/mini_racer/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
- VERSION = "0.17.0.pre8"
+ VERSION = "0.17.0.pre9"
LIBV8_NODE_VERSION = "~> 22.7.0.4"
end
0 commit comments