Skip to content

Releases: OniVe/ts-transform-paths

v3.0.0

09 Dec 07:51
Compare
Choose a tag to compare

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

06 Jul 13:54
Compare
Choose a tag to compare

2.0.3 (2021-07-06)

Bug Fixes

  • ImportTypeNode not mapped in *.d.ts files (#27) (1e349e8)

v2.0.2

09 Jan 05:08
a798b15
Compare
Choose a tag to compare

2.0.2 (2021-01-09)

Bug Fixes

  • Transformed unused imports are not removed (#21) (a798b15)

v2.0.1

02 Mar 09:33
3d3690f
Compare
Choose a tag to compare

2.0.1 (2020-03-02)

Bug Fixes

  • only include dist/ in published package (#11) (3d3690f)

v2.0.0

13 Apr 09:06
Compare
Choose a tag to compare

2.0.0 (2019-04-13)

Features

  • support more keywords (df79921, 090494f)

    • import { x } from "path"
    • const x = require("path")
    • const x = await import("path")
    • export { x } from "path"
    • declaration (.d.ts) files

BREAKING CHANGES

  • transformer now returns an object CustomTransformers see README.md

Special thanks:

v1.2.0

18 Mar 13:26
Compare
Choose a tag to compare

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

02 Mar 11:33
Compare
Choose a tag to compare

1.1.1 (2019-03-02)

Bug Fixes

  • Resolver now always converts backslash to slash. close #1 (625a721)

v1.1.0

22 Jan 14:55
Compare
Choose a tag to compare

1.1.0 (2019-01-22)

Features

  • call function "getCompilerOptions" from context (fa93aa2)

v1.0.3

10 Jan 17:08
Compare
Choose a tag to compare

1.0.3 (2019-01-10)

Bug Fixes

  • transformer default export (d6cf73a)