Typewiz Versions Save

Automatically discover and add missing types in your TypeScript code

0.7.2

6 years ago
  • fix: incorrect return type for $_$twiz.get() #52

0.7.1

6 years ago
  • fix: fails with nested objects #51

0.7.0

6 years ago
  • feat: Find more types using Type Inference #27
  • feat: handle object literal types #39
  • feat: this typings #40
  • fix(webpack): middleware writes partial collected-types.json #42
  • fix: fields in IInstrumentOptions should be optional #43
  • fix: incorrect signature for $_$twiz.track() #44
  • fix: don't instrument calls with spread arguments #45
  • fix: apply-types adds any types when instrumentCallExpressions is enabled #47

0.6.0

6 years ago
  • fix: improve type-collector regex for function variable parser #21
  • style: use prettier #14
  • add a custom logo for the project #13

0.5.0

6 years ago
  • feat: support for optional prefix (#11)

BREAKING CHANGES:

  • applyTypes() now expects an options object instead of a string in the second argument.

0.4.1

6 years ago
  • fix #9: Type Collector Snippet can't be loaded multiple times
  • fix: improve applyReplacments()

0.4.0

6 years ago
  • feat: add support for instrumenting arrow functions

0.3.1

6 years ago
  • fix #8: Use object type instead of Object

0.3.0

6 years ago
  • feat #7: Find types for class fields

0.2.3

6 years ago
  • fix #6: package.json is missing typings entry