dart_qjs 1.0.6
dart_qjs: ^1.0.6 copied to clipboard
A Dart package for running JavaScript with QuickJS.
1.0.6 #
- Make
evaluategeneric for typed return values. - Auto-close JavaScript functions when they are no longer needed.
- Add
setGlobalsupport. - Improve documentation.
- Fix forced isolate shutdown handling.
1.0.5 #
- Fix
TextDecoderUTF-8 decoding for large payloads returned byfetch. - Add coverage for large JSON response bodies in the
fetchHTTP test.
1.0.4 #
- Add browser-compatible
URL,TextEncoder/TextDecoder,setTimeout,setInterval,fetch. - Add tests covering HTTP requests, response headers, and binary response
bodies for the new
fetchAPI.
1.0.3 #
- Let
FlutterQjs.close()close the event port automatically. - Allow
FlutterQjsinstances to recreate their event port after close. - Document Dart callback usage from JavaScript.
1.0.2 #
- Fix FFI callback binding for runtime creation.
1.0.1 #
- Fix native asset library naming across non-web platforms.
1.0.0 #
- Initial version.