mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.218.0 (#4419)
Co-authored-by: dsherret <dsherret@users.noreply.github.com>
This commit is contained in:
parent
b72ec0651e
commit
092cd46118
@ -1,3 +1,12 @@
|
||||
### 0.218.0 / 2024.02.29
|
||||
|
||||
- feat(assert): optional `reason` param for `unreachable` (#4404) (#4405)
|
||||
- feat(collections): add `pick` and `omit` (#4218)
|
||||
- feat(expect): add asymmetric matchers (any, anything, arrayContaining) (#4366)
|
||||
- feat(uuid): add type predicate return type to validate (v4) (#4301)
|
||||
- fix(fs/ensure_symlink): check symlink is pointing the given target (#4371)
|
||||
- fix(log): add missing return types (#4401)
|
||||
|
||||
### 0.217.0 / 2024.02.22
|
||||
|
||||
- deprecation(semver): deprecate `==`, `===`, `!==`, and `""` operators (#4271)
|
||||
|
@ -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.217.0";
|
||||
export const VERSION = "0.218.0";
|
||||
|
Loading…
Reference in New Issue
Block a user