File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.222.0 / 2024.04.11
2
+
3
+ - [ unstable] BREAKING(semver): remove comparator.semver field (#4533 )
4
+ - deprecate(log): deprecate internal utility methods (#4436 )
5
+ - deprecation(console): copy ` std/console ` APIs into ` std/cli ` and deprecate
6
+ ` std/console ` (#4547 )
7
+ - deprecation(crypto): rename an export to match style guide, deprecating
8
+ original and two other obsolete imports (#4525 )
9
+ - deprecation(encoding): make exported function names consistent with
10
+ ` std/encoding ` (#4555 )
11
+ - deprecation(yaml): cleanup schema exports (#4566 )
12
+ - feat(expect): support ` expect.addSnapshotSerialize() ` api (#4537 )
13
+ - feat(semver): ` greaterThanRange() ` and ` lessThanRange() ` (#4534 )
14
+ - feat(testing): add ` after ` , ` before ` , ` test ` aliases (#4541 )
15
+ - fix(cli): make the output of ` promptSecret() ` consistent with ` prompt() `
16
+ (#4549 )
17
+
1
18
### 0.221.0 / 2024.03.27
2
19
3
20
- feat(expect): add ` expect.{closeTo, stringContaining, stringMatching} ` (#4508 )
Original file line number Diff line number Diff line change 5
5
* the cli's API is stable. In the future when std becomes stable, likely we
6
6
* will match versions with cli as we have in the past.
7
7
*/
8
- export const VERSION = "0.221 .0" ;
8
+ export const VERSION = "0.222 .0" ;
You can’t perform that action at this time.
0 commit comments