7
0
forked from pool/rusty_v8
2022-08-15 18:01:57 +00:00
committed by Git OBS Bridge
parent 9a1b7d81d2
commit 7944be1d9f
6 changed files with 40 additions and 8 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Aug 15 17:55:41 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.48.1:
* Track v8 10.5 (#1034)
* Rolling to V8 10.5.218.1 (#1036)
* Add type specialized setters for v8::ReturnValue (#1015)
* chore: add check for no-fail-fast label (#1017)
* Expose from_function_callback_info (#1016)
* Add ReturnValue::set_bool (#1020)
* V8 Fast API Calls (#1021)
* V8 Fast API Sequence (#1022)
* Add back gn args --list on build (#1013)
* Add Uint32 / Int32 Value method bindings (#1030)
* feat: WasmAsyncResolvePromiseCallback (#1029)
* Add v8::Object [Get/Set]AlignedPointer[From/In]InternalField (#1026)
* Support Fast API Overloads (#1031)
* refactor: remove unnecessary complexity from build.rs (#963)
* support V8 FastApiCallbackOptions (#1044)
* Export WasmAsyncSuccess enum, change signature of
WasmAsyncResolvePro (#1046)
* Add support for Fast calls with Uint8Array (#1047)
- rebase fix-cflags.patch
-------------------------------------------------------------------
Thu Jun 30 19:17:27 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.44.3:
* add type specialized setters for v8::ReturnValue (#1015)
* Expose from_function_callback_info (#1016)
-------------------------------------------------------------------
Tue Jun 21 19:26:37 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>