Skip to content

7.0.0

Compare
Choose a tag to compare
@timocov timocov released this 07 Oct 22:40
· 139 commits to master since this release

Breaking changes

  • Minimal typescript version changed from 3.0 to 4.5
  • yargs dependency was upgraded from 17.2 to 17.6
  • Minimal NodeJS version changed from 12 to 14
  • Compilation target changed from es5 to es2020 (modules are still commonjs though)

See #224

Fixed

  • Improve support of non-relative imports in projects with a baseUrl (see #224)

Many thanks to @josh- for their contribution!