Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-27 | feat(serde_v8): better error output (#18815) | Bartek Iwańczuk | |
The type that was received is now printed as part of a message. | |||
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-11-30 | chore: upgrade rusty_v8 to 0.58.0 (#16879) | Bartek Iwańczuk | |
2022-11-12 | chore: upgrade rusty_v8 to 0.55.0 (#16604) | Bartek Iwańczuk | |
<!-- Before submitting a PR, please read http://deno.land/manual/contributing 1. Give the PR a descriptive title. Examples of good title: - fix(std/http): Fix race condition in server - docs(console): Update docstrings - feat(doc): Handle nested reexports Examples of bad title: - fix #7123 - update docs - fix bugs 2. Ensure there is a related issue and it is referenced in the PR text. 3. Ensure there are tests that cover the changes. 4. Ensure `cargo test` passes. 5. Ensure `./tools/format.js` passes without changing files. 6. Ensure `./tools/lint.js` passes. --> | |||
2022-09-01 | chore(serde_v8): take mutable reference in `ToV8::to_v8` (#15707) | Divy Srivastava | |
2022-04-25 | cleanup(serde_v8): disambiguate ZeroCopyBuf (#14380) | Aaron O'Mullan | |
2022-04-02 | feat(serde_v8): DetachedBuffer (#14102) | Aaron O'Mullan | |