mirror of
https://github.com/denoland/std.git
synced 2024-11-21 12:40:03 +00:00
chore: release 2024.05.22 (#4830)
Co-authored-by: kt3k <kt3k@users.noreply.github.com> Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
This commit is contained in:
parent
84bb22f79b
commit
51dc36d563
91
Releases.md
91
Releases.md
@ -1,3 +1,94 @@
|
||||
### 2024.05.22
|
||||
|
||||
#### @std/assert 0.225.3 (patch)
|
||||
|
||||
- refactor(assert,internal): rename `diffstr()` to `diffStr()` (#4758)
|
||||
|
||||
#### @std/async 0.224.1 (patch)
|
||||
|
||||
- docs(async): improve docs for stabilization (#4803)
|
||||
|
||||
#### @std/bytes 1.0.0-rc.3 (prerelease)
|
||||
|
||||
- perf(bytes): skip doing extra work in some scenarios (#4767)
|
||||
|
||||
#### @std/cli 0.224.3 (patch)
|
||||
|
||||
- chore(cli): remove outdated todo comment (#4787)
|
||||
|
||||
#### @std/collections 1.0.0-rc.1 (prerelease)
|
||||
|
||||
- feat(collections): `collections@1.0.0-rc.1` (#4697)
|
||||
- docs(collections,internal,media-types): use `@typeParam` tag instead of
|
||||
`@template` (#4772)
|
||||
- docs(collections): fix typos and improve example (#4763)
|
||||
- docs(collections): update module doc (#4765)
|
||||
|
||||
#### @std/csv 0.224.1 (patch)
|
||||
|
||||
- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC
|
||||
links (#4777)
|
||||
|
||||
#### @std/data-structures 0.224.1 (patch)
|
||||
|
||||
- docs(data-structures): improve documentation (#4793)
|
||||
|
||||
#### @std/encoding 0.224.2 (patch)
|
||||
|
||||
- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC
|
||||
links (#4777)
|
||||
|
||||
#### @std/expect 0.224.2 (patch)
|
||||
|
||||
- fix(expect): updated error message for toContain (#4750)
|
||||
|
||||
#### @std/http 0.224.1 (patch)
|
||||
|
||||
- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC
|
||||
links (#4777)
|
||||
|
||||
#### @std/internal 1.0.0 (major)
|
||||
|
||||
- docs(collections,internal,media-types): use `@typeParam` tag instead of
|
||||
`@template` (#4772)
|
||||
- docs(internal): add module docs (#4757)
|
||||
- refactor(assert,internal): rename `diffstr()` to `diffStr()` (#4758)
|
||||
|
||||
#### @std/json 0.224.1 (patch)
|
||||
|
||||
- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC
|
||||
links (#4777)
|
||||
|
||||
#### @std/media-types 1.0.0-rc.1 (prerelease)
|
||||
|
||||
- fix(media-types): do not expose vendored json file as public API (#4776)
|
||||
- docs(collections,internal,media-types): use `@typeParam` tag instead of
|
||||
`@template` (#4772)
|
||||
- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC
|
||||
links (#4777)
|
||||
- chore(media-types): `media-types@1.0.0-rc.1` (#4744)
|
||||
|
||||
#### @std/msgpack 0.224.1 (patch)
|
||||
|
||||
- fix(msgpack): encode maps with null prototype (#4764)
|
||||
|
||||
#### @std/regexp 0.224.1 (patch)
|
||||
|
||||
- docs(regexp): update module example to get full jsr score (#4796)
|
||||
|
||||
#### @std/streams 0.224.1 (patch)
|
||||
|
||||
- feat(streams): `concatReadableStreams()` (#4747)
|
||||
|
||||
#### @std/uuid 0.224.2 (patch)
|
||||
|
||||
- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC
|
||||
links (#4777)
|
||||
|
||||
#### @std/webgpu 0.224.2 (patch)
|
||||
|
||||
- docs(webgpu): improve docs for stabilization (#4811)
|
||||
|
||||
### 2024.05.16
|
||||
|
||||
#### @std/assert 0.225.2 (patch)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/assert",
|
||||
"version": "0.225.2",
|
||||
"version": "0.225.3",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./assert": "./assert.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/async",
|
||||
"version": "0.224.0",
|
||||
"version": "0.224.1",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./abortable": "./abortable.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/bytes",
|
||||
"version": "1.0.0-rc.2",
|
||||
"version": "1.0.0-rc.3",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./concat": "./concat.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/cli",
|
||||
"version": "0.224.2",
|
||||
"version": "0.224.3",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./parse-args": "./parse_args.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/csv",
|
||||
"version": "0.224.0",
|
||||
"version": "0.224.1",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./csv-parse-stream": "./csv_parse_stream.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/data-structures",
|
||||
"version": "0.224.0",
|
||||
"version": "0.224.1",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./binary-heap": "./binary_heap.ts",
|
||||
|
28
deno.json
28
deno.json
@ -12,43 +12,43 @@
|
||||
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/",
|
||||
|
||||
"@std/archive": "jsr:@std/archive@^0.224.0",
|
||||
"@std/assert": "jsr:@std/assert@^0.225.2",
|
||||
"@std/async": "jsr:@std/async@^0.224.0",
|
||||
"@std/bytes": "jsr:@std/bytes@^1.0.0-rc.2",
|
||||
"@std/cli": "jsr:@std/cli@^0.224.2",
|
||||
"@std/assert": "jsr:@std/assert@^0.225.3",
|
||||
"@std/async": "jsr:@std/async@^0.224.1",
|
||||
"@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3",
|
||||
"@std/cli": "jsr:@std/cli@^0.224.3",
|
||||
"@std/collections": "jsr:@std/collections@^1.0.0-rc.1",
|
||||
"@std/crypto": "jsr:@std/crypto@^0.224.0",
|
||||
"@std/csv": "jsr:@std/csv@^0.224.0",
|
||||
"@std/data-structures": "jsr:@std/data-structures@^0.224.0",
|
||||
"@std/csv": "jsr:@std/csv@^0.224.1",
|
||||
"@std/data-structures": "jsr:@std/data-structures@^0.224.1",
|
||||
"@std/datetime": "jsr:@std/datetime@^0.224.0",
|
||||
"@std/dotenv": "jsr:@std/dotenv@^0.224.0",
|
||||
"@std/encoding": "jsr:@std/encoding@^0.224.1",
|
||||
"@std/expect": "jsr:@std/expect@^0.224.1",
|
||||
"@std/encoding": "jsr:@std/encoding@^0.224.2",
|
||||
"@std/expect": "jsr:@std/expect@^0.224.2",
|
||||
"@std/fmt": "jsr:@std/fmt@^0.225.1",
|
||||
"@std/front-matter": "jsr:@std/front-matter@^0.224.0",
|
||||
"@std/fs": "jsr:@std/fs@^0.229.1",
|
||||
"@std/html": "jsr:@std/html@^0.224.0",
|
||||
"@std/http": "jsr:@std/http@^0.224.0",
|
||||
"@std/http": "jsr:@std/http@^0.224.1",
|
||||
"@std/ini": "jsr:@std/ini@^0.224.0",
|
||||
"@std/internal": "jsr:@std/internal@^1.0.0",
|
||||
"@std/io": "jsr:@std/io@^0.224.0",
|
||||
"@std/json": "jsr:@std/json@^0.224.0",
|
||||
"@std/json": "jsr:@std/json@^0.224.1",
|
||||
"@std/jsonc": "jsr:@std/jsonc@^0.224.0",
|
||||
"@std/log": "jsr:@std/log@^0.224.1",
|
||||
"@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1",
|
||||
"@std/msgpack": "jsr:@std/msgpack@^0.224.0",
|
||||
"@std/msgpack": "jsr:@std/msgpack@^0.224.1",
|
||||
"@std/net": "jsr:@std/net@^0.224.1",
|
||||
"@std/path": "jsr:@std/path@^0.225.1",
|
||||
"@std/regexp": "jsr:@std/regexp@^0.224.0",
|
||||
"@std/regexp": "jsr:@std/regexp@^0.224.1",
|
||||
"@std/semver": "jsr:@std/semver@^0.224.0",
|
||||
"@std/streams": "jsr:@std/streams@^0.224.0",
|
||||
"@std/streams": "jsr:@std/streams@^0.224.1",
|
||||
"@std/testing": "jsr:@std/testing@^0.224.0",
|
||||
"@std/text": "jsr:@std/text@^0.224.0",
|
||||
"@std/toml": "jsr:@std/toml@^0.224.0",
|
||||
"@std/ulid": "jsr:@std/ulid@^0.224.0",
|
||||
"@std/url": "jsr:@std/url@^0.224.0",
|
||||
"@std/uuid": "jsr:@std/uuid@^0.224.0",
|
||||
"@std/webgpu": "jsr:@std/webgpu@^0.224.1",
|
||||
"@std/webgpu": "jsr:@std/webgpu@^0.224.2",
|
||||
"@std/yaml": "jsr:@std/yaml@^0.224.0"
|
||||
},
|
||||
"tasks": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/encoding",
|
||||
"version": "0.224.1",
|
||||
"version": "0.224.2",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./ascii85": "./ascii85.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/expect",
|
||||
"version": "0.224.1",
|
||||
"version": "0.224.2",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./expect": "./expect.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/http",
|
||||
"version": "0.224.0",
|
||||
"version": "0.224.1",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./cookie": "./cookie.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/json",
|
||||
"version": "0.224.0",
|
||||
"version": "0.224.1",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./common": "./common.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/msgpack",
|
||||
"version": "0.224.0",
|
||||
"version": "0.224.1",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./decode": "./decode.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/regexp",
|
||||
"version": "0.224.0",
|
||||
"version": "0.224.1",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./escape": "./escape.ts"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/streams",
|
||||
"version": "0.224.0",
|
||||
"version": "0.224.1",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./buffer": "./buffer.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/uuid",
|
||||
"version": "0.224.1",
|
||||
"version": "0.224.2",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./common": "./common.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/webgpu",
|
||||
"version": "0.224.1",
|
||||
"version": "0.224.2",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./create-capture": "./create_capture.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user