Skip to content

2.0.0

Compare
Choose a tag to compare
@dhkatz dhkatz released this 14 Jul 02:06
· 54 commits to master since this release
  • Fix: Issues with import 'module' syntax

  • Fix: Issues with import() syntax

  • Change: Plugin configuration field renamed to config

  • Change: Plugin now accepts a string to tsconfig.json path or nothing to automatically find your config

  • Add: Typescript is now a runtime dependency to support config paths and automatic config finding and parsing

  • Remove: Removed o-stream as a runtime dependency, we can use Node builtins.