Babel Plugin Typescript To Proptypes Versions Save

Generate React PropTypes from TypeScript interfaces or type aliases.

v2.1.0

1 year ago
  • deps: Update Yarn to v3.5. 7ca90fe
  • deps: Add TypeScript 5 to peer dependencies (#68) ee59ad1
  • deps: Update all to latest. 25b74f3

https://github.com/milesj/babel-plugin-typescript-to-proptypes/compare/v2.0.0...v2.1.0

v2.0.0

2 years ago
  • breaking: Drop TypeScript v3 support. eac7aa0
  • new: Add mapUnknownReferenceTypesToAny option. 6179189
  • new: Support Record type. 00bbfbc
  • fix: Dont insert React import. 3f42b11
  • new: Support call signatures. b27833d
  • docs: Remove type checker references. 22e39cf
  • breaking: Drop Node.js v10 support. eb45f74
  • new: Migrate to packemon for package building. 8eff079
  • build: Upgrade to Yarn 3. d1073df
  • ci: Support Node 16. 89576a6
  • build: Migrate to @beemo/dev. (#57) 2a6941e

https://github.com/milesj/babel-plugin-typescript-to-proptypes/compare/v1.4.2...v2.0.0

v1.4.0

3 years ago
  • ci: Update workflows to v2. b70b595
  • deps: Add @babel/types to support PnP. 3ee7e7c
  • new: Add support for React.ElementType (#36) 598907e
  • build: Temporarily fix tests and type failures. 2581ca2
  • build: Fix lint errors and run prettier. 9eb1bce
  • deps: Update dev dependencies. 0145fb4
  • deps(typescript): Update to v3.9. fda9f1f
  • deps(babel): Update to v7.10. c256748

https://github.com/milesj/babel-plugin-typescript-to-proptypes/compare/v1.3.2...v1.4.0

v1.3.0

4 years ago
  • fix: Fix an empty arrayOf(). f6dbcbd
  • deps: Update to latest. ae1e0f2
  • fix: Allow non-arrow function expressions without annotations (#32) 45f0f63

https://github.com/milesj/babel-plugin-typescript-to-proptypes/compare/v1.2.1...v1.3.0

v1.2.1

4 years ago

v1.2.0

4 years ago
  • fix: Update unresolved references to null. [#28] 523002f
  • test: Add conditional union test. 8d09d4c
  • new: Support Array<> generics. [#30] d4be294
  • deps: Update all and rebuild lock file. 443a2db

https://github.com/milesj/babel-plugin-typescript-to-proptypes/compare/v1.1.0...v1.2.0

v1.1.0

4 years ago
  • new: Support forwardRef() and memo() components. e92f4ad

https://github.com/milesj/babel-plugin-typescript-to-proptypes/compare/v1.0.0...v1.1.0

v1.0.0

4 years ago
  • Fix release script. 379329a
  • Migrate to GitHub actions. (#27) 66d95cb
  • Add strict option. f4b7f08
  • Research refs and memos. a4c6888
  • Minor support for enum members. 0c4c186
  • Support enums. 117f939
  • Test ESM and CJS targets. [#12] c976242
  • Support mapped object types. 94a2cfb
  • Rename to unions. f31adc3
  • Update usage. 223e0f8
  • Support unknown and void. f0b6dcc
  • Add comments option. d7b7296
  • Add leading comments to prop types (#13) 35aeab9
  • Update deps. 3a8efd7
  • Merge pull request #16 from milesj/dependabot/npm_and_yarn/handlebars-4.1.2 e7f0e2a
  • Bump handlebars from 4.0.12 to 4.1.2 9db5294

https://github.com/milesj/babel-plugin-typescript-to-proptypes/compare/v0.17.1...v1.0.0