Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-08 | feat(ops): 'hybrid' ops - sync returning future (#14640) | Divy Srivastava | |
2022-06-07 | refactor(core): Move Deno.core bindings to ops (#14793) | Nayeem Rahman | |
2022-06-02 | chore: Forward v1.22.2 to main (#14785) | Bartek IwaĆczuk | |
2022-06-02 | chore(ops): fix typo in lib.rs (#14777) | Ikko Ashimine | |
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-18 | 1.22.0 (#14657) | denobot | |
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> | |||
2022-05-12 | cleanup(ops): shorter codegen'd infallible sync ops return (#14587) | Aapo Alasuutari | |
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com> | |||
2022-05-12 | cleanup(ops): simpler is_unit_result() (#14586) | Aaron O'Mullan | |
Rough token-string matching is robust enough and much easier to grok | |||
2022-05-12 | feat(ops): infallible / result-free ops (#14585) | Aaron O'Mullan | |
2022-05-12 | feat(ops): #[op(v8)] (#14582) | Aaron O'Mullan | |
2022-05-12 | 1.21.3 (#14584) | Bert Belder | |
2022-05-12 | feat(ops): allow passing scope handle to ops (#14574) | Divy Srivastava | |
2022-05-05 | 1.21.2 (#14508) | Colin Ihrig | |
1.21.2 | |||
2022-05-05 | feat(ops): sync Rc<RefCell<OpState>> (#14438) | Aaron O'Mullan | |
2022-04-28 | Forward 1.21.1 (#14428) | Leo Kettmeir | |
2022-04-23 | chore(ext/fetch): custom arity (#14198) | Divy Srivastava | |
2022-04-22 | chore: bump crates (#14365) | Luca Casonato | |
2022-04-20 | 1.21.0 (#14336) | denobot | |
Co-authored-by: ry <ry@users.noreply.github.com> Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2022-04-14 | chore: forward v1.20.6 release commit to main (#14288) | David Sherret | |
2022-04-08 | refactor(core): OpCtx (#14228) | Aaron O'Mullan | |
2022-04-07 | chore: forward v1.20.5 release commit to main (#14232) | David Sherret | |
2022-04-02 | feat(ops): #[op(unstable)] (#14124) | Aaron O'Mullan | |
2022-03-31 | 1.20.4 (#14168) | David Sherret | |
2022-03-25 | chore: forward v1.20.3 release commit to main (#14121) | Luca Casonato | |
2022-03-24 | 1.20.2 | Kitson Kelly | |
2022-03-22 | feat(core): disableable extensions & ops (#14063) | Aaron O'Mullan | |
Streamlines a common middleware pattern and provides foundations for avoiding variably sized v8::ExternalReferences & enabling fully monomorphic op callpaths | |||
2022-03-19 | chore(ops): hide implementation details from rustdoc (#14038) | Divy Srivastava | |
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com> | |||
2022-03-19 | fix(ops): throw TypeError on op return failure (#14033) | Aaron O'Mullan | |
Fixes #14028 | |||
2022-03-18 | chore(ops): include argument position in serde_v8 errors (#14027) | Divy Srivastava | |
2022-03-16 | v1.20.1 | Ryan Dahl | |
2022-03-16 | feat(ops): optional OpState (#13954) | Aaron O'Mullan | |
2022-03-15 | cleanup(core): OpPair => OpDecl (#13952) | Aaron O'Mullan | |
2022-03-14 | feat(ops): custom arity (#13949) | Aaron O'Mullan | |
Also cleanup & drop ignored wildcard op-args | |||
2022-03-14 | feat(core): codegen ops (#13861) | Divy Srivastava | |
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com> |