Skip to content

Commit

Permalink
chore: release 2024.07.02 (#5254)
Browse files Browse the repository at this point in the history
Co-authored-by: kt3k <[email protected]>
  • Loading branch information
denobot and kt3k authored Jul 2, 2024
1 parent dbe94e8 commit 940568c
Show file tree
Hide file tree
Showing 32 changed files with 288 additions and 60 deletions.
228 changes: 228 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,231 @@
### 2024.07.02

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

- test(archive): fix typo in `tar_test.ts` (#5196)

#### @std/assert 1.0.0-rc.3 (prerelease)

- BREAKING(assert): remove `assert` from module names (#5176)
- refactor: import from `@std/assert` (#5199)

#### @std/async 1.0.0-rc.3 (prerelease)

- refactor: import from `@std/assert` (#5199)

#### @std/bytes 1.0.1 (patch)

- refactor: import from `@std/assert` (#5199)

#### @std/cli 1.0.0-rc.3 (prerelease)

- refactor: import from `@std/assert` (#5199)

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

- refactor: import from `@std/assert` (#5199)

#### @std/crypto 1.0.0 (major)

- refactor: import from `@std/assert` (#5199)
- chore(crypto): release `[email protected]` (#4990)

#### @std/csv 1.0.0-rc.1 (prerelease)

- BREAKING(csv): remove `csv` from module names (#5172)
- BREAKING(csv): make `ReadOptions` private (#5169)
- docs(csv): fix description of `ParseResult` (#5170)
- docs(csv): add module docs (#5157)
- refactor(csv): minor cleanup (#5166)
- refactor: import from `@std/assert` (#5199)
- refactor(csv): minor cleanups (#5158)
- refactor(csv): remove dead code and improve `CsvParseStream` test (#5153)
- refactor(csv): remove dead code and improve tests (#5151)
- test(csv): improve `CsvStringifyStream` test (#5154)
- test(csv): improve stringify testing (#5150)
- chore(csv): release `[email protected]` (#5159)

#### @std/data-structures 1.0.0-rc.2 (prerelease)

- refactor: import from `@std/assert` (#5199)

#### @std/datetime 0.224.2 (patch)

- refactor: import from `@std/assert` (#5199)

#### @std/dotenv 0.224.2 (patch)

- refactor: import from `@std/assert` (#5199)

#### @std/encoding 1.0.0 (major)

- refactor: import from `@std/assert` (#5199)
- chore(encoding): release `[email protected]` (#4991)

#### @std/expect 1.0.0-rc.1 (prerelease)

- BREAKING(expect): remove special handling of Immutable.js objects (#5228)
- fix(expect): fix validation of nth param in `toHaveBeenNthCalledWith` matcher
(#5227)
- refactor(expect,testing): update `@std/assert` imports (#5242)
- refactor(expect): remove `expect.addSnapshotSerializer(s)` (#5231)
- refactor: import from `@std/assert` (#5199)
- test(expect): test edge cases of matchers (#5226)
- test(expect): add test of `iterableEquality` (#5222)
- test(expect): improve `expect` test cases (#5221)
- chore(expect): release `[email protected]` (#5235)

#### @std/fmt 0.225.5 (patch)

- refactor: import from `@std/assert` (#5199)

#### @std/front-matter 0.224.3 (patch)

- refactor: import from `@std/assert` (#5199)

#### @std/fs 1.0.0-rc.3 (prerelease)

- refactor: import from `@std/assert` (#5199)

#### @std/html 1.0.0-rc.2 (prerelease)

- refactor: import from `@std/assert` (#5199)

#### @std/http 1.0.0-rc.2 (prerelease)

- refactor: import from `@std/assert` (#5199)

#### @std/ini 0.225.2 (patch)

- refactor: import from `@std/assert` (#5199)

#### @std/internal 1.0.1 (patch)

- refactor: import from `@std/assert` (#5199)

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

- refactor: import from `@std/assert` (#5199)

#### @std/json 1.0.0-rc.2 (prerelease)

- BREAKING(json): remove `json` from module names (#5173)
- refactor: import from `@std/assert` (#5199)

#### @std/jsonc 1.0.0-rc.2 (prerelease)

- refactor: import from `@std/assert` (#5199)

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

- refactor: import from `@std/assert` (#5199)

#### @std/media-types 1.0.1 (patch)

- fix(media-types): update `db.ts` (#5193)
- refactor: import from `@std/assert` (#5199)
- chore(media-types): release `[email protected]` (#5197)

#### @std/msgpack 1.0.0-rc.2 (prerelease)

- refactor: import from `@std/assert` (#5199)

#### @std/net 0.224.4 (patch)

- refactor: import from `@std/assert` (#5199)

#### @std/path 1.0.0-rc.3 (prerelease)

- refactor: import from `@std/assert` (#5199)

#### @std/semver 1.0.0-rc.1 (prerelease)

- BREAKING(semver): remove `SEMVER_SPEC_VERSION` (#5180)
- BREAKING(semver): make invalid SemVer constants private (#5168)
- BREAKING(semver): remove deprecated `rangeMax()`, `rangeMin()` and
`testRange()` APIs (#5160)
- docs(semver): minor documentation cleanups (#5178)
- refactor: import from `@std/assert` (#5199)
- test(semver): add `tryParse()` tests (#5161)
- chore(semver): release `[email protected]` (#5181)

#### @std/streams 1.0.0-rc.2 (prerelease)

- refactor: import from `@std/assert` (#5199)

#### @std/testing 1.0.0-rc.2 (prerelease)

- fix(testing): throw error eagerly when insufficient permissions are granted to
write to snapshot file in update mode (#5201)
- refactor(expect,testing): update `@std/assert` imports (#5242)
- refactor: import from `@std/assert` (#5199)

#### @std/text 1.0.0-rc.2 (prerelease)

- refactor: import from `@std/assert` (#5199)

#### @std/toml 1.0.0-rc.3 (prerelease)

- refactor: import from `@std/assert` (#5199)

#### @std/ulid 1.0.0-rc.3 (prerelease)

- refactor: import from `@std/assert` (#5199)

#### @std/url 1.0.0-rc.2 (prerelease)

- refactor: import from `@std/assert` (#5199)

#### @std/uuid 1.0.0 (major)

- refactor: import from `@std/assert` (#5199)

#### @std/webgpu 0.224.5 (patch)

- refactor: import from `@std/assert` (#5199)

#### @std/yaml 1.0.0-rc.1 (prerelease)

- BREAKING(yaml): remove `ParseOptions.legacy` option (#5229)
- BREAKING(yaml): remove `filename` option from `parse()` and `stringify()`
(#5223)
- BREAKING(yaml): remove `listener` option from `parse()` and `stringify()`
(#5224)
- BREAKING(yaml): make `Schema` and `Type` private and stop supporting
user-defined schemas (#5175)
- BREAKING(yaml): rename `DumpOptions` to `StringifyOptions` (#5171)
- BREAKING(yaml): remove `iterator` argument from `parseAll()` (#5148)
- fix(yaml): fix `!!pairs` parsing (#5192)
- fix(yaml): fix merge (<<) type handling in `parse()` (#5185)
- refactor(yaml): replace chars and comments with constants (#5250)
- refactor(yaml): add `sanitizeInput()` function (#5248)
- refactor(yaml): remove inferred `Schema` type (#5252)
- refactor(yaml): add default options object (#5249)
- refactor(yaml): share char constants (#5246)
- refactor(yaml): remove `DirectiveHandler` type (#5247)
- refactor(yaml): minor cleanups (#5239)
- refactor(yaml): simplify schema (#5236)
- refactor(yaml): consolidate `yaml/schema/*.ts` code into `yaml/_schema.ts`
(#5225)
- refactor: import from `@std/assert` (#5199)
- refactor(yaml): remove unused `func` type (#5191)
- refactor(yaml): remove dead code (#5189)
- refactor(yaml): simplify map initializations (#5183)
- refactor(yaml): rename `YAMLError` to `YamlError` (#5149)
- test(yaml): test handling of boolean values (#5251)
- test(yaml): check handling of binary type (#5245)
- test(yaml): add `parse()` test for duplicate keys (#5240)
- test(yaml): add test cases of handling ? mark in YAML (#5234)
- test(yaml): test `!!timestamp` type handling (#5237)
- test(yaml): test `stringify()` case when string encoded into hex sequences
(#5230)
- test(yaml): test anchor and alias handling of `parse()` (#5190)
- test(yaml): add misc `parse()` test cases (#5188)
- test(yaml): add test for block scalars (#5187)
- test(yaml): improve `parse()` testing (#5182)
- chore(yaml): release `[email protected]` (#5244)
- chore(yaml): remove `example` folder (#5238)

### 2024.06.26

#### @std/cli 1.0.0-rc.2 (prerelease)
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.224.2",
"version": "0.224.3",
"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.0-rc.2",
"version": "1.0.0-rc.3",
"exports": {
".": "./mod.ts",
"./assert": "./assert.ts",
Expand Down
2 changes: 1 addition & 1 deletion async/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/async",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"exports": {
".": "./mod.ts",
"./abortable": "./abortable.ts",
Expand Down
2 changes: 1 addition & 1 deletion bytes/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/bytes",
"version": "1.0.0",
"version": "1.0.1",
"exports": {
".": "./mod.ts",
"./concat": "./concat.ts",
Expand Down
2 changes: 1 addition & 1 deletion cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/cli",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"exports": {
".": "./mod.ts",
"./parse-args": "./parse_args.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.1",
"version": "1.0.2",
"exports": {
".": "./mod.ts",
"./aggregate-groups": "./aggregate_groups.ts",
Expand Down
2 changes: 1 addition & 1 deletion data_structures/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/data-structures",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"exports": {
".": "./mod.ts",
"./binary-heap": "./binary_heap.ts",
Expand Down
2 changes: 1 addition & 1 deletion datetime/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/datetime",
"version": "0.224.1",
"version": "0.224.2",
"exports": {
".": "./mod.ts",
"./constants": "./constants.ts",
Expand Down
60 changes: 30 additions & 30 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,44 @@
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/",
"graphviz": "npm:node-graphviz@^0.1.1",

"@std/archive": "jsr:@std/archive@^0.224.2",
"@std/assert": "jsr:@std/[email protected].2",
"@std/async": "jsr:@std/async@^1.0.0-rc.2",
"@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3",
"@std/cli": "jsr:@std/cli@^1.0.0-rc.2",
"@std/collections": "jsr:@std/collections@^1.0.1",
"@std/archive": "jsr:@std/archive@^0.224.3",
"@std/assert": "jsr:@std/[email protected].3",
"@std/async": "jsr:@std/async@^1.0.0-rc.3",
"@std/bytes": "jsr:@std/bytes@^1.0.1-rc.3",
"@std/cli": "jsr:@std/cli@^1.0.0-rc.3",
"@std/collections": "jsr:@std/collections@^1.0.2",
"@std/crypto": "jsr:@std/crypto@^1.0.0-rc.1",
"@std/csv": "jsr:@std/csv@^1.0.0-rc.1",
"@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.1",
"@std/datetime": "jsr:@std/datetime@^0.224.1",
"@std/dotenv": "jsr:@std/dotenv@^0.224.1",
"@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.2",
"@std/datetime": "jsr:@std/datetime@^0.224.2",
"@std/dotenv": "jsr:@std/dotenv@^0.224.2",
"@std/encoding": "jsr:@std/[email protected]",
"@std/expect": "jsr:@std/expect@^1.0.0-rc.1",
"@std/fmt": "jsr:@std/fmt@^0.225.4",
"@std/front-matter": "jsr:@std/front-matter@^0.224.2",
"@std/fs": "jsr:@std/fs@^1.0.0-rc.2",
"@std/html": "jsr:@std/html@^1.0.0-rc.1",
"@std/http": "jsr:@std/http@^1.0.0-rc.1",
"@std/ini": "jsr:@std/ini@^0.225.1",
"@std/internal": "jsr:@std/internal@^1.0.0",
"@std/io": "jsr:@std/io@^0.224.2",
"@std/json": "jsr:@std/json@^1.0.0-rc.1",
"@std/jsonc": "jsr:@std/jsonc@^1.0.0-rc.1",
"@std/log": "jsr:@std/log@^0.224.3",
"@std/fmt": "jsr:@std/fmt@^0.225.5",
"@std/front-matter": "jsr:@std/front-matter@^0.224.3",
"@std/fs": "jsr:@std/fs@^1.0.0-rc.3",
"@std/html": "jsr:@std/html@^1.0.0-rc.2",
"@std/http": "jsr:@std/http@^1.0.0-rc.2",
"@std/ini": "jsr:@std/ini@^0.225.2",
"@std/internal": "jsr:@std/internal@^1.0.1",
"@std/io": "jsr:@std/io@^0.224.3",
"@std/json": "jsr:@std/json@^1.0.0-rc.2",
"@std/jsonc": "jsr:@std/jsonc@^1.0.0-rc.2",
"@std/log": "jsr:@std/log@^0.224.4",
"@std/media-types": "jsr:@std/media-types@^1.0.1",
"@std/msgpack": "jsr:@std/msgpack@^1.0.0-rc.1",
"@std/net": "jsr:@std/net@^0.224.3",
"@std/path": "jsr:@std/[email protected].2",
"@std/msgpack": "jsr:@std/msgpack@^1.0.0-rc.2",
"@std/net": "jsr:@std/net@^0.224.4",
"@std/path": "jsr:@std/[email protected].3",
"@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1",
"@std/semver": "jsr:@std/semver@^1.0.0-rc.1",
"@std/streams": "jsr:@std/streams@^1.0.0-rc.1",
"@std/testing": "jsr:@std/testing@^1.0.0-rc.1",
"@std/text": "jsr:@std/text@^1.0.0-rc.1",
"@std/toml": "jsr:@std/toml@^1.0.0-rc.2",
"@std/ulid": "jsr:@std/ulid@^1.0.0-rc.2",
"@std/url": "jsr:@std/url@^1.0.0-rc.1",
"@std/streams": "jsr:@std/streams@^1.0.0-rc.2",
"@std/testing": "jsr:@std/testing@^1.0.0-rc.2",
"@std/text": "jsr:@std/text@^1.0.0-rc.2",
"@std/toml": "jsr:@std/toml@^1.0.0-rc.3",
"@std/ulid": "jsr:@std/ulid@^1.0.0-rc.3",
"@std/url": "jsr:@std/url@^1.0.0-rc.2",
"@std/uuid": "jsr:@std/[email protected]",
"@std/webgpu": "jsr:@std/webgpu@^0.224.4",
"@std/webgpu": "jsr:@std/webgpu@^0.224.5",
"@std/yaml": "jsr:@std/yaml@^1.0.0-rc.1"
},
"tasks": {
Expand Down
2 changes: 1 addition & 1 deletion dotenv/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/dotenv",
"version": "0.224.1",
"version": "0.224.2",
"exports": {
".": "./mod.ts",
"./load": "./load.ts",
Expand Down
2 changes: 1 addition & 1 deletion fmt/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/fmt",
"version": "0.225.4",
"version": "0.225.5",
"exports": {
"./bytes": "./bytes.ts",
"./colors": "./colors.ts",
Expand Down
2 changes: 1 addition & 1 deletion front_matter/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/front-matter",
"version": "0.224.2",
"version": "0.224.3",
"exports": {
".": "./mod.ts",
"./any": "./any.ts",
Expand Down
Loading

0 comments on commit 940568c

Please sign in to comment.