-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
# [v1.0.0-rc.3](https://github.com/c4spar/deno-cliffy/compare/v1.0.0-rc.2...v1.0.0-rc.3) (Jul 30, 2023) | ||
|
||
### Features | ||
|
||
- add select all option to checkbox prompt (#649) | ||
([5f2c4f8](https://github.com/c4spar/deno-cliffy/commit/5f2c4f8)) | ||
|
||
### Bug Fixes | ||
|
||
- **prompt:** disabled options can be selected with next page & previous page | ||
keys (#646) ([6f3ba29](https://github.com/c4spar/deno-cliffy/commit/6f3ba29)) | ||
- **prompt:** incorrect info message shown for checkbox prompt on submit (#643) | ||
([fd6831c](https://github.com/c4spar/deno-cliffy/commit/fd6831c)) | ||
|
||
### Chore | ||
|
||
- disable deno lock (#651) | ||
([bd4ce72](https://github.com/c4spar/deno-cliffy/commit/bd4ce72)) | ||
- **upgrade:** deno/[email protected] (#650) | ||
([98ecc37](https://github.com/c4spar/deno-cliffy/commit/98ecc37)) | ||
|
||
### Unit/Integration Tests | ||
|
||
- **prompt:** test confirmSubmit option from checkbox prompt (#644) | ||
([5d3bf0a](https://github.com/c4spar/deno-cliffy/commit/5d3bf0a)) | ||
|
||
### Documentation Updates | ||
|
||
- remove unstable notice (#652) | ||
([99ca3cf](https://github.com/c4spar/deno-cliffy/commit/99ca3cf)) | ||
|
||
# [v1.0.0-rc.2](https://github.com/c4spar/deno-cliffy/compare/v1.0.0-rc.1...v1.0.0-rc.2) (Jul 4, 2023) | ||
|
||
### Bug Fixes | ||
|