generated from moontaiworks/package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
50f137c
commit 90c579c
Showing
2 changed files
with
24 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. | ||
|
||
## [0.0.1](https://github.com/moontaiworks/yargs-typebox/compare/v0.0.0...v0.0.1) (2024-10-09) | ||
|
||
|
||
### Features | ||
|
||
* array transformer ([2da08a9](https://github.com/moontaiworks/yargs-typebox/commit/2da08a9d6440dd18f7f3c92611a6d9be0a22a8e8)) | ||
* boolean transformer ([d6f0dbe](https://github.com/moontaiworks/yargs-typebox/commit/d6f0dbe611ee37ca02b02a5c9f4b0c7c8c3cc9b5)) | ||
* choice transformer ([6d1b0ee](https://github.com/moontaiworks/yargs-typebox/commit/6d1b0ee5ffae43aa549991caa034dc6d18e4a463)) | ||
* handy interface `getOption` to transform all accepted types ([432082d](https://github.com/moontaiworks/yargs-typebox/commit/432082d9abd3d90c3ee6f645641059e19f81b0f7)) | ||
* handy transformer for an object of properties ([710981c](https://github.com/moontaiworks/yargs-typebox/commit/710981c213b9b3a71f318d09382c84d0db8f3e27)) | ||
* number transformer ([8e5eef4](https://github.com/moontaiworks/yargs-typebox/commit/8e5eef455a79fb48a3ea8fd1feb173ce031d5089)) | ||
* string transformer ([68f49fa](https://github.com/moontaiworks/yargs-typebox/commit/68f49fa4936a5ee165a56a5c599aea3c113def9a)) | ||
* take all available options from schema if present ([0c1653a](https://github.com/moontaiworks/yargs-typebox/commit/0c1653a76458c445e25594bc1a98c5d4c0715e34)) | ||
* use getAnyOption to transform unknown schema ([ceccd33](https://github.com/moontaiworks/yargs-typebox/commit/ceccd339eba558ff07f5123f286a488ef750fcb9)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* required parameter should only have demand flag ([6774e69](https://github.com/moontaiworks/yargs-typebox/commit/6774e6964b55a3e62f42fc6a6fcddb3fead27274)) |
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