summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
AgeCommit message (Collapse)Author
2021-10-05chore: merge v1.14.3 into main (#12327)Bartek Iwańczuk
2021-10-05feat: add --compat flag to provide built-in Node modules (#12293)Bartek Iwańczuk
This commit adds "--compat" flag. When the flag is passed a set of mappings for built-in Node modules is injected into the import map. If user doesn't explicitly provide an import map (using "--import-map" flag) then a map is created on the fly. If there are already existing mappings in import map that would clash with built-in Node modules a set of diagnostics is printed to the terminal with suggestions how to proceed.
2021-09-281.14.2 (#12254)Aaron O'Mullan
2021-09-28chore: bump crate versions for 1.14.2 (#12253)Aaron O'Mullan
2021-09-221.14.1Kitson Kelly
2021-09-22chore: bump crate versions for 1.14.1 (#12172)Kitson Kelly
2021-09-21chore: bump deno_net (#12157)Satya Rohith
2021-09-20chore(tests): windows pty tests (#12091)David Sherret
2021-09-17chore: Remove unused deps from Cargo.toml files (#12106)Squirrel
2021-09-15chore(lsp): use pretty_assertions in e2e tests (#12083)Satya Rohith
2021-09-141.14.0 (#12074)David Sherret
2021-09-14chore: bump crate versions for 0.14 (#12072)David Sherret
2021-09-13chore: update deno_* crates (#12020)Kitson Kelly
2021-09-12refactor: Remove duplicated colors.rs file (#11990)Ryan Dahl
2021-09-11refactor: use import_map crate (#11974)Bartek Iwańczuk
Removes ImportMap implementation from "cli/" and instead uses "import_map" crate
2021-09-08chore: release deno_http 0.8.0 (#11956)Bartek Iwańczuk
2021-09-08refactor(lint): reuse lint rules (#11934)Bartek Iwańczuk
This commit updated "deno_lint" crate to 0.15.1 and refactors "cli/tools/lint.rs" to create only a single vector of lint rules, instead of creating a vector for each linted file.
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-09-02feat(fmt): add basic JS doc formatting (#11902)David Sherret
2021-09-02chore: update dependencies (#11856)Luca Casonato
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-09-02chore: upgrade crates (#11894)Bartek Iwańczuk
Co-authored-by: David Sherret <dsherret@gmail.com>
2021-08-231.13.2 (#11822)David Sherret
2021-08-23chore: release crates for 1.13.2 (#11820)David Sherret
2021-08-161.13.1David Sherret
2021-08-16chore: release crates for 1.13.1 (#11729)David Sherret
2021-08-11mark cafile tests as flaky (#11649)Ryan Dahl
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl
2021-08-10v1.13.0Bartek Iwańczuk
2021-08-10chore: release crates (#11628)Bartek Iwańczuk
2021-08-10chore: upgrade crates (#11626)Bartek Iwańczuk
2021-08-07feat(tls): Optionally support loading native certs (#11491)Justin Chase
This commit adds "DENO_TLS_CA_STORE" env variable to support optionally loading certificates from the users local certificate store. This will allow them to successfully connect via tls with corporate and self signed certs provided they have them installed in their keystore. It also allows them to deal with revoked certs by simply updating their keystore without having to upgrade Deno. Currently supported values are "mozilla", "system" or empty value.
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
This commit removes implementation of "native plugins" and replaces it with FFI API. Effectively "Deno.openPlugin" API was replaced with "Deno.dlopen" API.
2021-08-06refactor: make `ParsedModule` implement `Sync` (#11581)David Sherret
2021-08-04feat(fmt): format top-level JSX elements/fragments with parens when ↵David Sherret
multi-line (#11582)
2021-08-02chore: format toml files internally (#11563)David Sherret
2021-07-29chore: release deno_fetch (#11549)Satya Rohith
2021-07-26v1.12.2Bartek Iwańczuk
2021-07-26chore: release crates (#11519)Bartek Iwańczuk
2021-07-19v1.12.1Bartek Iwańczuk
2021-07-19chore: release crates (#11454)Bartek Iwańczuk
2021-07-14chore: upgrade to swc 0.46 (#11402)David Sherret
2021-07-13v1.12.0Bartek Iwańczuk
2021-07-13chore: release crates (#11378)Bartek Iwańczuk
2021-07-13upgrade: deno_lint 0.10.0 (#11374)Luca Casonato
2021-07-12refactor: deno_http op crate (#11335)Luca Casonato
2021-07-09chore: update crates (#11332)Luca Casonato
2021-07-05feat(test): add --shuffle flag to randomize test ordering (#11163)Casper Beyer
2021-07-05chore: upgrade crates (#11284)Bartek Iwańczuk
2021-07-05chore: upgrade Tokio to 1.8.0 (#11281)Yusuke Tanaka
2021-07-02v1.11.3Luca Casonato
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>