Skip to content

Release 1.7.0

Compare
Choose a tag to compare
@kitsonk kitsonk released this 01 Mar 15:14
· 25 commits to master since this release

Updated

  • TypeScript is now a peerDependency making it easier to use different versions of TypeScript
  • Refactoring and linting of some of the code to be more maintainable and type safe

Changes

  • name is now an optional argument (PR #9)
  • rootDir in tsconfig.json is now read and applied (PR #48)

Fixes

  • Fix unsafe read from node.parent.kind (issue #58)
  • Fix ability to use ES3 target (issue #34)

Thanks to @jpsfs, Rich Tebb, @mtraynham, jaroslaw and @s093294.