Skip to content

Releases: jespertheend/deno-tsc-helper

v0.5.0

04 Apr 21:49
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Imporved Windows support!

v0.4.0

14 Feb 21:55
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

This release adds support for dynamic imports

v0.3.0

17 Jan 14:38
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
feat: Add extraPaths option

v0.2.1

28 Dec 15:14
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
fix: Exclude typescript by default to prevent deno from panicing when…

… fetching types

v0.2.0

28 Dec 14:33
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
docs: Add a readme

v0.1.2

09 Oct 14:19
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Fixed an issue where some paths were missing from the generated tsconfig.json. This happened when imports were only partially changed. With this fix, tsconfig paths from previous runs are preserved.

v0.1.1

09 Oct 12:43
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Fix an issue where tsc helper wouldn't modify itself, causing it to not get marked with @ts-nocheck

v0.1.0

08 Oct 23:45
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Imports are now only vendored when they have actually been changed. Previously any change to an import statement would cause all imports to be vendored again.
  • Better logging and now logLevel option
  • Adding urls to excludeUrls will add the urls to a temporary import map when vendoring, this way you are able to exclude only a specific portion of an import. This ensures that the types of a module are still downloaded, even though vendoring the entire module might fail.
  • Updated import maps dependency, which now supports the scopes property.

v0.0.14

23 Sep 20:01
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release
  • Remove triple slash directives from vendored files
  • Resolve paths in the options relative to the cwd rather than the main module.

v0.0.13

08 Sep 18:04
Compare
Choose a tag to compare
v0.0.13 Pre-release
Pre-release
Add exactTypeModules option