|
| 1 | +### 2024.06.26 |
| 2 | + |
| 3 | +#### @std/cli 1.0.0-rc.2 (prerelease) |
| 4 | + |
| 5 | +- test(cli): improve `Spinner` test (#5108) |
| 6 | + |
| 7 | +#### @std/collections 1.0.1 (patch) |
| 8 | + |
| 9 | +- perf(collections): use `for` loop instead of `forEach()` in `unzip()` (#5104) |
| 10 | + |
| 11 | +#### @std/fs 1.0.0-rc.2 (prerelease) |
| 12 | + |
| 13 | +- docs(fs): add not supported docs for `CopyOptions.preserveTimestamps` (#5143) |
| 14 | + |
| 15 | +#### @std/http 1.0.0-rc.1 (prerelease) |
| 16 | + |
| 17 | +- BREAKING(http): rename `verifyCookie()` to `verifySignedCookie()` (#5138) |
| 18 | +- BREAKING(http): improve thrown errors in `cookie` module (#5129) |
| 19 | +- BREAKING(http): change the default port of file-server to the same default of |
| 20 | + `Deno.serve()` (#4888) |
| 21 | +- BREAKING(http): move `unstable-signed-cookie` to `signed-cookie` (#5101) |
| 22 | +- BREAKING(http): remove deprecated `server` module (#5100) |
| 23 | +- fix(http): handle the case fileInfo.mode=0 correctly (#5132) |
| 24 | +- docs(http): remove outdated mention of `CookieMap` (#5109) |
| 25 | +- refactor(http): change error thrown in `ServerSentEventStream` to |
| 26 | + `SyntaxError` (#5135) |
| 27 | +- refactor(http): minor cleanup (#5126) |
| 28 | +- refactor(http): remove dead code and improve `UserAgent` testing (#5120) |
| 29 | +- chore(http): release `[email protected]` ( #5131) |
| 30 | + |
| 31 | +#### @std/jsonc 1.0.0-rc.1 (prerelease) |
| 32 | + |
| 33 | +- BREAKING(jsonc): remove `allowTrailingComma` option (#5119) |
| 34 | +- refactor(jsonc): minor cleanups (#5114) |
| 35 | +- chore(jsonc): release `[email protected]` ( #5115) |
| 36 | + |
| 37 | +#### @std/media-types 1.0.0 (major) |
| 38 | + |
| 39 | +- BREAKING(media-types): rename `extensionsByType` to `allExtensions` (#5106) |
| 40 | +- docs(media-types): remove outdated historical note (#5105) |
| 41 | +- chore(media-types): release `[email protected]` ( #4780) |
| 42 | + |
| 43 | +#### @std/testing 1.0.0-rc.1 (prerelease) |
| 44 | + |
| 45 | +- BREAKING(testing): remove deprecated `asserts` module (#5099) |
| 46 | +- BREAKING(testing): disable multiple `FakeTime` creations (#5130) |
| 47 | +- fix(testing): correctly throw in constructor with `spy()` (#5139) |
| 48 | +- fix(testing): function call of `Date` constructor is not correctly faked |
| 49 | + (#5122) |
| 50 | +- docs(testing): add module docs (#5147) |
| 51 | +- refactor(testing): remove `@std/fmt/colors` dependency from `snapshot` module |
| 52 | + (#5145) |
| 53 | +- refactor(testing): remove dead code and improve test of `testing/mock.ts` |
| 54 | + (#5137) |
| 55 | +- test(testing): improve bdd testing (#5136) |
| 56 | +- test(testing): improve `FakeTime` testing (#5123) |
| 57 | +- chore(testing): release `[email protected]` ( #5142) |
| 58 | + |
| 59 | +#### @std/yaml 0.224.3 (patch) |
| 60 | + |
| 61 | +- feat(yaml): support schema name for 'schema' option (#5118) |
| 62 | +- docs(yaml): improve `yaml` document (#5127) |
| 63 | + |
1 | 64 | ### 2024.06.21
|
2 | 65 |
|
3 | 66 | #### @std/archive 0.224.2 (patch)
|
|
0 commit comments