Bert Belder
|
c6f3493f18
|
chore: merge v1.16.3 into main (#12892)
|
2021-11-24 15:56:18 -08:00 |
|
David Sherret
|
cd61cedd19
|
chore: bump crates for 1.16.2 (#12792)
|
2021-11-17 10:14:23 -05:00 |
|
Luca Casonato
|
3250ffe020
|
chore: bump crate versions for 1.16.1 (#12729)
|
2021-11-11 11:16:05 +01:00 |
|
Luca Casonato
|
4f64acd4e4
|
chore: bump crate versions for 1.16.0 (#12706)
|
2021-11-09 13:03:17 +01:00 |
|
Bartek Iwańczuk
|
8e31bbbe55
|
chore: update to Rust edition 2021 (#12578)
|
2021-11-02 10:03:37 -04:00 |
|
Yoshiya Hinosawa
|
c7dcf1cbdd
|
chore: bump crate version for 1.15.3 (#12531)
|
2021-10-25 15:48:01 +09:00 |
|
Bartek Iwańczuk
|
1cd9272a91
|
chore: release crates for v1.15.2 (#12478)
|
2021-10-18 20:30:00 +02:00 |
|
Satya Rohith
|
fb094ae026
|
chore: bump crate version for 1.15.0 (#12406)
|
2021-10-12 22:16:15 +05:30 |
|
Bartek Iwańczuk
|
d67e858506
|
chore: merge v1.14.3 into main (#12327)
|
2021-10-05 21:40:39 +02:00 |
|
Aaron O'Mullan
|
e8901281da
|
chore: bump crate versions for 1.14.2 (#12253)
|
2021-09-28 12:19:03 +02:00 |
|
Kitson Kelly
|
2a56cd545c
|
chore: bump crate versions for 1.14.1 (#12172)
|
2021-09-22 06:53:47 +10:00 |
|
David Sherret
|
16c27fce1f
|
chore: bump crate versions for 0.14 (#12072)
|
2021-09-14 15:38:35 -04:00 |
|
Luca Casonato
|
1bf7b90ca8
|
chore: update dependencies (#11856)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
2021-09-02 23:38:44 +02:00 |
|
David Sherret
|
6db8cbb650
|
chore: release crates for 1.13.2 (#11820)
|
2021-08-23 15:48:08 -04:00 |
|
David Sherret
|
a66a7bebbe
|
chore: release crates for 1.13.1 (#11729)
|
2021-08-16 16:49:14 -04:00 |
|
Bartek Iwańczuk
|
548e466112
|
chore: release crates (#11628)
|
2021-08-10 14:19:42 +02:00 |
|
David Sherret
|
d7d452efc1
|
chore: format toml files internally (#11563)
|
2021-08-02 10:19:27 -04:00 |
|
Bartek Iwańczuk
|
f9bb7949b8
|
chore: release crates (#11519)
|
2021-07-26 15:45:40 +02:00 |
|
Bartek Iwańczuk
|
cd445a2a0d
|
chore: release crates (#11454)
|
2021-07-19 20:20:42 +02:00 |
|
Bartek Iwańczuk
|
642dd3d3c4
|
chore: release crates (#11378)
|
2021-07-13 02:16:49 +02:00 |
|
Yusuke Tanaka
|
0a33cc1951
|
chore: upgrade Tokio to 1.8.0 (#11281)
|
2021-07-05 15:50:56 +02:00 |
|
Bartek Iwańczuk
|
30cba24848
|
chore: release deno_core (#11164)
|
2021-06-28 20:59:23 +02:00 |
|
Bartek Iwańczuk
|
90e3abe8f9
|
chore: release crates (#11068)
|
2021-06-21 16:37:34 +02:00 |
|
Yusuke Tanaka
|
b0c04a7941
|
chore: upgrade Tokio to 1.7.1 (#11045)
|
2021-06-19 15:37:07 +02:00 |
|
Yusuke Tanaka
|
a8007059b7
|
chore: upgrade Tokio to 1.7.0 (#11008)
|
2021-06-16 16:39:51 +02:00 |
|
Bartek Iwańczuk
|
ba91a727a6
|
chore: release crates (#10976)
|
2021-06-15 22:14:58 +02:00 |
|
Bartek Iwańczuk
|
3a96fe55a0
|
chore: release crates (#10896)
|
2021-06-08 20:34:18 +02:00 |
|
Bert Belder
|
f891368057
|
v1.10.3 / 2021.05.31
- feat(lsp): diagnostics for deno types and triple-slash refs (#10699)
- feat(lsp): provide X-Deno-Warning as a diagnostic (#10680)
- feat(lsp): show hints from `deno_lint` in addition to messages
(#10739)
- feat(lsp): support formatting json and markdown files (#10180)
- fix(cli): always allow documentation modules to be checked (#10581)
- fix(cli): canonicalize coverage dir (#10364)
- fix(cli): don't statically error on dynamic unmapped bare specifiers
(#10618)
- fix(cli): empty tsconfig.json file does not cause error (#10734)
- fix(cli): support source maps with Deno.emit() and bundle (#10510)
- fix(cli/dts): fix missing error class (NotSupported) in types (#10713)
- fix(cli/install): support `file:` scheme URLs (#10562)
- fix(cli/test): don't use reserved symbol `:` in specifier (#10751)
- fix(cli/test): ensure coverage dir exists (#10717)
- fix(cli/upgrade): modify download size paddings (#10639)
- fix(runtime/http): expose nextRequest() errors in respondWith()
(#10384)
- fix(runtime/http): fix empty blob response (#10689)
- fix(serde_v8): remove intentional deserialization error on non-utf8
strings (#10156)
- fix(ext/fetch): fix error message of Request constructor (#10772)
- fix(ext/fetch): make prototype properties writable (#10769)
- fix(ext/fetch): remove unimplemented Request attributes (#10784)
- fix(ext/file): update File constructor following the spec (#10760)
- fix(ext/webstorage): use opstate for sqlite connection (#10692)
- fix(lsp): deps diagnostics include data property (#10696)
- fix(lsp): ignore type definition not found diagnostic (#10610)
- fix(lsp): local module import added by code action now includes the
file extension (#10778)
- fix(lsp): make failed to load config error descriptive (#10685)
- fix(lsp): memoize script versions per tsc request (#10601)
- fix(lsp): re-enable the per resource configuration without a deadlock
(#10625)
- docs(cli): update getting started for clarity (#10694)
- docs(cli/dts) replace `read()` with `readSync()` (#10732)
- docs(cli/dts): fix plugin example (#10647)
- docs(cli/dts): fix typo in `TestDefinition.only` description (#10697)
- docs(cli/dts): fix unix socket examples (#10705)
- docs(cli/dts): make worker example pass (#10703)
- docs(cli/dts): tag test permission example as typescript (#10753)
- docs(permissions): fix grammatical error in permissions docs (#10755)
- docs(runtime): fix fetch API usage of HTTP server (#10777)
- docs(testing): fix misspelling (#10683)
- docs(typescript): fix typo in faqs (#10682)
-----BEGIN PGP SIGNATURE-----
iQFJBAABCgAzFiEERCcr7u+ib5W/fkyWeneIey4u1GEFAmC1RbwVHGJlcnRiZWxk
ZXJAZ21haWwuY29tAAoJEHp3iHsuLtRhXJsH/RETkMkLj1rZSdQWaOdVnRmP02pb
QmbmtfPVtM0Xvh+zL23Jk2fU2cJPRsf71U260QMyzxE8LVDZ58k9KFID24MdB3b/
J6Y5zLxyhkzc1EutN+D09y2nwrvJv3UKOls2ZLXtZ/HEmqQVOmqlGIaPIGxiQOPO
yAWXKXid/hZ41xDygJpL6FEmemnVlOzPHX/AeccKcyQos7CUUqcNocReUklZcje6
1IEEe6NcAi7x7hRB6lfjtXIZRcEjMD21ZmLsyKEH6YOJfoPzlR0uKYJR0i0ZO5Hr
H4erWA9R3OJDwvx5DhCGxyqW6IuD4A3HGChHtcANdH+RWTyHquqgDSzpeHA=
=Hhjk
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iQFJBAABCgAzFiEERCcr7u+ib5W/fkyWeneIey4u1GEFAmC1TdsVHGJlcnRiZWxk
ZXJAZ21haWwuY29tAAoJEHp3iHsuLtRhYVEH/iHbk8AXA5xF8kV+q2R0IhRrtZjV
8VjDiC1nTGfIJcjXxoUVa1VaYQlfxNxcKPc/PSoW/oUwSoS0I9QvAxPY81dPYNUe
TtiJjf7fNWssu04TK/5rillRuag3e+AGrR605uK2A1b0Y/qlOumtaGN48TXcbyFt
p/p4zXT9TSC+/cOxZFNjnh+UVwpqOJxWxXBBtzrsDcsBfdvOCy/fo7qwjmqbe/q4
BDXNAG4AYHtg5X94b8bEgPDutUjk5HY08KA0EvVffGD0c3czvaF3lO7p8FHt95/3
rG+hS02OxUWRe8rltZk6s1mItypig4EyWWoiUJMaPt8zTz1t9rdy+M0oEpY=
=bAil
-----END PGP SIGNATURE-----
Merge v1.10.3 into main (#10801)
|
2021-05-31 20:58:03 +00:00 |
|
Bert Belder
|
1567c1013c
|
v1.10.3
|
2021-05-31 20:20:42 +00:00 |
|
Yusuke Tanaka
|
475bc35646
|
chore: upgrade Tokio to 1.6.1 (#10782)
|
2021-05-31 16:37:35 +02:00 |
|
Yusuke Tanaka
|
5f92f35bee
|
chore: upgrade Tokio to 1.6.1 (#10782)
|
2021-05-29 13:18:24 +02:00 |
|
Bartek Iwańczuk
|
c94c2c0911
|
chore: publish deno_bench_util crate (#10709)
|
2021-05-19 21:23:49 +02:00 |
|
Aaron O'Mullan
|
24da0aa37d
|
tooling: re-enable bench_util (#10674)
|
2021-05-19 19:41:23 +02:00 |
|
Luca Casonato
|
5887dd3c95
|
chore: release crates (#10661)
For the Deno 1.10.2 release.
|
2021-05-17 17:34:35 +02:00 |
|
Yusuke Tanaka
|
be2347ddc2
|
chore: upgrade Tokio to 1.6.0 (#10637)
|
2021-05-15 15:13:10 +02:00 |
|
Bartek Iwańczuk
|
de706961dc
|
chore: release crates (#10596)
|
2021-05-11 23:14:24 +02:00 |
|
Luca Casonato
|
52d316f143
|
chore: release crates (#10327)
Release crates for the cli 1.9.2 release.
|
2021-04-23 15:05:12 +02:00 |
|
Bartek Iwańczuk
|
3432833574
|
chore: release crates (#10269)
* Revert "tooling(bench_util): benching and profiling utilities (#10223)"
This reverts commit 733a000305 .
* Upgrade notify
|
2021-04-21 00:15:39 +02:00 |
|
Yoshiya Hinosawa
|
8424647d22
|
chore: update copyright headers (#10243)
|
2021-04-20 14:27:36 +09:00 |
|
Aaron O'Mullan
|
733a000305
|
tooling(bench_util): benching and profiling utilities (#10223)
|
2021-04-18 14:51:48 +02:00 |
|