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 dec7e0f commit 31360daCopy full SHA for 31360da
CHANGELOG
@@ -1,3 +1,6 @@
1
+- 0.18.1 - 03-04-2025
2
+ - Convert round doubles to fixnum for very big floats - this has better parity with JavaScript - Ben Noorhuis
3
+
4
- 0.18.0 - 05-03-2025
5
- Time for a major release
6
- Handle ActiveSupport TimeWithZone objects during serialization - Sam Saffron
lib/mini_racer/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
- VERSION = "0.18.0"
+ VERSION = "0.18.1"
LIBV8_NODE_VERSION = "~> 23.6.1.0"
end
0 commit comments