summaryrefslogtreecommitdiff
path: root/serde_v8
AgeCommit message (Collapse)Author
2022-04-14chore: forward v1.20.6 release commit to main (#14288)David Sherret
2022-04-12fix(serde_v8): more robust number deserialization (#14216)Aaron O'Mullan
Fixes #14128
2022-04-07chore: forward v1.20.5 release commit to main (#14232)David Sherret
2022-04-02experiment(serde_v8): derive_more enabled opaque wrappers (#14096)Aaron O'Mullan
2022-04-02feat(serde_v8): DetachedBuffer (#14102)Aaron O'Mullan
2022-04-02cleanup(serde_v8): simpler ZeroCopyBuf (#14095)Aaron O'Mullan
2022-03-311.20.4 (#14168)David Sherret
2022-03-25chore: forward v1.20.3 release commit to main (#14121)Luca Casonato
2022-03-24chore: drop src/ in bench_util & serde_v8 (#14097)Aaron O'Mullan
To align with conventions used in our other crates
2022-03-241.20.2Kitson Kelly
2022-03-23cleanup(serde_v8): streamline magic types (#14076)Aaron O'Mullan
Formalize magic types and how they're "transerialized", also makes U16String deserializable
2022-03-16v1.20.1Ryan Dahl
2022-03-16v1.20.0Ryan Dahl
2022-03-16perf(web): Optimize `TextDecoder` by adding a new `U16String` type (#13923)Andreu Botella
2022-03-11chore: update rusty_v8 to 0.41.0 (#13909)Divy Srivastava
2022-03-10v1.19.3Yoshiya Hinosawa
2022-03-07perf(serde_v8): avoid SerializablePkg allocs (#13860)Aaron O'Mullan
For common return types such as String/ZeroCopyBuf/ByteString
2022-03-07cleanup(serde_v8): SerializablePkg verbosity (#13855)Aaron O'Mullan
2022-03-07perf(serde_v8): optimize ByteString deserialization (#13853)Aaron O'Mullan
2022-03-05chore: update deps (#13821)Satya Rohith
2022-03-03chore: bump crate version for 1.19.2 (#13824)Satya Rohith
2022-02-24chore: bump crate versions for 1.19.1 (#13760)David Sherret
2022-02-17chore: release crates for v1.19.0 (#13698)Bartek Iwańczuk
2022-02-16chore: update v8 (#13680)Luca Casonato
2022-02-04chore: forward v1.18.2 to main (#13595)Bartek Iwańczuk
2022-02-02chore: update rusty_v8 (#13575)Luca Casonato
2022-01-27chore: forward v1.18.1 to main (#13514)Bartek Iwańczuk
2022-01-20chore: bump crate version for 0.18.0 (#13441)Divy Srivastava
2022-01-20feat(serde_v8): deserialize ArrayBuffers (#13436)Aaron O'Mullan
Previously we would only deserialize `ArrayBufferView`s as zero-copy bufs This avoids rewrapping `ArrayBuffers` in `ArrayBufferView`s when implementing APIs that take [BufferSource](https://webidl.spec.whatwg.org/#BufferSource) args passed through the op-layer
2022-01-19chore: update v8 to 0.38.1 (#13415)Luca Casonato
2022-01-13chore: forward v1.17.3 to main (#13364)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2022-01-07fix(serde_v8): support #[serde(default)] (#13300)Aaron O'Mullan
2022-01-06chore: forward 1.17.2 to main (#13295)Bartek Iwańczuk
2022-01-04chore: upgrade v8 from 9.7 to 9.8 (#13269)Ben Noordhuis
2021-12-22chore: merge v1.17.1 into main (#13184)Bartek Iwańczuk
2021-12-16chore: release crates for v1.17.0 (#13112)Bartek Iwańczuk
2021-12-04chore: upgrade to Rust 1.57.0 (#12968)Bartek Iwańczuk
2021-12-04chore: merge v1.16.4 into main (#12984)Luca Casonato
2021-12-03chore: update to rusty v8 0.36.0 (#12979)Luca Casonato
2021-11-24chore: merge v1.16.3 into main (#12892)Bert Belder
2021-11-17upgrade: v8 crate 0.35.0 (V8 9.7.106.5) (#12797)Bert Belder
Fixes: #11406
2021-11-17chore: bump crates for 1.16.2 (#12792)David Sherret
2021-11-11chore: bump crate versions for 1.16.1 (#12729)Luca Casonato
2021-11-10fix: non ascii buffer response in http server (#12728)Luca Casonato
2021-11-09chore: bump crate versions for 1.16.0 (#12706)Luca Casonato
2021-11-08feat: update to V8 9.7 (#12685)Luca Casonato
This commit updates the rusty_v8 to 0.34.0. This commit also adds the required typings for the new Array#findLast and Array#findIndexLast methods.
2021-11-02chore: update to Rust edition 2021 (#12578)Bartek Iwańczuk
2021-11-01chore: upgrade deno_ast to 0.5.0 (#12595)David Sherret
2021-10-27chore: update to rusty_v8 0.33.0 (#12564)Luca Casonato