File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.203.0 / 2023.09.27
2
+
3
+ - BREAKING(encoding): deprecate encode/decode, add encodeFoo/decodeFoo (#3660 )
4
+ - BREAKING(encoding): deprecate old encode/decode in hex.ts (#3673 )
5
+ - BREAKING(front_matter): deprecate default exports (#3653 )
6
+ - BREAKING(io): deprecate io top level module (#3556 )
7
+ - fix(collections): accept readonly arrays in aggregateGroups, reduceGroups, zip
8
+ (#3662 )
9
+ - fix(datetime): correctly format midnight in 12-hour time (#3667 )
10
+ - fix(datetime): fix dayOfYear when the timezone has DST (#3668 )
11
+ - fix(encoding): add validation of the input types (#3666 )
12
+ - fix(semver): add a necessary grouping, fix prerelease parsing (#3674 )
13
+
1
14
### 0.202.0 / 2023.09.19
2
15
3
16
- BREAKING(collections): move RedBlackTree, BinarySearchTree, and BinaryHeap to
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.202 .0" ;
8
+ export const VERSION = "0.203 .0" ;
You can’t perform that action at this time.
0 commit comments