Closed nam-hle closed 3 years ago
Totals | |
---|---|
Change from base Build 277: | 1.1% |
Covered Lines: | 345 |
Relevant Lines: | 345 |
Totals | |
---|---|
Change from base Build 264: | -1.2% |
Covered Lines: | 346 |
Relevant Lines: | 349 |
🥳
:tada: This PR is included in version 6.3.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Awesome 🤩
This PR is for migrating the package to TypeScript (#146) with major changes (but should not contain breaking changes 🙏):
Additionally, the schema definitions could generate from type definitions with third-party libraries like ts-json-schema-generator. By doing that, we can safely remove most of the checking code lines and maybe primitive type checking package like is-boolean, is-number,... But of course, we should do it later :D