Skip to content

Releases: Septh/ts-run

v2.0.0

04 Oct 12:23
Compare
Choose a tag to compare
  • docs: update readme ecfab69
  • build: update rollup 5410127
  • refactor: use distinct entry points for CLI and --import 3f2c94d

Breaking changes

  • removed the /register import. --import=@septh/ts-run is now the only --import entry point.

v1.3.3...v2.0.0

v1.3.3

27 Sep 06:46
Compare
Choose a tag to compare
  • Fix a bug preventing ts-run to run normally if symlinked f51b5d8

v1.3.2...v1.3.3

v1.3.2

26 Sep 01:04
Compare
Choose a tag to compare

v1.3.1...v1.3.2

v1.3.1

26 Sep 00:43
Compare
Choose a tag to compare
  • test: Update tests b1ce570
  • feat: Prioritize .ts extensions in Cjs too dee5fb3
  • chore: Update .vscode/settings.json to work on non-Windows systems 475778b
  • docs: Fine-tune both READMEs 487ea81

v1.3.0...v1.3.1

v1.3.0

06 Sep 16:53
Compare
Choose a tag to compare
  • docs: Fine-tune README 620663b
  • perf: Prioritize .ts extension look-up over .js 297e986
  • build: Update config files 30af7c6
  • build: Update dev dependencies f1db003
  • test: Minor test update a1b2ba8
  • refactor: Recognize both '--experimental-default-type' and '--default-type' command line options 56b5486
  • build: Switch moduleResolution to 'Bundler' and module to 'ESNExt' 56892c6
  • build: Use a VS Code task to type check all source, tests and rollup config at once 81e5cfb
  • fix: make nearestPackageJson() work as Node's 5d099b1
  • test: Typo 77d144f
  • fix: Correctly use NodeJS.ModuleType instead of ModuleType 96b3a05
  • build: Define a default build task in VSCode for type checking 143c7b8

v1.2.6...v1.3.0

v1.2.6

20 Jul 17:18
Compare
Choose a tag to compare
  • docs: Update docs c48351b
  • test: Update tests 34f736d
  • feat: Allow requiring .ts scripts by their .js extension 68b9bf9
  • refactor: Various tweaks 0e21030
  • feat: Always explicitly transpile CJS modules cf92c9a
  • feat: Allow importing .ts scripts by their .js extension 98db02a
  • feat: Shorten import path to . 72c4a8e

v1.2.5...v1.2.6

v1.2.5

22 Jun 17:14
Compare
Choose a tag to compare
  • build: Updates dependencies cb7fef2
  • build: Use Node16 module and moduleResolution in tsconfig a88ea94
  • refactor: Do not shadow sucrase.transform() 9f83ef7
  • docs: Add paragraph about import vs require 55a01b3
  • docs: Add a word about Sucrase bbf81b2
  • style: Minor tweaks, better comments bfc75dc
  • build: Cleanup tsconfig.json e29c475
  • test: Ensure local build is always used for tests de91893
  • build: Update dependencies 2302425
  • refactor: Bundle cjs-hooks.ts in 90362c3
  • docs: Sync npm's readme with Github's 220d316
  • refactor: Optimize resolve hook e61ce0b
  • style: More precise comments d903b6e

v1.2.4...v1.2.5

v1.2.4

28 May 02:59
Compare
Choose a tag to compare

v1.2.3...v1.2.4

v1.2.3

06 May 23:11
Compare
Choose a tag to compare
  • build: Use rollup-plugin-fast-typescript's sucrase() convenience function 14ed2cc
  • Build: Updates dependencies dc40d84
  • style: Better name for transform.cts bd185fc
  • feat: Disable Sucrase's keepUnusedImports setting 33b4c0d
  • build: Update dependencies (again) 8f0cbe5
  • chore: Also typecheck the tests in the editor ceef7f8
  • style: Augment the NodeJS namespace in ambient.d.ts rather than the global namespace d31d309
  • style: Add JSDoc comment in register.d.ts dc6e10d
  • build: Use bundler moduleResolution in tsconfig.json ba120ff
  • test: Update tests 6b3f216
  • build: Update dependencies d0ab421
  • build: Remove np field from package.json, use (untracked) local config instead 6ebb50e
  • docs: Typo d52cc07

v1.2.2...v1.2.3

v1.2.2

17 Feb 03:50
Compare
Choose a tag to compare
  • build: Change Sucrase fix as it crashed under certain circumstances. 61ec61b
  • Feat: support Node's --experimental-default-type flag c4d170e

v1.2.1...v1.2.2