Releases: OniVe/ts-transform-paths
Releases · OniVe/ts-transform-paths
v3.0.0
3.0.0 (2022-12-09)
chore
- deps: update dependencies (438f552)
BREAKING CHANGES
- deps: Bump minimum supported TS version to 4.0
v2.0.3
2.0.3 (2021-07-06)
Bug Fixes
ImportTypeNode
not mapped in *.d.ts
files (#27) (1e349e8)
v2.0.2
2.0.2 (2021-01-09)
Bug Fixes
- Transformed unused imports are not removed (#21) (a798b15)
v2.0.1
2.0.1 (2020-03-02)
Bug Fixes
- only include dist/ in published package (#11) (3d3690f)
v2.0.0
2.0.0 (2019-04-13)
Features
BREAKING CHANGES
- transformer now returns an object
CustomTransformers
see README.md
Special thanks:
v1.2.0
1.2.0 (2019-03-18)
Features
- support for projects who are mixing ts and js between a src and output (#2) (7dc49e7)
v1.1.1
1.1.1 (2019-03-02)
Bug Fixes
- Resolver now always converts backslash to slash. close #1 (625a721)
v1.1.0
1.1.0 (2019-01-22)
Features
- call function "getCompilerOptions" from context (fa93aa2)
v1.0.3
1.0.3 (2019-01-10)
Bug Fixes
- transformer default export (d6cf73a)