File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.204.0 / 2023.10.12
2
+
3
+ - BREAKING(front_matter): deprecate Format enum, use union type instead (#3641 )
4
+ - BREAKING(front_matter): deprecate language-specific ` test ` functions (#3654 )
5
+ - BREAKING(path): split path into per-os modules, deprecate legacy os-specific
6
+ exports (#3649 )
7
+ - feat(crypto): add BLAKE2B-128 hash algorithm (#3680 )
8
+ - fix(archive/untar.ts): cannot access symlinks in archives (#3686 )
9
+ - fix(assert): fix swapping of multiline str diff (#3685 )
10
+ - perf(encoding): optimize encodeBase64Url (#3682 )
11
+ - perf: improvements using ` Promise.all() ` (#3683 )
12
+
1
13
### 0.203.0 / 2023.09.27
2
14
3
15
- BREAKING(encoding): deprecate encode/decode, add encodeFoo/decodeFoo (#3660 )
Original file line number Diff line number Diff line change 5
5
* the cli's API is stable. In the future when std becomes stable, likely we
6
6
* will match versions with cli as we have in the past.
7
7
*/
8
- export const VERSION = "0.203 .0" ;
8
+ export const VERSION = "0.204 .0" ;
You can’t perform that action at this time.
0 commit comments