forked from pool/rusty_v8
0.40.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=24
This commit is contained in:
4
_service
4
_service
@@ -2,8 +2,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.38.1</param>
|
||||
<param name="version">0.38.1</param>
|
||||
<param name="revision">v0.40.0</param>
|
||||
<param name="version">0.40.0</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="exclude">.github</param>
|
||||
<param name="exclude">.gitignore</param>
|
||||
|
BIN
rusty_v8-0.38.1.tar.xz
(Stored with Git LFS)
BIN
rusty_v8-0.38.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
rusty_v8-0.40.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
rusty_v8-0.40.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 21:52:51 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 0.40.0:
|
||||
* Add bindings for v8::ScriptCompiler::CreateCodeCacheForFunction (#888)
|
||||
* Rolling to V8 9.9.115.7 (#896)
|
||||
* Add v8::Value::InstanceOf bindings (#879)
|
||||
* Add v8::Object::HasOwnProperty bindings (#897)
|
||||
* Add v8::FunctionCallbackInfo::NewTarget bindings (#898)
|
||||
- includes 0.39.0:
|
||||
* Track V8 9.9 (#886)
|
||||
* Add v8::Map bindings (#872)
|
||||
* Fix unused import warning (#875)
|
||||
* Add v8::Isolate:AdjustAmountOfExternalAllocatedMemory bindings (#880)
|
||||
* Add support for v8::Object.set_integrity_level (#874)
|
||||
* Make v8::script_compiler::Source.get_cached_data return Option (#885)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 20:11:34 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rusty_v8
|
||||
Version: 0.37.0
|
||||
Version: 0.40.0
|
||||
Release: 0
|
||||
Summary: Build tooling for Deno (do not install or use!)
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user