feat: can run qjs
This commit is contained in:
63
__enclave/virt_enclave/external/quickjs-rs/CHANGELOG.md
vendored
Normal file
63
__enclave/virt_enclave/external/quickjs-rs/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
# quick-js - Changelog
|
||||
|
||||
## Master branch
|
||||
|
||||
## v0.3.4 - 2020-07-09
|
||||
|
||||
* Bump quickjs to 2020-07-05
|
||||
|
||||
## v0.3.3 - 2020-05-27
|
||||
|
||||
* Add Windows support
|
||||
(only with MSYS2 environment and `x86_64-pc-windows-gnu` target architecture)
|
||||
|
||||
## v0.3.2 - 2020-05-25
|
||||
|
||||
* Updated quickjs to 2020-04-12
|
||||
|
||||
## v0.3.1 - 2020-03-24
|
||||
|
||||
* Update quickjs to 2020-03-16
|
||||
* Add `TryFrom<JsValue>` impl for `HashMap<String, X>`
|
||||
|
||||
## v0.3.0 - 2019-11-02
|
||||
|
||||
### Features
|
||||
|
||||
* Add BigInt integration
|
||||
* Add logging system and optional `log` crate integration
|
||||
* Upgrade quickjs to 2019-10-27
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Made `Value` enum non-exhaustive
|
||||
* new Value::BigInt variant (with `bigint` feature)
|
||||
|
||||
## v0.2.3 - 2019-08-30
|
||||
|
||||
* Properly free property keys after enumeration
|
||||
(Fixes memory leak when deserializing objects)
|
||||
|
||||
## v0.2.2 - 2019-08-13
|
||||
|
||||
* Fix invalid millisecond conversion for JsValue::Date
|
||||
|
||||
## v0.2.1 - 2019-08-13
|
||||
|
||||
* Impelemented deserializiation of objects to `JsValue::Object`
|
||||
* Added `chrono` integration via the `chrono` feature
|
||||
Adds a `JsValue::Date(DateTime<Utc>)` variant that allows (de)serializing
|
||||
a JS `Date`
|
||||
* Implemented resolving promises in `eval`/`call_function`
|
||||
* Added `patched` feature for applying quickjs fixes
|
||||
* quickjs upgraded to `2019-08-10` release
|
||||
|
||||
## v0.2.0 - 2019-07-31
|
||||
|
||||
* Added `memory_limit` customization
|
||||
* Added `Context::clear` method for resetting context
|
||||
* Callbacks now support more function signatures
|
||||
( up to 5 arguments, `Result<T, E>` return value)
|
||||
* Updated embedded quickjs bindings to version 2019-07-28.
|
||||
* Fixed a bug in callback logic
|
||||
|
||||
Reference in New Issue
Block a user