Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-05 | chore: merge v1.14.3 into main (#12327) | Bartek Iwańczuk | |
2021-10-05 | feat: 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-28 | 1.14.2 (#12254) | Aaron O'Mullan | |
2021-09-28 | chore: bump crate versions for 1.14.2 (#12253) | Aaron O'Mullan | |
2021-09-22 | 1.14.1 | Kitson Kelly | |
2021-09-22 | chore: bump crate versions for 1.14.1 (#12172) | Kitson Kelly | |
2021-09-21 | chore: bump deno_net (#12157) | Satya Rohith | |
2021-09-20 | chore(tests): windows pty tests (#12091) | David Sherret | |
2021-09-17 | chore: Remove unused deps from Cargo.toml files (#12106) | Squirrel | |
2021-09-15 | chore(lsp): use pretty_assertions in e2e tests (#12083) | Satya Rohith | |
2021-09-14 | 1.14.0 (#12074) | David Sherret | |
2021-09-14 | chore: bump crate versions for 0.14 (#12072) | David Sherret | |
2021-09-13 | chore: update deno_* crates (#12020) | Kitson Kelly | |
2021-09-12 | refactor: Remove duplicated colors.rs file (#11990) | Ryan Dahl | |
2021-09-11 | refactor: use import_map crate (#11974) | Bartek Iwańczuk | |
Removes ImportMap implementation from "cli/" and instead uses "import_map" crate | |||
2021-09-08 | chore: release deno_http 0.8.0 (#11956) | Bartek Iwańczuk | |
2021-09-08 | refactor(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-07 | refactor(lsp): use deno_ast and cache swc ASTs (#11780) | David Sherret | |
2021-09-02 | feat(fmt): add basic JS doc formatting (#11902) | David Sherret | |
2021-09-02 | chore: update dependencies (#11856) | Luca Casonato | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2021-09-02 | chore: upgrade crates (#11894) | Bartek Iwańczuk | |
Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2021-08-23 | 1.13.2 (#11822) | David Sherret | |
2021-08-23 | chore: release crates for 1.13.2 (#11820) | David Sherret | |
2021-08-16 | 1.13.1 | David Sherret | |
2021-08-16 | chore: release crates for 1.13.1 (#11729) | David Sherret | |
2021-08-11 | mark cafile tests as flaky (#11649) | Ryan Dahl | |
2021-08-11 | Rename extensions/ directory to ext/ (#11643) | Ryan Dahl | |
2021-08-10 | v1.13.0 | Bartek Iwańczuk | |
2021-08-10 | chore: release crates (#11628) | Bartek Iwańczuk | |
2021-08-10 | chore: upgrade crates (#11626) | Bartek Iwańczuk | |
2021-08-07 | feat(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-06 | feat: 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-06 | refactor: make `ParsedModule` implement `Sync` (#11581) | David Sherret | |
2021-08-04 | feat(fmt): format top-level JSX elements/fragments with parens when ↵ | David Sherret | |
multi-line (#11582) | |||
2021-08-02 | chore: format toml files internally (#11563) | David Sherret | |
2021-07-29 | chore: release deno_fetch (#11549) | Satya Rohith | |
2021-07-26 | v1.12.2 | Bartek Iwańczuk | |
2021-07-26 | chore: release crates (#11519) | Bartek Iwańczuk | |
2021-07-19 | v1.12.1 | Bartek Iwańczuk | |
2021-07-19 | chore: release crates (#11454) | Bartek Iwańczuk | |
2021-07-14 | chore: upgrade to swc 0.46 (#11402) | David Sherret | |
2021-07-13 | v1.12.0 | Bartek Iwańczuk | |
2021-07-13 | chore: release crates (#11378) | Bartek Iwańczuk | |
2021-07-13 | upgrade: deno_lint 0.10.0 (#11374) | Luca Casonato | |
2021-07-12 | refactor: deno_http op crate (#11335) | Luca Casonato | |
2021-07-09 | chore: update crates (#11332) | Luca Casonato | |
2021-07-05 | feat(test): add --shuffle flag to randomize test ordering (#11163) | Casper Beyer | |
2021-07-05 | chore: upgrade crates (#11284) | Bartek Iwańczuk | |
2021-07-05 | chore: upgrade Tokio to 1.8.0 (#11281) | Yusuke Tanaka | |
2021-07-02 | v1.11.3 | Luca Casonato | |
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> |