Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2021-07-01 | chore: update dprint-plugin-json to remove duplicate dprint-core dependency ↵ | David Sherret | |
(#11209) | |||
2021-07-01 | upgrade: swc 0.44.0 (#11197) | Luca Casonato | |
2021-06-29 | feat: Add "deno_net" extension (#11150) | Bartek Iwańczuk | |
This commits moves implementation of net related APIs available on "Deno" namespace to "deno_net" extension. Following APIs were moved: - Deno.listen() - Deno.connect() - Deno.listenTls() - Deno.serveHttp() - Deno.shutdown() - Deno.resolveDns() - Deno.listenDatagram() - Deno.startTls() - Deno.Conn - Deno.Listener - Deno.DatagramConn | |||
2021-06-28 | chore: release deno_core (#11164) | Bartek Iwańczuk | |
2021-06-22 | chore: upgrade crates (#11007) | Yusuke Tanaka | |
2021-06-21 | v1.11.2 | Bartek Iwańczuk | |
2021-06-21 | chore: release crates (#11068) | Bartek Iwańczuk | |
2021-06-19 | chore: upgrade Tokio to 1.7.1 (#11045) | Yusuke Tanaka | |
2021-06-16 | chore: upgrade Tokio to 1.7.0 (#11008) | Yusuke Tanaka | |
2021-06-15 | v1.11.1 | Bartek Iwańczuk | |
2021-06-15 | chore: release crates (#10976) | Bartek Iwańczuk | |
2021-06-14 | chore: upgrade swc_ecmascript (#10959) | Yusuke Tanaka | |
2021-06-10 | refactor: merge deno_file crate into deno_web (#10914) | Bartek Iwańczuk | |
This refactor makes it so there's one less crate to publish on each release. | |||
2021-06-08 | v1.11.0 | Bartek Iwańczuk | |
2021-06-08 | chore: release crates (#10896) | Bartek Iwańczuk | |
2021-06-07 | chore: upgrade deno_lint 0.6.1 (#10882) | Bartek Iwańczuk | |
2021-06-06 | chore: upgrade crates (#10867) | Bartek Iwańczuk | |
* deno_doc - 0.5.0 * deno_lint - 0.6.0 * dprint-plugin-typescript - 0.46.0 * dprint-plugin-markdown - 0.8.0 * dprint-plugin-json - 0.12.0 * swc_bundler - 0.37.4 * swc_ecmascript - 0.36.0 | |||
2021-05-31 | Merge v1.10.3 into main (#10801) | Bert Belder | |
2021-05-31 | v1.10.3 | Bert Belder | |
2021-05-31 | chore: upgrade Tokio to 1.6.1 (#10782) | Yusuke Tanaka | |
2021-05-29 | build: cli(build) shouldn't depend on deno_runtime (#10787) | Luca Casonato | |
This speeds up incremental rebuild when only touching JS files by 30% compared to #10786. Rebuild time after touch 01_broadcast_channel.js: main: run 1 49.18s, run 2 50.34s #10786: run 1 43.12s, run 2 43.19s this + #10786: run 1 30.30s, run 2 30.95s | |||
2021-05-29 | chore: upgrade Tokio to 1.6.1 (#10782) | Yusuke Tanaka | |
2021-05-17 | 1.10.2 | Luca Casonato | |