Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Releases: mockdeep/typewiz

0.7.2

30 Mar 22:18
9130ea2
Compare
Choose a tag to compare
  • fix: incorrect return type for $_$twiz.get() #52

0.7.1

30 Mar 21:59
f548cd9
Compare
Choose a tag to compare
  • fix: fails with nested objects #51

0.7.0

26 Mar 10:04
81e1445
Compare
Choose a tag to compare
  • 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

12 Mar 22:11
4b49c17
Compare
Choose a tag to compare
  • 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

07 Feb 00:21
b8ece84
Compare
Choose a tag to compare
  • 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

25 Jan 22:35
Compare
Choose a tag to compare
  • fix #9: Type Collector Snippet can't be loaded multiple times
  • fix: improve applyReplacments()

Arrow function support

18 Jan 01:32
Compare
Choose a tag to compare
  • feat: add support for instrumenting arrow functions

0.3.1

17 Jan 17:02
Compare
Choose a tag to compare
  • fix #8: Use object type instead of Object

Find types for class fields

17 Jan 10:57
Compare
Choose a tag to compare
  • feat #7: Find types for class fields

0.2.3

17 Jan 00:21
Compare
Choose a tag to compare
  • fix #6: package.json is missing typings entry