Skip to content

Releases: TypeStrong/ts-node

Environment Variables, Throw Errors And Pipes

13 Mar 21:16
Compare
Choose a tag to compare

Added

  • Pipe TypeScript into ts-node to execute
  • Enable environment variable configuration of ts-node

Changed

  • Remove tsconfig module usage - use typescript compiler to read tsconfig.json
  • Refactor of error throwing to work (hopefully) with mocha --watch, etc.

Source Map Support

22 Dec 16:01
Compare
Choose a tag to compare

Changed

  • Bump to latest minor of source-map-support which can register multiple handlers

Performance Changes

26 Nov 01:35
Compare
Choose a tag to compare

Changed

  • Move source maps back inline ready for istanbul v1
  • Move to using project version that bumps on source file version changes

Move Source Map Output

26 Nov 01:34
Compare
Choose a tag to compare

Changed

  • Moved source maps to memory and out of being inlined

Fixed `noLib` Option

16 Nov 20:59
Compare
Choose a tag to compare

Changed

  • Remove the hack used to fix typescript@next compilation

Pass `noProject` flag correctly

11 Nov 23:52
Compare
Choose a tag to compare

Fixed

  • Pass through noProject from CLI properly
  • Add default library to files object for typescript@next to pass

Added

  • Linting with TSLint

No Project

08 Nov 22:27
Compare
Choose a tag to compare

Added

  • --noProject flag to ignore tsconfig.json

Changed

  • Always set rootDir to the current working directory

Fix Postinstall

02 Nov 19:58
Compare
Choose a tag to compare

Fixed

  • Move typings install from postinstall into prepublish

TypeScript Nightlies

02 Nov 17:48
Compare
Choose a tag to compare

Fixed

  • Support for TypeScript 1.7+

Changed

  • Replaced TSD with typings support

Filter Definitions on Startup

27 Oct 04:32
Compare
Choose a tag to compare

Changed

  • No longer startup with non-definition TypeScript files (#16)