Skip to content

Releases: LeDDGroup/typescript-transform-paths

v3.4.9

07 Aug 05:32

Choose a tag to compare

3.4.9 (2024-08-07)

Fixed publish workflow

v3.4.8

07 Aug 05:19

Choose a tag to compare

What's Changed

This release brings mostly maintenance work under the hood, some highlights

  • upgrade to yarn v4 🎉
  • updated prettier to v3
  • setup dependabot for automatic dependencies updates
  • updated a bunch of dependencies, mostly development only since we only have single production dependency

Full Changelog: v3.4.7...v3.4.8

v3.4.7

20 Feb 00:14

Choose a tag to compare

3.4.7 (2024-02-20)

Bug Fixes

  • Numerous issues with elision due to new TS features in v5+ (fixes #184) (d4f89af)

v3.4.6

06 Jan 21:19

Choose a tag to compare

3.4.6 (2023-01-06)

Bug Fixes

  • Cover edge case issues with case-insensitive filesystems (968ee7b)

v3.4.5

05 Jan 22:34

Choose a tag to compare

3.4.5 (2023-01-05)

Bug Fixes

  • OSX paths can be rewritten improperly (fixes #167) (0ff48d7)

v3.4.4

24 Oct 17:13

Choose a tag to compare

3.4.4 (2022-10-24)

Bug Fixes

  • NX Transformer entry script not included in NPM package (fixes #166) (4396e0c)

v3.4.3

21 Oct 19:14

Choose a tag to compare

3.4.3 (2022-10-21)

Bug Fixes

v3.4.2

21 Oct 18:06

Choose a tag to compare

3.4.2 (2022-10-21)

Bug Fixes

  • Edge cases exist which causes ts-node to fail with register script (fixes #162) (0dbe06e)

v3.4.1

20 Oct 22:08

Choose a tag to compare

3.4.1 (2022-10-20)

Bug Fixes

  • ImportType node children do not transform (fixes #150) (70871d2)

v3.4.0

20 Oct 21:20

Choose a tag to compare

3.4.0 (2022-10-20)

Features

  • Added NX Transformer (6619164)
  • Updated library to support latest TypeScript & ts-node (cbeb29c)

Bug Fixes

  • Fixed incorrect signature return type for transformer (fixes #156) (a40b378)