Typewiz Versions Save

Automatically discover and add missing types in your TypeScript code

v1.2.4

4 years ago
  • fix(core): invalid code produced for nested destructuring with default values #93

v1.2.3

5 years ago
  • fix(core): error on overloaded functions #85

v1.2.2

5 years ago
  • fix(core): make Typewiz robust to errors from .toString() user code #84
  • fix(core): Invalid code produced for parameter destructuring with default values #83

v1.2.1

5 years ago
  • feat: merge typewiz-angular into master #73 ✨
  • fix(core): nested arrow functions fail transformer #75
  • fix(core): concise-body arrow functions not transformed correctly #82
  • test(core): transpile to ES2015 in integration tests
  • test: fix jest warning about deprecated config
  • chore: upgrade dev dependencies
  • chore: upgrade lerna to 3.x
  • style: format code with latest prettier

v1.2.0

5 years ago
  • feat(core): add support for TypeScript 3.x
  • fix(core): remove usage of deprecated TypeScript method
  • fix(core): build against typescript 2.9.2
  • test(core): specific regex test case
  • chore(*): upgrade lint-staged to 7.2.0, prettier to 1.13.6
  • chore(*): update yarn.lock to latest format

v1.1.0

5 years ago
  • feat(core): implement instrumentation as a TypeScript Compiler Transformer #41

v1.0.3

5 years ago
  • fix(node): typewiz-node cli broken #68
  • docs(cli): update the flag from -i to -p #67

v1.0.2

5 years ago
  • fix(core): endless recursion in getTypeName() #66
  • doc(cli): fix typo

v1.0.1

5 years ago
  • docs(cli): fix links to typewiz-node, typewiz-webpack

v1.0.0

5 years ago

Features added in this release:

  • New CLI #53 #60 :sparkles:
  • Configuration file support #31 #55 :sparkles:
  • Calculate type coverage #46 #48 :sparkles:
  • Refactor to monorepo #54 :truck:

:boom: BREAKING CHANGES :boom:

The original typewiz package was renamed to typewiz-core. If you wish to install the CLI use typewiz. If you need to access the TypeWiz API, use typewiz-core