summaryrefslogtreecommitdiff
path: root/serde_v8/error.rs
AgeCommit message (Expand)Author
2023-04-27chore: upgrade rusty_v8 to 0.71.0 (#18868)Bartek Iwańczuk
2023-04-27feat(serde_v8): better error output (#18815)Bartek Iwańczuk
2023-04-13refactor(serde_v8): move to `thiserror`, better error output (#18202)Yiyu Lin
2023-03-22feat(ext/kv): key-value store (#18232)Heyang Zhou
2023-03-16feat(serde_v8): support BigInt serialization (#18225)Luca Casonato
2023-02-22feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)Aapo Alasuutari
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-09-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-07-28serde_v8: improvements to avoid hitting unimplemented codepaths (#13915)Arthur Silva
2022-04-12fix(serde_v8): more robust number deserialization (#14216)Aaron O'Mullan
2022-04-02feat(serde_v8): DetachedBuffer (#14102)Aaron O'Mullan
2022-03-24chore: drop src/ in bench_util & serde_v8 (#14097)Aaron O'Mullan