ts-interface-builder
Version: 
Compile TypeScript interfaces into a description that allows runtime validation
17 lines (12 loc) • 447 B
Markdown
## v0.3.3 (2022-02-06)
- Add support for `bigint` type.
## v0.3.1 (2021-10-11)
- Add support for rest types in tuples, and for the type `unknown`.
## v0.3.0 (2021-02-21)
- Adds support for index signatures.
## v0.2.3 (2020-11-23)
- Adds babel macros getTypeSuite() and getCheckers().
- Adds support for `-c` (`--changed-only`) option.
- Support globs in command-line arguments.
## v0.2.2 (2020-05-18)
- Adds support for intersection of types.