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.219.0 / 2024.03.08
2
+
3
+ - [ unstable] BREAKING(semver): remove ` gtr() ` and ` ltr() ` (#4450 )
4
+ - [ unstable] BREAKING(semver): remove ` reverseSort() ` (#4422 )
5
+ - [ unstable] BREAKING(semver): remove deprecated operators (#4423 )
6
+ - feat(expect): support ` expect.extend() ` api (#4412 )
7
+ - fix(expect): fix equality of iterables (#4286 )
8
+ - fix(fs): ` emptyDir() ` test after workspace conversion (#4427 )
9
+ - fix(fs): ` expandGlob() ` test after workspace conversion (#4428 )
10
+ - fix(log): don't discard bytes >4096 in ` FileHandler ` (#4415 )
11
+ - fix(path): fix common() results that depend on the order and/or number of
12
+ input paths (#4414 )
13
+
1
14
### 0.218.0 / 2024.02.29
2
15
3
16
- feat(assert): optional ` reason ` param for ` unreachable ` (#4404 ) (#4405 )
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.218.2 " ;
8
+ export const VERSION = "0.219.0 " ;
You can’t perform that action at this time.
0 commit comments