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:
parent
adf6b10b78
commit
6fd788bd9d
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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4819748f2ba0f8e12ead1728b3a1b6cd3e71641e28a36be59cb9033ea89488ba
|
||||
size 46316200
|
3
rusty_v8-0.40.0.tar.xz
Normal file
3
rusty_v8-0.40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e23849c2ab67cb1834d095e2ea42468c8b06d7da151b6bcd3ce6ed26c5d2551
|
||||
size 46386424
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user