Skip to content

Commit b3a2c2a

Browse files
denobotkt3k
andauthored
chore: release 2025.04.24 (#6622)
Co-authored-by: kt3k <[email protected]>
1 parent c8e4ca3 commit b3a2c2a

File tree

20 files changed

+143
-36
lines changed

20 files changed

+143
-36
lines changed

Releases.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,110 @@
1+
### 2025.04.24
2+
3+
#### @std/assert 1.0.13 (patch)
4+
5+
- refactor(assert,cbor,collections,fs,toml,uuid): align error messages to the
6+
style guide, add `error-message` Deno Style Guide linter plugin (#6553)
7+
8+
#### @std/cbor 0.1.8 (patch)
9+
10+
- refactor(assert,cbor,collections,fs,toml,uuid): align error messages to the
11+
style guide, add `error-message` Deno Style Guide linter plugin (#6553)
12+
13+
#### @std/cli 1.0.17 (patch)
14+
15+
- feat(cli/unstable): add `visibleLines` and `indicator` options. `promptSelect`
16+
simulates scrolling when the list is larger than `visibleLines` (#6523)
17+
- docs(cli/unstable): fix Spinner example typo (#6595)
18+
19+
#### @std/collections 1.0.11 (patch)
20+
21+
- refactor(assert,cbor,collections,fs,toml,uuid): align error messages to the
22+
style guide, add `error-message` Deno Style Guide linter plugin (#6553)
23+
24+
#### @std/csv 1.0.6 (patch)
25+
26+
- docs(csv): add many more examples to `mod.ts` (#6571)
27+
28+
#### @std/data-structures 1.0.7 (patch)
29+
30+
- feat(data-structures/unstable): BidirectionalMap constructor accept iterables
31+
of key-value pairs (#6598)
32+
- fix(data-structures/unstable): BidirectionalMap differentiate extant
33+
`undefined` from missing values (#6606)
34+
35+
#### @std/encoding 1.0.10 (patch)
36+
37+
- BREAKING(encoding/unstable): base64/32 functions to match
38+
proposal-arraybuffer-base64 API (#6608)
39+
- docs(encoding): add many more examples to `mod.ts` (#6570)
40+
- docs(encoding): fix links in calcSize function docs (#6557)
41+
42+
#### @std/fmt 1.0.7 (patch)
43+
44+
- test(fmt): reduce unnecessary output during test run (#6596)
45+
46+
#### @std/fs 1.0.17 (patch)
47+
48+
- feat(fs/unstable): add create and createSync (#6600)
49+
- feat(fs/unstable): add open, openSync, and FsFile class (#6524)
50+
- refactor(assert,cbor,collections,fs,toml,uuid): align error messages to the
51+
style guide, add `error-message` Deno Style Guide linter plugin (#6553)
52+
53+
#### @std/http 1.0.15 (patch)
54+
55+
- chore(http): do not request to example.com in doc testing (#6576)
56+
57+
#### @std/ini 1.0.0-rc.8 (prerelease)
58+
59+
- fix(ini): fix quoted value bug (#6572)
60+
- refactor(ini): remove `IniMap` (#6515)
61+
62+
#### @std/json 1.0.2 (patch)
63+
64+
- docs(json): update link to NDJSON (#6560)
65+
66+
#### @std/jsonc 1.0.2 (patch)
67+
68+
- test(jsonc): move `node-jsonc-parser` out of separate `testdata` folder
69+
(#6618)
70+
71+
#### @std/path 1.0.9 (patch)
72+
73+
- docs(path): add many more examples to `mod.ts` (#6569)
74+
75+
#### @std/text 1.0.13 (patch)
76+
77+
- BREAKING(text/unstable): fix dedent export path (#6573)
78+
79+
#### @std/toml 1.0.5 (patch)
80+
81+
- fix(toml): fix empty inline table bug (#6587)
82+
- fix(toml): fix handling of leading and trailing underscores in number literals
83+
(#6605)
84+
- fix(toml): fix empty string handling (#6585)
85+
- perf(toml): add `Scanner` `match()` method, capturing numbers and bare key
86+
patterns using sticky regexp (#6538)
87+
- refactor(toml): split `symbol` parser (#6563)
88+
- refactor(assert,cbor,collections,fs,toml,uuid): align error messages to the
89+
style guide, add `error-message` Deno Style Guide linter plugin (#6553)
90+
- refactor(toml): fix object check in 'merge' util (#6582)
91+
- refactor(toml): cleanup `parserFactory()` (#6567)
92+
- refactor(toml): add `Scanner` `skipWhitespaces()` method (#6564)
93+
- refactor(toml): rewrite `unflat()` (#6555)
94+
- test(toml): move `stringify()` tests to `stringify_test.ts` (#6586)
95+
96+
#### @std/uuid 1.0.7 (patch)
97+
98+
- refactor(assert,cbor,collections,fs,toml,uuid): align error messages to the
99+
style guide, add `error-message` Deno Style Guide linter plugin (#6553)
100+
101+
#### @std/yaml 1.0.6 (patch)
102+
103+
- refactor(yaml): declare-on-use variables (#6594)
104+
- refactor(yaml): add `skipWhitespaces()` method (#6603)
105+
- refactor(yaml): add `skipComment()` method (#6588)
106+
- refactor(yaml): remove `throwError()` util method (#6593)
107+
1108
### 2025.04.08
2109

3110
#### @std/cli 1.0.16 (patch)

assert/deno.json

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

cbor/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/cbor",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"exports": {
55
".": "./mod.ts",
66
"./array-encoder-stream": "./array_encoder_stream.ts",

cli/deno.json

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

collections/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/collections",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"exports": {
55
".": "./mod.ts",
66
"./aggregate-groups": "./aggregate_groups.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.5",
3+
"version": "1.0.6",
44
"exports": {
55
".": "./mod.ts",
66
"./parse": "./parse.ts",

data_structures/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/data-structures",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"exports": {
55
".": "./mod.ts",
66
"./unstable-bidirectional-map": "./unstable_bidirectional_map.ts",

encoding/deno.json

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

fmt/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/fmt",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"exports": {
55
"./bytes": "./bytes.ts",
66
"./colors": "./colors.ts",

fs/deno.json

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

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.14",
3+
"version": "1.0.15",
44
"exports": {
55
".": "./mod.ts",
66
"./cookie": "./cookie.ts",

import_map.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,46 +6,46 @@
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.12",
9+
"@std/assert": "jsr:@std/assert@^1.0.13",
1010
"@std/async": "jsr:@std/async@^1.0.12",
1111
"@std/bytes": "jsr:@std/bytes@^1.0.5",
1212
"@std/cache": "jsr:@std/cache@^0.2.0",
13-
"@std/cbor": "jsr:@std/cbor@^0.1.7",
14-
"@std/cli": "jsr:@std/cli@^1.0.16",
15-
"@std/collections": "jsr:@std/collections@^1.0.10",
13+
"@std/cbor": "jsr:@std/cbor@^0.1.8",
14+
"@std/cli": "jsr:@std/cli@^1.0.17",
15+
"@std/collections": "jsr:@std/collections@^1.0.11",
1616
"@std/crypto": "jsr:@std/crypto@^1.0.4",
17-
"@std/csv": "jsr:@std/csv@^1.0.5",
18-
"@std/data-structures": "jsr:@std/data-structures@^1.0.6",
17+
"@std/csv": "jsr:@std/csv@^1.0.6",
18+
"@std/data-structures": "jsr:@std/data-structures@^1.0.7",
1919
"@std/datetime": "jsr:@std/datetime@^0.225.4",
2020
"@std/dotenv": "jsr:@std/dotenv@^0.225.3",
21-
"@std/encoding": "jsr:@std/encoding@^1.0.9",
21+
"@std/encoding": "jsr:@std/encoding@^1.0.10",
2222
"@std/expect": "jsr:@std/expect@^1.0.15",
23-
"@std/fmt": "jsr:@std/fmt@^1.0.6",
23+
"@std/fmt": "jsr:@std/fmt@^1.0.7",
2424
"@std/front-matter": "jsr:@std/front-matter@^1.0.9",
25-
"@std/fs": "jsr:@std/fs@^1.0.16",
25+
"@std/fs": "jsr:@std/fs@^1.0.17",
2626
"@std/html": "jsr:@std/html@^1.0.3",
27-
"@std/http": "jsr:@std/http@^1.0.14",
28-
"@std/ini": "jsr:@std/ini@^1.0.0-rc.7",
27+
"@std/http": "jsr:@std/http@^1.0.15",
28+
"@std/ini": "jsr:@std/ini@^1.0.0-rc.8",
2929
"@std/internal": "jsr:@std/internal@^1.0.6",
3030
"@std/io": "jsr:@std/io@^0.225.2",
31-
"@std/json": "jsr:@std/json@^1.0.1",
32-
"@std/jsonc": "jsr:@std/jsonc@^1.0.1",
31+
"@std/json": "jsr:@std/json@^1.0.2",
32+
"@std/jsonc": "jsr:@std/jsonc@^1.0.2",
3333
"@std/log": "jsr:@std/log@^0.224.14",
3434
"@std/media-types": "jsr:@std/media-types@^1.1.0",
3535
"@std/msgpack": "jsr:@std/msgpack@^1.0.3",
3636
"@std/net": "jsr:@std/net@^1.0.4",
37-
"@std/path": "jsr:@std/path@^1.0.8",
37+
"@std/path": "jsr:@std/path@^1.0.9",
3838
"@std/regexp": "jsr:@std/regexp@^1.0.1",
3939
"@std/random": "jsr:@std/random@^0.1.0",
4040
"@std/semver": "jsr:@std/semver@^1.0.5",
4141
"@std/streams": "jsr:@std/streams@^1.0.9",
4242
"@std/tar": "jsr:@std/tar@^0.1.6",
4343
"@std/testing": "jsr:@std/testing@^1.0.11",
44-
"@std/text": "jsr:@std/text@^1.0.12",
45-
"@std/toml": "jsr:@std/toml@^1.0.4",
44+
"@std/text": "jsr:@std/text@^1.0.13",
45+
"@std/toml": "jsr:@std/toml@^1.0.5",
4646
"@std/ulid": "jsr:@std/ulid@^1.0.0",
47-
"@std/uuid": "jsr:@std/uuid@^1.0.6",
47+
"@std/uuid": "jsr:@std/uuid@^1.0.7",
4848
"@std/webgpu": "jsr:@std/webgpu@^0.224.8",
49-
"@std/yaml": "jsr:@std/yaml@^1.0.5"
49+
"@std/yaml": "jsr:@std/yaml@^1.0.6"
5050
}
5151
}

ini/deno.json

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

json/deno.json

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

jsonc/deno.json

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

path/deno.json

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

text/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/text",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"exports": {
55
".": "./mod.ts",
66
"./closest-string": "./closest_string.ts",

toml/deno.json

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

uuid/deno.json

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

yaml/deno.json

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

0 commit comments

Comments
 (0)