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

Releases: mockdeep/typewiz

v1.2.4

23 Apr 20:21
b1d46d3
Compare
Choose a tag to compare
  • fix(core): invalid code produced for nested destructuring with default values #93

1.2.3

03 Dec 21:56
84fda39
Compare
Choose a tag to compare
  • fix(core): error on overloaded functions #85

1.2.2

28 Nov 21:42
45a85e5
Compare
Choose a tag to compare
  • fix(core): make Typewiz robust to errors from .toString() user code #84
  • fix(core): Invalid code produced for parameter destructuring with default values #83

1.2.1

25 Nov 21:19
6ec5225
Compare
Choose a tag to compare
  • 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

1.2.0

09 Oct 22:11
d487bb7
Compare
Choose a tag to compare
  • 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

1.1.0

25 Jun 18:50
f25b810
Compare
Choose a tag to compare
  • feat(core): implement instrumentation as a TypeScript Compiler Transformer #41

1.0.3

26 Apr 22:03
5d0337c
Compare
Choose a tag to compare
  • fix(node): typewiz-node cli broken #68
  • docs(cli): update the flag from -i to -p #67

1.0.2

17 Apr 18:44
24aad92
Compare
Choose a tag to compare
  • fix(core): endless recursion in getTypeName() #66
  • doc(cli): fix typo

1.0.1

17 Apr 17:48
2c4e224
Compare
Choose a tag to compare
  • docs(cli): fix links to typewiz-node, typewiz-webpack

1.0.0

17 Apr 11:16
8ef692f
Compare
Choose a tag to compare

Features added in this release:

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

💥 BREAKING CHANGES 💥

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