Skip to content

Releases: TypeStrong/ts-node

Log Errors Option

15 Apr 02:02
Compare
Choose a tag to compare

Added

  • Expose --log-error option for logging on TypeScript compilation issues
  • Cache file system lookup operations

Changed

  • Remove incremental and tsBuildInfoFile compiler options

Relative TypeScript

07 Mar 05:06
Compare
Choose a tag to compare

Added

  • Fall back on resolving relative TypeScript packages (normal resolution is from working directory, these two things can be the same in the case of locally installed packages)

Override Includes

26 Jan 04:30
Compare
Choose a tag to compare

Fixed

  • Override include property, not includes 🤕

Missing Arg

22 Jan 02:13
Compare
Choose a tag to compare

Fixed

  • Add missing arg to package.json dependencies

Remove Cache

22 Jan 01:49
Compare
Choose a tag to compare

Changed

  • Remove JavaScript output cache
  • Cleaned up CLI args
    • The -p option must now be -pe since arg does not support optional flag and string at the same time
    • Other CLI options support camel case must now be specified in kebab-case
  • Preserve ts-node arguments in execArgv for forked processes to use
  • Avoid loading files at the configuration level by default
    • Avoids ts-node REPL taking a long time in a large user directory

Strip TypeScript "composite" flag

11 Aug 22:12
Compare
Choose a tag to compare

Added

  • Strip TypeScript composite flag from configuration file

Skip `files` by default

22 Jun 18:43
Compare
Choose a tag to compare

Changed

Files Config Flag

22 Jun 18:23
Compare
Choose a tag to compare

Added

  • New flag (--files) can be used to disable loading files from tsconfig.json by default

CLI Flags

20 Jun 20:10
Compare
Choose a tag to compare

Fixed

  • Correct CLI default flags using environment variables
  • Use buffer-from module for old-node.js compatibility

Added

  • Awesome new logo to README!

Remove `emitDeclarationOnly`

12 Jun 07:00
Compare
Choose a tag to compare

Fixed

  • Delete emitDeclarationOnly from configuration to ensure config is valid