Skip to content

Releases: simonhaenisch/rollup-plugin-typescript-paths

v1.5.0

22 Dec 10:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

1.4.0

12 Aug 07:07
Compare
Choose a tag to compare

A new option nonRelative was added, that if enabled, resolves non-relative paths based on tsconfig's baseUrl, even if none of the paths are matched. It's opt-in (i.e. defaults to false) to maintain backwards-compatibility.

For more details see #12.

1.3.1

25 Feb 21:31
Compare
Choose a tag to compare

Fixes accidental incorrect module resolution by this plugin, that would happen when an import was relative but a path alias was partially matching it, because the regex for the match was missing the caret. See #10 for details.

1.3.0

10 May 09:52
Compare
Choose a tag to compare

Added a new preserveExtensions option for use with sucrase (and potentially other build tools). See PR #9.

Thanks @Benjozork for the contribution! 🎉

1.2.3

21 Apr 18:40
Compare
Choose a tag to compare

Fixed an issue with comments in tsconfig.json (see #7).

1.2.2

18 Feb 16:38
Compare
Choose a tag to compare
  • fix: resolveId importer is optional (#3)

Thanks to @AndrewLeedham for the PR!

1.2.1

02 Feb 07:39
Compare
Choose a tag to compare

Rename the export to match the rollup naming convention (#1).

Thanks to @juliendargelos for the PR!

1.2.0

02 Feb 07:38
Compare
Choose a tag to compare

feat: add transform hook
fix: resolve as js path instead of ts

1.1.1

25 May 00:54
Compare
Choose a tag to compare
  • fix: skip virtual modules

1.1.0

25 May 00:54
Compare
Choose a tag to compare
  • feat: support wildcards