Skip to content

Commit

Permalink
chore: release 2024.09.24 (#6043)
Browse files Browse the repository at this point in the history
Co-authored-by: kt3k <[email protected]>
  • Loading branch information
denobot and kt3k authored Sep 24, 2024
1 parent 4e4f3f1 commit eeb3c9b
Show file tree
Hide file tree
Showing 14 changed files with 103 additions and 25 deletions.
78 changes: 78 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,81 @@
### 2024.09.24

#### @std/archive 0.225.4 (patch)

- deprecation(archive/unstable): deprecate `@std/archive` (#5988)
- docs(archive): clarify deprecation notices (#6034)
- docs(archive): update `@std/archive` deprecation notices (#6028)
- docs(archive,log,testing): correct typos (#5995)

#### @std/assert 1.0.6 (patch)

- fix(assert): accept abstract classes (#5978)

#### @std/collections 1.0.7 (patch)

- feat(collections/unstable): support `Iterable` argument in `sample()` (#6035)
- feat(collections/unstable): support Iterable argument in `withoutAll()`
(#6031)
- feat(collections/unstable): `Iterable` argument in `chunk()` (#5925)
- feat(collections/unstable): support iterators in `sortBy()` (#5919)
- feat(collections/unstable): support `Iterable` argument in `takeWhile()`
(#5911)

#### @std/expect 1.0.4 (patch)

- fix(expect): support `expect.hasAssertions()` (#5901)

#### @std/fs 1.0.4 (patch)

- docs(fs): clarify permissions requirements for `exists[Sync]()` (#5983)

#### @std/http 1.0.7 (patch)

- feat(http/unstable): add support for multiple request methods on route (#6003)
- fix(http): make `file-server` work on Deno Deploy (#6033)
- fix(http): use non-locale-sensitive string methods for comparison (#6029)

### @std/internal 1.0.4 (patch)

- chore: bump to [email protected] (#6020)

#### @std/io 0.224.9 (patch)

- deprecation(io): deprecate `BufWriter` (#6041)
- deprecation(io/unstable): deprecate `BufReader` (#6027)
- deprecation(io/unstable): deprecate `StringWriter` (#6026)
- deprecation(io/unstable): deprecate `StringReader` (#6025)
- deprecation(io/unstable): deprecate `LimitedReader` (#6024)
- deprecation(io/unstable): deprecate `MultiReader` (#6023)
- deprecation(io/unstable): deprecate `readDelim()` (#6022)
- deprecation(io/unstable): deprecate `readLong()` (#6007)
- deprecation(io/unstable): deprecate `readRange()` (#6010)
- deprecation(io/unstable): deprecate `readInt()` (#6009)
- deprecation(io/unstable): deprecate `readShort()` (#6008)
- deprecation(io/unstable): deprecate `sliceLongToBytes()` (#6002)
- deprecation(io/unstable): deprecate `readStringDelim()` (#6000)
- deprecation(io/unstable): deprecate `copyN()` (#5992)
- deprecation(io/unstable): deprecate `readLines()` (#5990)
- docs(io): update deprecation notices (#6021)

#### @std/log 0.224.8 (patch)

- docs(log): document `warn` module (#5973)
- docs(archive,log,testing): correct typos (#5995)

#### @std/streams 1.0.6 (patch)

- feat(streams/unstable): `toBytes()` (#6011)

#### @std/testing 1.0.3 (patch)

- docs(archive,log,testing): correct typos (#5995)
- docs(testing): fix typo in snapshot (#5994)

#### @std/text 1.0.7 (patch)

- fix(text): handle code points > U+FFFF in `levenshteinDistance` (#6014)

### 2024.09.16

#### @std/cache 0.1.3 (patch)
Expand Down
2 changes: 1 addition & 1 deletion archive/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/archive",
"version": "0.225.3",
"version": "0.225.4",
"exports": {
".": "./mod.ts",
"./tar": "./tar.ts",
Expand Down
2 changes: 1 addition & 1 deletion assert/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/assert",
"version": "1.0.5",
"version": "1.0.6",
"exports": {
".": "./mod.ts",
"./assert": "./assert.ts",
Expand Down
2 changes: 1 addition & 1 deletion collections/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/collections",
"version": "1.0.6",
"version": "1.0.7",
"exports": {
".": "./mod.ts",
"./aggregate-groups": "./aggregate_groups.ts",
Expand Down
2 changes: 1 addition & 1 deletion expect/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/expect",
"version": "1.0.3",
"version": "1.0.4",
"exports": {
".": "./mod.ts",
"./expect": "./expect.ts",
Expand Down
2 changes: 1 addition & 1 deletion fs/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/fs",
"version": "1.0.3",
"version": "1.0.4",
"exports": {
".": "./mod.ts",
"./copy": "./copy.ts",
Expand Down
2 changes: 1 addition & 1 deletion http/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/http",
"version": "1.0.6",
"version": "1.0.7",
"exports": {
".": "./mod.ts",
"./cookie": "./cookie.ts",
Expand Down
22 changes: 11 additions & 11 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +6,42 @@
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/",
"graphviz": "npm:node-graphviz@^0.1.1",

"@std/archive": "jsr:@std/archive@^0.225.3",
"@std/assert": "jsr:@std/assert@^1.0.5",
"@std/archive": "jsr:@std/archive@^0.225.4",
"@std/assert": "jsr:@std/assert@^1.0.6",
"@std/async": "jsr:@std/async@^1.0.5",
"@std/bytes": "jsr:@std/bytes@^1.0.2",
"@std/cache": "jsr:@std/cache@^0.1.3",
"@std/cli": "jsr:@std/cli@^1.0.6",
"@std/collections": "jsr:@std/collections@^1.0.6",
"@std/collections": "jsr:@std/collections@^1.0.7",
"@std/crypto": "jsr:@std/crypto@^1.0.3",
"@std/csv": "jsr:@std/csv@^1.0.3",
"@std/data-structures": "jsr:@std/data-structures@^1.0.4",
"@std/datetime": "jsr:@std/datetime@^0.225.2",
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
"@std/encoding": "jsr:@std/encoding@^1.0.5",
"@std/expect": "jsr:@std/expect@^1.0.3",
"@std/expect": "jsr:@std/expect@^1.0.4",
"@std/fmt": "jsr:@std/fmt@^1.0.2",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"@std/fs": "jsr:@std/fs@^1.0.3",
"@std/fs": "jsr:@std/fs@^1.0.4",
"@std/html": "jsr:@std/html@^1.0.3",
"@std/http": "jsr:@std/http@^1.0.6",
"@std/http": "jsr:@std/http@^1.0.7",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.4",
"@std/internal": "jsr:@std/internal@^1.0.4",
"@std/io": "jsr:@std/io@^0.224.8",
"@std/io": "jsr:@std/io@^0.224.9",
"@std/json": "jsr:@std/json@^1.0.0",
"@std/jsonc": "jsr:@std/jsonc@^1.0.1",
"@std/log": "jsr:@std/log@^0.224.7",
"@std/log": "jsr:@std/log@^0.224.8",
"@std/media-types": "jsr:@std/media-types@^1.0.3",
"@std/msgpack": "jsr:@std/msgpack@^1.0.2",
"@std/net": "jsr:@std/net@^1.0.4",
"@std/path": "jsr:@std/path@^1.0.6",
"@std/regexp": "jsr:@std/regexp@^1.0.0",
"@std/random": "jsr:@std/random@^0.1.0",
"@std/semver": "jsr:@std/semver@^1.0.3",
"@std/streams": "jsr:@std/streams@^1.0.5",
"@std/streams": "jsr:@std/streams@^1.0.6",
"@std/tar": "jsr:@std/tar@^0.1.1",
"@std/testing": "jsr:@std/testing@^1.0.2",
"@std/text": "jsr:@std/text@^1.0.6",
"@std/testing": "jsr:@std/testing@^1.0.3",
"@std/text": "jsr:@std/text@^1.0.7",
"@std/toml": "jsr:@std/toml@^1.0.1",
"@std/ulid": "jsr:@std/ulid@^1.0.0",
"@std/uuid": "jsr:@std/uuid@^1.0.4",
Expand Down
6 changes: 3 additions & 3 deletions io/buf_reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class BufferFullError extends Error {
*
* @deprecated Use
* {@linkcode https://jsr.io/@std/streams/doc/buffer/~/Buffer | Buffer} instead.
* This will be removed in 0.226.0.
* This will be removed in 0.225.0.
*/
export class PartialReadError extends Error {
/**
Expand Down Expand Up @@ -113,7 +113,7 @@ export class PartialReadError extends Error {
*
* @deprecated Use
* {@linkcode https://jsr.io/@std/streams/doc/buffer/~/Buffer | Buffer} instead.
* This will be removed in 0.226.0.
* This will be removed in 0.225.0.
*/
export interface ReadLineResult {
/** The line read */
Expand Down Expand Up @@ -141,7 +141,7 @@ export interface ReadLineResult {
*
* @deprecated Use
* {@linkcode https://jsr.io/@std/streams/doc/buffer/~/Buffer | Buffer} instead.
* This will be removed in 0.226.0.
* This will be removed in 0.225.0.
*/
export class BufReader implements Reader {
#buf!: Uint8Array;
Expand Down
2 changes: 1 addition & 1 deletion io/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/io",
"version": "0.224.8",
"version": "0.224.9",
"exports": {
".": "./mod.ts",
"./buf-reader": "./buf_reader.ts",
Expand Down
2 changes: 1 addition & 1 deletion log/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/log",
"version": "0.224.7",
"version": "0.224.8",
"exports": {
".": "./mod.ts",
"./base-handler": "./base_handler.ts",
Expand Down
2 changes: 1 addition & 1 deletion streams/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/streams",
"version": "1.0.5",
"version": "1.0.6",
"exports": {
".": "./mod.ts",
"./buffer": "./buffer.ts",
Expand Down
2 changes: 1 addition & 1 deletion testing/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/testing",
"version": "1.0.2",
"version": "1.0.3",
"exports": {
"./bdd": "./bdd.ts",
"./mock": "./mock.ts",
Expand Down
2 changes: 1 addition & 1 deletion text/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/text",
"version": "1.0.6",
"version": "1.0.7",
"exports": {
".": "./mod.ts",
"./closest-string": "./closest_string.ts",
Expand Down

0 comments on commit eeb3c9b

Please sign in to comment.