7
0
forked from pool/rusty_v8
2023-05-12 17:07:19 +00:00
committed by Git OBS Bridge
parent 588b54b172
commit c4f17eb508
6 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri May 12 17:02:17 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to dec3aa2d0b299117190ccd2dd7ba0335a8b20d52:
* Fix exception not caught in debug build for v8::Function::call (#1229)
- includes 0.71.1:
* feat: Add bindings for "v8::Set" (#1221)
* feat: Expose set_accessor_with_configuration to include data and prop
* feat: Add the option to disable generation from strings (#1222)
* Rolling to V8 11.4.183.2 (#1219)
* refactor: use Deno.Command instead of Deno.run (#1225)
* test: Add tests showing incorrect exception behavior in debug build (#
-------------------------------------------------------------------
Sat Apr 29 00:12:04 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>