We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd4229 commit 215889bCopy full SHA for 215889b
2 files changed
CHANGELOG
@@ -1,4 +1,4 @@
1
-- (Unreleased)
+- 0.21.2 - 11-06-2026
2
- Add `Context#perform_microtask_checkpoint` to synchronously drain the V8 microtask queue, useful for spec-compliant `dispatchEvent` sequencing inside Ruby callbacks
3
- Fix native memory leaks in `Context#heap_snapshot`/`Context#write_heap_snapshot`; thanks to Pranjali Thakur from depthfirst.com
4
- Fix large integral JavaScript numbers wrapping to negative Ruby integers; thanks to Pranjali Thakur from depthfirst.com
lib/mini_racer/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
- VERSION = "0.21.1"
+ VERSION = "0.21.2"
5
LIBV8_NODE_VERSION = "~> 24.12.0.1"
6
end
0 commit comments