- FEATURE: Adds support for spread syntax for prop types inheritance
- POTENTIALLY BREAKING: Fixes bugs in the eslint plugin introduced by a new minor version of
@babel/types. This could potentially be a breaking change, but this has not been confirmed.
- FEATURE: Adds
extoption to CLI
- FIX: Fixes #16 -
no-name-mismatcheslint rule not checking types recursively - FIX: Fixes
no-errorseslint rule not reporting errors for types that areisRequired - FIX: Fixes
no-errorseslint rule not reporting errors for types withinPropTypes.arrayOf
- Adds docs for CLI
- FEATURE: Adds
no-name-mismatchrule to eslint plugin - FEATURE: Adds support for
anyin TypeScript parser - FEATURE: Adds support for
PropTypes.anyin PropTypes parser
- FIX: Fixes #11 - TypeScript generator outputting multiple imports of the same module
- FIX: Fixes #10 - TypeScript generator outputting strings instead of numbers in union types
- FIX: Fixes #9 - bad string literal array output by
typescriptgenerator
- FIX: Fixes #8 -
typescriptReactparser crashing when parsing components with no arguments.
- BREAKING: Changes the default file extension for generated TypeScript files from
.tsto.d.ts
- FEATURE: Adds CLI
- FIX: Fixes
"ignore"literal not accepted byWithMeta
- FIX: Fixes #7 - syntax error in booleans output by
typescriptgenerator
- FIX: Fixes #6 - bad array type output by
typescriptgenerator
- FEATURE: [compiler] Adds
headeroption tocompilerOptions, used to insert arbitrary text at the top of generated files - FEATURE: [webpack plugin] Adds
metaFileGeneratoroption to webpack plugin
- BREAKING: [eslint plugin] Renames
allrule tono-errors - FEATURE: [eslint plugin] Adds
no-unused-meta,no-meta-mismatchandno-prop-mappingrules - FEATURE: [eslint plugin] Adds
includeoption to rules - FIX: [eslint plugin] Fixes eslint plugin not reporting errors on
PropTypes.anyandPropTypes.symbol - FIX: [eslint plugin] Fixes eslint plugin not reporting errors on identifiers in meta
- BREAKING: [Compiler, Webpack plugin] Renames
baseClasscompiler option tosupertype - BREAKING: [Compiler] Renames
classNametotypeNamein compiler return value