mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.219.0 (#4454)
Co-authored-by: littledivy <littledivy@users.noreply.github.com>
This commit is contained in:
parent
9743031bf0
commit
0f3522f9b6
13
Releases.md
13
Releases.md
@ -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)
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user