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",

0 commit comments

Comments
 (0)