Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-23 | cleanup(serde_v8): streamline magic types (#14076) | Aaron O'Mullan | |
Formalize magic types and how they're "transerialized", also makes U16String deserializable | |||
2022-03-16 | perf(web): Optimize `TextDecoder` by adding a new `U16String` type (#13923) | Andreu Botella | |
2022-01-07 | chore: update copyright to 2022 (#13306) | Ryan Dahl | |
Co-authored-by: Erfan Safari <erfanshield@outlook.com> | |||
2021-10-20 | feat(serde_v8): StringOrBuffer (#12503) | Aaron O'Mullan | |
2021-10-20 | chore: return serde_v8 to main repo (#12500) | Aaron O'Mullan | |
Reduces fragmentation, avoids version drift and facilitates coordinating serde_v8 and op-layer changes | |||
2021-06-09 | chore: move serde_v8 to separate repo (#10909) | Bartek IwaĆczuk | |
Now available at https://github.com/denoland/serde_v8 | |||
2021-04-30 | feat(serde_v8): ZeroCopyBuf (#10432) | Aaron O'Mullan | |
Bidirectional zero-copy serialization of buffers between v8 & rust that can be nested in structs/tuples/etc. | |||
2021-04-20 | chore: update copyright headers (#10243) | Yoshiya Hinosawa | |
2021-04-18 | refactor(serde_v8): move magic code to subfolder and minor cleanup (#10230) | Aaron O'Mullan | |