Releases: simonhaenisch/rollup-plugin-typescript-paths
Releases · simonhaenisch/rollup-plugin-typescript-paths
v1.5.0
What's Changed
- feat: escape
$
and^
characters from path by @esdrasbrz in #17
New Contributors
- @esdrasbrz made their first contribution in #17
Full Changelog: v1.4.0...v1.5.0
1.4.0
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
1.3.0
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
1.2.2
- fix: resolveId importer is optional (#3)
Thanks to @AndrewLeedham for the PR!
1.2.1
Rename the export to match the rollup naming convention (#1).
Thanks to @juliendargelos for the PR!
1.2.0
feat: add transform hook
fix: resolve as js path instead of ts
1.1.1
- fix: skip virtual modules
1.1.0
- feat: support wildcards