Skip to content

Commit 2ad1564

Browse files
denobotkt3k
andauthored
chore: release 2024.12.06 (#6239)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
1 parent ed06cbd commit 2ad1564

File tree

10 files changed

+57
-16
lines changed

10 files changed

+57
-16
lines changed

Releases.md

+41
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
### 2024.12.06
2+
3+
#### @std/assert 1.0.9 (patch)
4+
5+
- docs(assert): note the thrown diff in object_match.ts (#6227)
6+
- docs(assert): fix English in mod.ts (#6226)
7+
- docs(assert): add note and example for Blob comparison (#6210)
8+
9+
#### @std/cbor 0.1.3 (patch)
10+
11+
- perf(cbor): for encoding numbers, bigints, and dates (#6214)
12+
13+
#### @std/cli 1.0.8 (patch)
14+
15+
- feat(cli/unstable): export `/unstable-prompt-select` (#6212)
16+
- fix(cli/unstable): hide cursor while showing the selection with
17+
`promptSelect()` (#6221)
18+
- refactor(cli): rewrite `promptSelect()` clear commands (#6215)
19+
20+
#### @std/dotenv 0.225.3 (patch)
21+
22+
- fix(dotenv): handle multiline variables on Windows (#6216)
23+
24+
#### @std/expect 1.0.9 (patch)
25+
26+
- fix(expect): fix error messages for `toMatchObject` (#6228)
27+
28+
#### @std/http 1.0.12 (patch)
29+
30+
- BREAKING(http/unstable): switch `params` and `info` args in `Handler` in
31+
`route()` for more conveniency (#6094)
32+
- fix(http): handle HEAD requests in serveFile (#6218)
33+
34+
#### @std/testing 1.0.6 (patch)
35+
36+
- fix(testing): add missing methods to `test` alias of `it` (#6222)
37+
38+
#### @std/text 1.0.9 (patch)
39+
40+
- fix(text): use locale-independent letter case methods (#6204)
41+
142
### 2024.11.25
243

344
#### @std/cli 1.0.7 (patch)

assert/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/assert",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"exports": {
55
".": "./mod.ts",
66
"./assert": "./assert.ts",

cbor/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/cbor",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"exports": {
55
".": "./mod.ts",
66
"./array-encoder-stream": "./array_encoder_stream.ts",

cli/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/cli",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"exports": {
55
".": "./mod.ts",
66
"./parse-args": "./parse_args.ts",

dotenv/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/dotenv",
3-
"version": "0.225.2",
3+
"version": "0.225.3",
44
"exports": {
55
".": "./mod.ts",
66
"./load": "./load.ts",

expect/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/expect",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"exports": {
55
".": "./mod.ts",
66
"./expect": "./expect.ts",

http/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/http",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"exports": {
55
".": "./mod.ts",
66
"./cookie": "./cookie.ts",

import_map.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@
66
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/",
77
"graphviz": "npm:node-graphviz@^0.1.1",
88

9-
"@std/assert": "jsr:@std/assert@^1.0.8",
9+
"@std/assert": "jsr:@std/assert@^1.0.9",
1010
"@std/async": "jsr:@std/async@^1.0.9",
1111
"@std/bytes": "jsr:@std/bytes@^1.0.4",
1212
"@std/cache": "jsr:@std/cache@^0.1.3",
13-
"@std/cbor": "jsr:@std/cbor@^0.1.2",
14-
"@std/cli": "jsr:@std/cli@^1.0.7",
13+
"@std/cbor": "jsr:@std/cbor@^0.1.3",
14+
"@std/cli": "jsr:@std/cli@^1.0.8",
1515
"@std/collections": "jsr:@std/collections@^1.0.9",
1616
"@std/crypto": "jsr:@std/crypto@^1.0.3",
1717
"@std/csv": "jsr:@std/csv@^1.0.4",
1818
"@std/data-structures": "jsr:@std/data-structures@^1.0.4",
1919
"@std/datetime": "jsr:@std/datetime@^0.225.2",
20-
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
20+
"@std/dotenv": "jsr:@std/dotenv@^0.225.3",
2121
"@std/encoding": "jsr:@std/encoding@^1.0.5",
22-
"@std/expect": "jsr:@std/expect@^1.0.8",
22+
"@std/expect": "jsr:@std/expect@^1.0.9",
2323
"@std/fmt": "jsr:@std/fmt@^1.0.3",
2424
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
2525
"@std/fs": "jsr:@std/fs@^1.0.6",
2626
"@std/html": "jsr:@std/html@^1.0.3",
27-
"@std/http": "jsr:@std/http@^1.0.11",
27+
"@std/http": "jsr:@std/http@^1.0.12",
2828
"@std/ini": "jsr:@std/ini@^1.0.0-rc.5",
2929
"@std/internal": "jsr:@std/internal@^1.0.5",
3030
"@std/io": "jsr:@std/io@^0.225.0",
@@ -40,8 +40,8 @@
4040
"@std/semver": "jsr:@std/semver@^1.0.3",
4141
"@std/streams": "jsr:@std/streams@^1.0.8",
4242
"@std/tar": "jsr:@std/tar@^0.1.4",
43-
"@std/testing": "jsr:@std/testing@^1.0.5",
44-
"@std/text": "jsr:@std/text@^1.0.8",
43+
"@std/testing": "jsr:@std/testing@^1.0.6",
44+
"@std/text": "jsr:@std/text@^1.0.9",
4545
"@std/toml": "jsr:@std/toml@^1.0.2",
4646
"@std/ulid": "jsr:@std/ulid@^1.0.0",
4747
"@std/uuid": "jsr:@std/uuid@^1.0.4",

testing/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/testing",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"exports": {
55
"./bdd": "./bdd.ts",
66
"./mock": "./mock.ts",

text/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/text",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"exports": {
55
".": "./mod.ts",
66
"./closest-string": "./closest_string.ts",

0 commit comments

Comments
 (0)