Co-authored-by: littledivy <littledivy@users.noreply.github.com>
This commit is contained in:
denobot 2024-03-08 02:06:14 -05:00 committed by GitHub
parent 9743031bf0
commit 0f3522f9b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
### 0.219.0 / 2024.03.08
- [unstable] BREAKING(semver): remove `gtr()` and `ltr()` (#4450)
- [unstable] BREAKING(semver): remove `reverseSort()` (#4422)
- [unstable] BREAKING(semver): remove deprecated operators (#4423)
- feat(expect): support `expect.extend()` api (#4412)
- fix(expect): fix equality of iterables (#4286)
- fix(fs): `emptyDir()` test after workspace conversion (#4427)
- fix(fs): `expandGlob()` test after workspace conversion (#4428)
- fix(log): don't discard bytes >4096 in `FileHandler` (#4415)
- fix(path): fix common() results that depend on the order and/or number of
input paths (#4414)
### 0.218.0 / 2024.02.29
- feat(assert): optional `reason` param for `unreachable` (#4404) (#4405)

View File

@ -5,4 +5,4 @@
* the cli's API is stable. In the future when std becomes stable, likely we
* will match versions with cli as we have in the past.
*/
export const VERSION = "0.218.2";
export const VERSION = "0.219.0";