Ts Node Dev Versions Save

Compiles your TS app and restarts when files are modified.

v2.0.0-0

2 years ago

v1.1.8

2 years ago
  • fix date formatting broken in #275 2c5a52d

https://github.com/whitecolor/ts-node-dev/compare/v1.1.7...v1.1.8

v1.1.7

2 years ago

v1.1.6

3 years ago
  • publish with npm not yarn, fixes install issues because of lame bin paths

https://github.com/whitecolor/ts-node-dev/compare/v1.1.4...v1.1.6

v1.1.3

3 years ago
  • fix: update bin scripts paths 577b0e3, should fix install issues

https://github.com/whitecolor/ts-node-dev/compare/v1.1.2...v1.1.3

v1.1.2

3 years ago
  • update to chokidar 3.5.x, should fix watcher fs issues on macos

https://github.com/whitecolor/ts-node-dev/compare/v1.1.1...v1.1.2

v1.1.1

3 years ago
  • fix: remove duplicate compilation call bddacaf

https://github.com/whitecolor/ts-node-dev/compare/v1.1.0...v1.1.1

v1.1.0

3 years ago
  • prevent handling of compile duplicate requests 4156895
  • use either process.send or writeFile fallback d1cab45
  • fix: not kill the child if it has exception handlers 988eba1
  • fix(output): clear console on first start with --clear flag f3a34c7

https://github.com/whitecolor/ts-node-dev/compare/v1.0.0...v1.1.0

v1.0.0

3 years ago
  • upgrade to ts-node v9