Skip to content

v8.7.0

Compare
Choose a tag to compare
@cspotcode cspotcode released this 02 Mar 19:44
· 116 commits to master since this release

Fixed

  • Remove buggy caching of ts.sys.readDirectory (#969)
  • Fix REPL ASI handling when user input starts with - (#944)

Added

Changed

  • Deprecate ts-script in favor of ts-node-script (#948) @G-Rath

Docs

  • Fix bash syntax error in README (#943) @abraj
  • Add Github issue templates (#959, #965, #947)
  • Add IntelliJ debug instructions to README (#958)
  • Add mocha 7 usage example to README (#961)