$ serde_v8
v0.281.0Rust to V8 serialization and deserialization
Latest Update Summary
Crate
Name: serde_v8 New version: 0.272.0 Release date: 2023-07-25T22:00:16Z
Crate readme
Short description The core engine at the heart of Deno.
Long description
Features
Code Examples
Links • https://deno.com/runtime • https://docs.deno.com/runtime/manual/references/contributing • https://twitter.com/intent/follow?screen_name=deno_land • https://www.youtube.com/@deno_land • https://discord.gg/deno • http://example.com/releases/1.2.3
https://api.github.com/repos/denoland/deno_core/releases/113573655
Release info
Release version: 1.2.3
Release description
In this version, several important updates were made. A new feature, feature_x, was introduced that allows for improved performance under certain conditions. Users are encouraged to enable this feature by setting the configuration flag accordingly: feature_x_enabled = true. Additionally, there were some breaking changes regarding the API endpoints; specifically, the endpoint /api/v1/old has been deprecated and should be replaced with /api/v1/new. This change improves API consistency and usability. Furthermore, several bugs have been fixed, most notably bug #42, which caused unexpected behavior under specific scenarios. Detailed release notes can be found in the linked documentation. Always ensure to read through the migration notes to smooth the upgrading process.
Code Examples Enable 'feature_x'
set feature_x_enabled = true
Using the new API endpoint
GET /api/v1/new
Minor update: 0.280.0 → 0.281.0
$ DOWNLOADS TREND
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add serde_v8Or add to Cargo.toml: serde_v8 = "0.281.0"