Skip to content

Commit

Permalink
0.211.0 (#4101)
Browse files Browse the repository at this point in the history
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
  • Loading branch information
denobot and bartlomieju committed Jan 4, 2024
1 parent bd5ddd1 commit 2377e73
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions Releases.md
@@ -1,3 +1,29 @@
### 0.211.0 / 2024.01.04

- BREAKING(collections): remove `groupBy()` (#3923)
- BREAKING(crypto): remove stable `KeyStack()` (#4055)
- BREAKING(front_matter): remove deprecated APIs (#4013)
- BREAKING(http): remove deprecated `createCommonResponse()` and `Status` APIs
(#4014)
- BREAKING(path): remove deprecated APIs (#4016)
- BREAKING: remove `types.d.ts` at top level (#3922)
- deprecation(log): string type for `BaseHandler.formatter` (#4023)
- deprecation(semver): deprecate `compareBuild()` (#4088)
- deprecation(semver): deprecate `format()` `style` argument (#4050)
- deprecation(semver): deprecate `testComparator()` (#4037)
- deprecation(semver): deprecate cmp (#4025)
- deprecation(semver): rename rsort to reverseSort (#4032)
- feat(cli): make `Spinner.message` able to be changed on-the-fly (#4079)
- feat(semver): optional SemVer build and prerelease properties (#4024)
- fix(cli): document milliseconds unit for `Spinner.interval` (#4017)
- fix(cli/spinner): export private type aliases used in public API (#4012)
- fix(expect): align toEqual to jest (#4034)
- fix(expect): align toStrictEqual behavior to jest (#4035)
- fix(expect): invalid return typing (#4011)
- fix(fs): fix `expandGlob()` test race condition (#4081)
- fix(semver): remove `undefined` return type from `rangeMax()` (#4089)
- fix(toml): testdata typo (#4074)

### 0.210.0 / 2023.12.21

- BREAKING(crypto): remove `toHashString()` (#3924)
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Expand Up @@ -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.210.0";
export const VERSION = "0.211.0";

0 comments on commit 2377e73

Please sign in to comment.