Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-02 | fix(serde_v8): serialize objects with numeric keys correctly (#15946) | Darshan Sen | |
Signed-off-by: Darshan Sen <raisinten@gmail.com> | |||
2022-10-02 | fix(serde_v8): Implement MapAccess for StructAccess (#15962) | Jakub Łabor | |
`StructAccess` implements` serde::de::SeqAccess` instead of `serde::de::MapAccess` thus interpreting structs as sequences. | |||
2022-09-29 | 1.26.0 | denobot | |
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2022-09-22 | chore: forward v1.25.4 release commit to main (#16001) | David Sherret | |
2022-09-22 | feat(ops): Automatic fast ops creation (#15527) | Aapo Alasuutari | |
2022-09-19 | chore: fix clippy warnings (#15944) | Ben Noordhuis | |
Stop allowing clippy::derive-partial-eq-without-eq and fix warnings about deriving PartialEq without also deriving Eq. In one case I removed the PartialEq because it a) wasn't necessary, and b) sketchy because it was comparing floating point numbers. IMO, that's a good argument for enforcing the lint rule, because it would most likely have been caught during review if it had been enabled. | |||
2022-09-17 | chore: upgrade rusty_v8 to v0.50.0 (#15762) | Darshan Sen | |
Signed-off-by: Darshan Sen <raisinten@gmail.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2022-09-15 | chore: forward v1.25.3 release commit to main (#15919) | Colin Ihrig | |
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: cjihrig <cjihrig@users.noreply.github.com> | |||
2022-09-13 | perf(serde_v8): remove Mutex from ZeroCopyBuf (#15888) | Divy Srivastava | |
2022-09-09 | chore: forward v1.25.2 release commit to main (#15831) | denobot | |
Co-authored-by: kt3k <kt3k@users.noreply.github.com> | |||
2022-09-02 | feat(serde_v8): Support StringObject as unit enum variant (#15715) | Jakub Łabor | |
2022-09-02 | chore: forward v1.25.1 release commit to main (#15735) | denobot | |
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> | |||
2022-09-01 | fix(serde_v8): no panic on reading large text file (#15494) | Geert-Jan Zwiers | |
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com> | |||
2022-09-01 | feat(serde_v8): Serialize integers as BigInt (#15692) | Jakub Łabor | |
2022-09-01 | fix(serde_v8): update bytes::Bytes layout assumptions (#15718) | Divy Srivastava | |
2022-09-01 | chore(serde_v8): take mutable reference in `ToV8::to_v8` (#15707) | Divy Srivastava | |
2022-08-27 | serde_v8: fix pointer size assumptions (#15613) | Will Glozer | |
2022-08-25 | v1.25.0 | Bartek Iwańczuk | |
2022-08-23 | chore: upgrade rusty_v8 to v0.49.0 (#15547) | Bartek Iwańczuk | |
2022-08-21 | chore: use Rust 1.63.0 (#15464) | Mathias Lafeldt | |
2022-08-15 | chore: upgrade rusty_v8 to 0.48.1 (#15310) | Bartek Iwańczuk | |
2022-08-11 | chore: forward v1.24.3 release commit to main (#15462) | denobot | |
Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2022-08-05 | chore: forward v1.24.2 release commit to main (#15410) | denobot | |
2022-07-29 | Forward 1.24.1 to main (#15333) (#15336) | Colin Ihrig | |
1.24.1 (#15333) Co-authored-by: cjihrig <cjihrig@users.noreply.github.com> | |||
2022-07-28 | serde_v8: improvements to avoid hitting unimplemented codepaths (#13915) | Arthur Silva | |
2022-07-27 | chore: upgrade rusty_v8 to 0.47.1 (#15324) | Bartek Iwańczuk | |
2022-07-21 | 1.24.0 (#15262) | denobot | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2022-07-19 | chore: upgrade rusty_v8 to 0.47.0 (#15247) | Bartek Iwańczuk | |
2022-07-14 | chore: upgrade rusty_v8 to v0.46.0 (#15200) | Bartek Iwańczuk | |
2022-07-12 | chore: forward v1.23.4 release commit to main (#15172) | Colin Ihrig | |
1.23.4 (#15168) Co-authored-by: cjihrig <cjihrig@users.noreply.github.com> Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: cjihrig <cjihrig@users.noreply.github.com> | |||
2022-07-08 | chore: upgrade rusty_v8 to 0.45.0 (#15123) | Divy Srivastava | |
2022-07-05 | feat(core): Re-export v8 use_custom_libcxx feature (#14475) | Arthur Silva | |
2022-07-05 | 1.23.3 (#15081) | denobot | |
Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2022-07-04 | perf(serde_v8): avoid extra is_array_buffer_view check (#15056) | Divy Srivastava | |
2022-07-01 | chore: use Rust 1.62.0 (#15028) | Bartek Iwańczuk | |
2022-06-30 | chore: forward 1.23.2 to main (#15027) | David Sherret | |
Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2022-06-30 | chore: upgrade rusty_v8 to 0.44.3 (#15019) | Divy Srivastava | |
2022-06-30 | perf(serde_v8): smallvec ByteString (#15008) | Divy Srivastava | |
2022-06-26 | build: require safety comments on unsafe code (#13870) | Luca Casonato | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> | |||
2022-06-23 | v1.23.1 (#14954) | Kayla Washburn | |
1.23.1 (#14952) Co-authored-by: aslilac <aslilac@users.noreply.github.com> Co-authored-by: Kayla Washburn <mckayla@hey.com> Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: aslilac <aslilac@users.noreply.github.com> | |||
2022-06-23 | chore: upgrade rusty_v8 to 0.44.2 (#14947) | Bartek Iwańczuk | |
2022-06-19 | feat(serde_v8): add serde_v8::Global (#14761) | Divy Srivastava | |
2022-06-15 | 1.23.0 (#14878) | denobot | |
* 1.23.0 * docs(Releases.md): update a few items for 1.23 * docs(Releases.md): revert bad formatting Co-authored-by: aslilac <aslilac@users.noreply.github.com> Co-authored-by: McKayla Washburn <mckayla@hey.com> | |||
2022-06-15 | upgrade: v8 10.4.132.5 (#14874) | Ryan Dahl | |
2022-06-09 | chore: Forward v1.22.3 to main (#14835) | Colin Ihrig | |
* 1.22.3 (#14832) * chore: pin swc versions to fix cargo publish Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: cjihrig <cjihrig@users.noreply.github.com> Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2022-06-02 | chore: Forward v1.22.2 to main (#14785) | Bartek Iwańczuk | |
2022-05-27 | 1.22.1 | Kitson Kelly | |
Co-authored-by: Kitson Kelly <me@kitsonkelly.com> Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> | |||
2022-05-26 | chore(serde_v8): throw error when string buffer exceeds v8 max length (#14588) | Geert-Jan Zwiers | |
2022-05-26 | chore: upgrade rusty_v8 to 0.43.1 (#14713) | Bartek Iwańczuk | |
2022-05-18 | 1.22.0 (#14657) | denobot | |
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> |