mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.216.0 (#4333)
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
This commit is contained in:
parent
5e3b3f54a3
commit
55c33e1e8a
11
Releases.md
11
Releases.md
@ -1,3 +1,14 @@
|
||||
### 0.216.0 / 2024.02.15
|
||||
|
||||
- BREAKING(path): remove `path/windows/separator.ts` (#4292)
|
||||
- BREAKING(semver): remove `SemVerRange` and `isSemVerRange()` (#4295)
|
||||
- BREAKING(semver): remove `eq()`, `gt()`, `gte()`, `lt()`, `lte()` and `neq()`
|
||||
(#4294)
|
||||
- BREAKING(semver): remove `outside()` (#4293)
|
||||
- feat(datetime): `format()` options (#4285)
|
||||
- fix(semver): return new object instance in `comparatorMin()` and
|
||||
`comparatorMax()` (#4314)
|
||||
|
||||
### 0.215.0 / 2024.02.08
|
||||
|
||||
- BREAKING(log): remove `WARNING` log level (#4258)
|
||||
|
@ -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.215.0";
|
||||
export const VERSION = "0.216.0";
|
||||
|
Loading…
Reference in New Issue
Block a user