diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fdcecd5 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 88a2766..26fcaf0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "publishConfig": { "access": "public" }, - "version": "0.0.0", + "version": "0.0.1", "description": "Use typebox to define your yargs arguments.", "author": "moontai0724", "license": "MIT",