|
| 1 | +### 2026.02.20 |
| 2 | + |
| 3 | +#### @std/assert 1.0.19 (patch) |
| 4 | + |
| 5 | +- fix(assert): preserve Date instances in assertObjectMatch filter (#6988) |
| 6 | +- docs(assert): add a note about unreliable equality (#6989) |
| 7 | + |
| 8 | +#### @std/async 1.2.0 (minor) |
| 9 | + |
| 10 | +- feat(async): stabilize abort signal support in retry (#6968) |
| 11 | +- feat(async/unstable): add `Lazy` for once-only async init (#7007) |
| 12 | +- feat(async/unstable): allow `AbortableOptions` with optional signal in |
| 13 | + `abortable` (#6971) |
| 14 | +- feat(async/unstable): add poll function (#6973) |
| 15 | +- feat(async/unstable): add allKeyed and allSettledKeyed (#6959) |
| 16 | +- refactor(async/unstable): apply style guide to circuit breaker (#7008) |
| 17 | +- refactor(async/unstable): make circuit breaker resilient to throwing callbacks |
| 18 | + (#6996) |
| 19 | + |
| 20 | +#### @std/cli 1.0.28 (patch) |
| 21 | + |
| 22 | +- feat(cli/unstable): introduce StaticLine (#6758) |
| 23 | +- fix(cli): handle empty value in parseArgs (#6995) |
| 24 | +- fix(cli): prevent prototype pollution in parseArgs (#6980) |
| 25 | + |
| 26 | +#### @std/collections 1.1.6 (patch) |
| 27 | + |
| 28 | +- fix(collections): stricter enforcement on generics (#6961) |
| 29 | + |
| 30 | +#### @std/expect 1.0.18 (patch) |
| 31 | + |
| 32 | +- feat(expect/unstable): implement toMatchSnapshot() (#7003) |
| 33 | + |
| 34 | +#### @std/fs 1.0.23 (patch) |
| 35 | + |
| 36 | +- fix(fs/unstable): use crypto.getRandomValues() for temp file naming (#6983) |
| 37 | + |
| 38 | +#### @std/http 1.0.25 (patch) |
| 39 | + |
| 40 | +- feat(http/unstable): add `Cache-Control` header parser and formatter (#7005) |
| 41 | +- feat(http/unstable): implement RFC 9651 Structured Field Values (#6963) |
| 42 | +- fix(http): guard top-level Deno global access for browser compatibility |
| 43 | + (#6987) |
| 44 | +- refactor(http/unstable): improve route() method matching (#6990) |
| 45 | + |
| 46 | +#### @std/json 1.0.3 (patch) |
| 47 | + |
| 48 | +- feat(json/unstable): implement RFC 8785 JSON canonicalization (#6965) |
| 49 | + |
| 50 | +#### @std/xml 0.1.0 (minor) |
| 51 | + |
| 52 | +- feat(xml/unstable): add XML parsing and serialization module (#6981) |
| 53 | +- docs(xml): clean up JSDoc and error message style (#7009) |
| 54 | +- refactor(xml): improve tokenizer edge cases and performance (#6997) |
| 55 | + |
| 56 | +#### @std/yaml 1.0.12 (patch) |
| 57 | + |
| 58 | +- refactor(yaml): add `Scanner` class (#6958) |
| 59 | + |
1 | 60 | ### 2026.01.30 |
2 | 61 |
|
3 | 62 | #### @std/assert 1.0.18 (patch) |
|
0 commit comments