Skip to content

Commit ce02d49

Browse files
denobotkt3k
andauthored
chore: release 2024.08.07 (#5650)
Co-authored-by: kt3k <[email protected]>
1 parent 602396a commit ce02d49

File tree

7 files changed

+42
-10
lines changed

7 files changed

+42
-10
lines changed

Releases.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
### 2024.08.07
2+
3+
#### @std/archive 0.225.0 (minor)
4+
5+
- BREAKING(archive): remove `TarEntry.#header` (#5638)
6+
- fix(archive): make `data` property private in `Tar` (#5645)
7+
- fix(archive): make `block` and `reader` properties in `Untar` private (#5637)
8+
- docs(archive): mark public APIs as unstable/experimental (#5639)
9+
10+
#### @std/csv 1.0.1 (patch)
11+
12+
- fix(csv,streams): use string arrays in `ReadableStream.from()` in docs and
13+
tests (#5635)
14+
15+
#### @std/datetime 0.224.5 (patch)
16+
17+
- refactor(datetime): remove `Tokenizer` class (#5622)
18+
19+
#### @std/http 1.0.1 (patch)
20+
21+
- feat(http/unstable): `route` module (#5644)
22+
- feat(http/unstable): `headers` module (#4317)
23+
- feat(http/unstable): `methods` module (#4320)
24+
- fix(http): handle wrong request method correctly (#5643)
25+
- refactor(http): use `headers` module in `file-server` module (#5642)
26+
27+
#### @std/streams 1.0.1 (patch)
28+
29+
- feat(streams/unstable): `FixedChunkStream` (#4995)
30+
- fix(csv,streams): use string arrays in `ReadableStream.from()` in docs and
31+
tests (#5635)
32+
133
### 2024.08.05
234

335
#### @std/async 1.0.3 (patch)

archive/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/archive",
3-
"version": "0.224.3",
3+
"version": "0.225.0",
44
"exports": {
55
".": "./mod.ts",
66
"./tar": "./tar.ts",

csv/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/csv",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"exports": {
55
".": "./mod.ts",
66
"./parse": "./parse.ts",

datetime/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/datetime",
3-
"version": "0.224.4",
3+
"version": "0.224.5",
44
"exports": {
55
".": "./mod.ts",
66
"./constants": "./constants.ts",

deno.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@
1212
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/",
1313
"graphviz": "npm:node-graphviz@^0.1.1",
1414

15-
"@std/archive": "jsr:@std/archive@^0.224.3",
15+
"@std/archive": "jsr:@std/archive@^0.225.0",
1616
"@std/assert": "jsr:@std/assert@^1.0.2",
1717
"@std/async": "jsr:@std/async@^1.0.3",
1818
"@std/bytes": "jsr:@std/bytes@^1.0.2-rc.3",
1919
"@std/cli": "jsr:@std/cli@^1.0.3",
2020
"@std/collections": "jsr:@std/collections@^1.0.5",
2121
"@std/crypto": "jsr:@std/crypto@^1.0.2-rc.1",
22-
"@std/csv": "jsr:@std/csv@^1.0.0",
22+
"@std/csv": "jsr:@std/csv@^1.0.1",
2323
"@std/data-structures": "jsr:@std/data-structures@^1.0.1",
24-
"@std/datetime": "jsr:@std/datetime@^0.224.4",
24+
"@std/datetime": "jsr:@std/datetime@^0.224.5",
2525
"@std/dotenv": "jsr:@std/dotenv@^0.225.0",
2626
"@std/encoding": "jsr:@std/encoding@^1.0.1",
2727
"@std/expect": "jsr:@std/expect@^1.0.0",
2828
"@std/fmt": "jsr:@std/fmt@^1.0.0",
2929
"@std/front-matter": "jsr:@std/front-matter@^1.0.1",
3030
"@std/fs": "jsr:@std/fs@^1.0.1",
3131
"@std/html": "jsr:@std/html@^1.0.1",
32-
"@std/http": "jsr:@std/http@^1.0.0",
32+
"@std/http": "jsr:@std/http@^1.0.1",
3333
"@std/ini": "jsr:@std/ini@^1.0.0-rc.3",
3434
"@std/internal": "jsr:@std/internal@^1.0.1",
3535
"@std/io": "jsr:@std/io@^0.224.4",
@@ -42,7 +42,7 @@
4242
"@std/path": "jsr:@std/path@^1.0.2",
4343
"@std/regexp": "jsr:@std/regexp@^1.0.0",
4444
"@std/semver": "jsr:@std/semver@^1.0.1",
45-
"@std/streams": "jsr:@std/streams@^1.0.0",
45+
"@std/streams": "jsr:@std/streams@^1.0.1",
4646
"@std/testing": "jsr:@std/testing@^1.0.0",
4747
"@std/text": "jsr:@std/text@^1.0.2",
4848
"@std/toml": "jsr:@std/toml@^1.0.0",

http/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/http",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"exports": {
55
".": "./mod.ts",
66
"./cookie": "./cookie.ts",

streams/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/streams",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"exports": {
55
".": "./mod.ts",
66
"./buffer": "./buffer.ts",

0 commit comments

Comments
 (0)