chore: release 2024.07.26 (#5554)

Co-authored-by: kt3k <kt3k@users.noreply.github.com>
This commit is contained in:
denobot 2024-07-26 06:45:22 -04:00 committed by GitHub
parent b1b1e5c56d
commit fb950fa0f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 131 additions and 20 deletions

View File

@ -1,3 +1,114 @@
### 2024.07.26
#### @std/assert 1.0.1 (patch)
- fix(assert): fix `assertObjectMatch()` prints arrays as objects (#5503)
- fix(assert): `assertObjectMatch` doesn't print whole object (#5498)
- chore(assert): remove redundant constructor example (#5506)
#### @std/async 1.0.1 (patch)
- chore(async): remove redundant constructor example (#5507)
#### @std/cli 1.0.1 (patch)
- test(cli): stop spinner without error (#5551)
- chore(cli): remove redundant constructor example (#5508)
#### @std/crypto 1.0.2 (patch)
- fix(crypto): improve handling of `length` option (#5505)
#### @std/csv 1.0.0-rc.5 (prerelease)
- chore(csv): remove redundant constructor examples (#5509)
#### @std/data-structures 1.0.1 (patch)
- chore(data-structures): remove redundant constructor examples (#5510)
#### @std/expect 1.0.0 (major)
- docs(expect): add examples of matcher usages (#5553)
- docs(expect): link to matcher docs (#5502)
- docs(expect): minor doc tweaks (#5501)
#### @std/front-matter 1.0.0 (major)
- chore(front-matter): release `front-matter@1.0.0` (#5376)
#### @std/fs 1.0.0 (major)
- BREAKING(fs): throw `Deno.errors.NotSupported` instead of
`SubdirectoryMoveError` in `move[Sync]()` (#5532)
- BREAKING(fs): throw `Deno.errors.NotFound` instead of `WalkError` in
`walk[Sync]()` (#5477)
- docs(fs): make `preserveTimestamps` note more prominent (#5543)
- chore(fs): release `fs@1.0.0` (#5214)
- chore(fs): remove redundant constructor examples (#5511)
#### @std/http 1.0.0-rc.6 (prerelease)
- fix(http): only show LAN address when `--allow-sys` is provided (#5547)
- chore(http): remove redundant constructor example (#5512)
#### @std/json 1.0.0 (major)
- chore(json): remove redundant constructor examples (#5513)
- chore(json): release `json@1.0.0` (#5215)
#### @std/jsonc 1.0.0 (major)
- chore(jsonc): tweak `JsonValue` export (#5546)
- chore(jsonc): release `jsonc@1.0.0` (#5216)
#### @std/path 1.0.2 (patch)
- docs(path): cleanup `@std/path/posix` and `@std/path/windows` module
documentation (#5529)
- docs(path): add examples to `@std/path/posix` examples (#5371)
#### @std/streams 1.0.0 (major)
- fix(streams): strictly define `toJson()` and `toText()` input (#5517)
- chore(streams): release `streams@1.0.0` (#5518)
- chore(streams): remove redundant constructor examples (#5514)
#### @std/testing 1.0.0-rc.5 (prerelease)
- fix(testing): FakeTime fakes `AbortSignal.timeout` (#5500)
- refactor(testing): improve error messages in `mock` module (#5549)
- refactor(testing): improve `FakeTime` error messaging (#5533)
- chore(testing): remove redundant constructor examples (#5515)
#### @std/text 1.0.1 (patch)
- fix(text): unicode support and word splitting according to case (#5447)
- perf(text): make `levenshteinDistance()` up to 147x faster (#5527)
- test(text): add more testcases for `levenshteinDistance` (#5528)
#### @std/yaml 1.0.0 (major)
- docs(yaml): correct `core` schema note (#5552)
- docs(yaml): document compatibility policy (#5542)
- docs(yaml): document different schemas (#5531)
- refactor(yaml): cleanup dead sexagesimal regexp code in float type (#5545)
- refactor(yaml): remove deprecated sexagesimal functionality for integer types
(#5539)
- refactor(yaml): cleanup dead code in float `Type` implementation (#5526)
- test(yaml): test `arrayIndent = false` option (#5521)
- test(yaml): improve test coverage for sequence type (#5536)
- test(yaml): improve test coverage for mapping type (#5535)
- test(yaml): improve test coverage for string type (#5534)
- test(yaml): test sortKeys option behavior (#5523)
- test(yaml): check `lineWidth` option behavior (#5524)
- test(yaml): improve coverage for nil `Type` (#5525)
- test(yaml): check the use of reserved characters (#5519)
- test(yaml): check stringify behavior when `skipInvalid` specified (#5522)
- test(yaml): test `indent` option of stringify (#5520)
- test(yaml): add check of merge of list of mapping (#5496)
- chore(yaml): release `yaml@1.0.0` (#5264)
### 2024.07.19
#### @std/async 1.0.0 (major)

View File

@ -1,6 +1,6 @@
{
"name": "@std/assert",
"version": "1.0.0",
"version": "1.0.1",
"exports": {
".": "./mod.ts",
"./assert": "./assert.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/async",
"version": "1.0.0",
"version": "1.0.1",
"exports": {
".": "./mod.ts",
"./abortable": "./abortable.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/cli",
"version": "1.0.0",
"version": "1.0.1",
"exports": {
".": "./mod.ts",
"./parse-args": "./parse_args.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/crypto",
"version": "1.0.1",
"version": "1.0.2",
"exports": {
".": "./mod.ts",
"./crypto": "./crypto.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/csv",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"exports": {
".": "./mod.ts",
"./parse": "./parse.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/data-structures",
"version": "1.0.0",
"version": "1.0.1",
"exports": {
".": "./mod.ts",
"./binary-heap": "./binary_heap.ts",

View File

@ -13,14 +13,14 @@
"graphviz": "npm:node-graphviz@^0.1.1",
"@std/archive": "jsr:@std/archive@^0.224.3",
"@std/assert": "jsr:@std/assert@^1.0.0",
"@std/async": "jsr:@std/async@^1.0.0",
"@std/assert": "jsr:@std/assert@^1.0.1",
"@std/async": "jsr:@std/async@^1.0.1",
"@std/bytes": "jsr:@std/bytes@^1.0.2-rc.3",
"@std/cli": "jsr:@std/cli@^1.0.0",
"@std/cli": "jsr:@std/cli@^1.0.1",
"@std/collections": "jsr:@std/collections@^1.0.5",
"@std/crypto": "jsr:@std/crypto@^1.0.1-rc.1",
"@std/csv": "jsr:@std/csv@^1.0.0-rc.4",
"@std/data-structures": "jsr:@std/data-structures@^1.0.0",
"@std/crypto": "jsr:@std/crypto@^1.0.2-rc.1",
"@std/csv": "jsr:@std/csv@^1.0.0-rc.5",
"@std/data-structures": "jsr:@std/data-structures@^1.0.1",
"@std/datetime": "jsr:@std/datetime@^0.224.3",
"@std/dotenv": "jsr:@std/dotenv@^0.225.0",
"@std/encoding": "jsr:@std/encoding@^1.0.1",
@ -29,7 +29,7 @@
"@std/front-matter": "jsr:@std/front-matter@^1.0.0",
"@std/fs": "jsr:@std/fs@^1.0.0",
"@std/html": "jsr:@std/html@^1.0.0",
"@std/http": "jsr:@std/http@^1.0.0-rc.5",
"@std/http": "jsr:@std/http@^1.0.0-rc.6",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.2",
"@std/internal": "jsr:@std/internal@^1.0.1",
"@std/io": "jsr:@std/io@^0.224.3",
@ -39,12 +39,12 @@
"@std/media-types": "jsr:@std/media-types@^1.0.2",
"@std/msgpack": "jsr:@std/msgpack@^1.0.0",
"@std/net": "jsr:@std/net@^1.0.0-rc.2",
"@std/path": "jsr:@std/path@^1.0.1",
"@std/path": "jsr:@std/path@^1.0.2",
"@std/regexp": "jsr:@std/regexp@^1.0.0",
"@std/semver": "jsr:@std/semver@^1.0.0-rc.3",
"@std/streams": "jsr:@std/streams@^1.0.0",
"@std/testing": "jsr:@std/testing@^1.0.0-rc.4",
"@std/text": "jsr:@std/text@^1.0.0",
"@std/testing": "jsr:@std/testing@^1.0.0-rc.5",
"@std/text": "jsr:@std/text@^1.0.1",
"@std/toml": "jsr:@std/toml@^1.0.0",
"@std/ulid": "jsr:@std/ulid@^1.0.0",
"@std/url": "jsr:@std/url@^1.0.0-rc.2",

View File

@ -1,6 +1,6 @@
{
"name": "@std/http",
"version": "1.0.0-rc.5",
"version": "1.0.0-rc.6",
"exports": {
".": "./mod.ts",
"./cookie": "./cookie.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/path",
"version": "1.0.1",
"version": "1.0.2",
"exports": {
".": "./mod.ts",
"./basename": "./basename.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/testing",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"exports": {
"./bdd": "./bdd.ts",
"./mock": "./mock.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@std/text",
"version": "1.0.0",
"version": "1.0.1",
"exports": {
".": "./mod.ts",
"./closest-string": "./closest_string.ts",