Skip to content

Releases: LeDDGroup/typescript-transform-paths

v4.0.0

Choose a tag to compare

@danielpza danielpza released this 17 May 20:29

compare changes

💅 Refactors

  • Remove ts-node related code (#468)

🏡 Chore

  • Remove typescript warning (9d2b530)

❤️ Contributors

v3.5.6

Choose a tag to compare

@danielpza danielpza released this 31 Dec 15:41

v3.5.6

compare changes

🏡 Chore

  • Backport ./plugins/nx export to v3 release (4f02b2e)

❤️ Contributors

v4.0.0-beta.2

v4.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@danielpza danielpza released this 06 Nov 12:02

v4.0.0-beta.2

compare changes

🩹 Fixes

  • Use type-only imports whenever possible (#460)

📖 Documentation

  • Refine the readme and v4 migration content (#455)

🏡 Chore

  • deps-dev: Bump typescript-eslint from 8.39.1 to 8.46.2 (#453)
  • deps-dev: Bump @eslint/js from 9.33.0 to 9.38.0 (#452)
  • deps-dev: Bump typescript from 5.8.3 to 5.9.3 (#449)
  • deps-dev: Bump globals from 15.15.0 to 16.4.0 (#446)
  • Fix README formatting (4f9509b)
  • Replace @tsconfig/* with @tsconfig/bases (#457)
  • deps-dev: Update changelogen (19c487a)

❤️ Contributors

v4.0.0-beta

v4.0.0-beta Pre-release
Pre-release

Choose a tag to compare

@danielpza danielpza released this 04 Nov 20:13

v4.0.0-beta

See #427

compare changes

💅 Refactors

  • ⚠️ Esm only (#442)

📖 Documentation

  • Update readme (a979660)
  • Add maintenance section to the readme (7bd130f)
  • Add reproduction example (d265d0b)
  • Add issue templates (#443)
  • Add v4 migration draft (877c489)

🏡 Chore

  • Fix readme formatting (c31284b)
  • ⚠️ Remove main and types package.json properties (ec9ae9c)
  • ⚠️ Remove typescript 3 support (3de3d81)
  • ⚠️ Remove typescript 4.7 support (e372543)
  • ⚠️ Require node >= 22 (d475adf)
  • ci: Update node version testing matrix (30c8729)
  • Remove nx plugin (6fbdadc)
  • ⚠️ Remove ts-node register interface (58a0db0)
  • Revert "chore: remove nx plugin" (7948a8e)
  • deps-dev: Bump typescript from 5.7.2 to 5.9.3 in /test (e564526)

✅ Tests

  • Replace jest with node test runner (c77edec)

⚠️ Breaking Changes

  • ⚠️ Esm only (#442)
  • ⚠️ Remove main and types package.json properties (ec9ae9c)
  • ⚠️ Remove typescript 3 support (3de3d81)
  • ⚠️ Remove typescript 4.7 support (e372543)
  • ⚠️ Require node >= 22 (d475adf)
  • ⚠️ Remove ts-node register interface (58a0db0)

❤️ Contributors

v3.5.5

Choose a tag to compare

@danielpza danielpza released this 15 Mar 19:25

What's Changed

  • fix: when installed typescript version contains 0 it would cause error to be thrown "Expected version to be parsed" by @anthony-y-zhu14 in #399

New Contributors

Full Changelog: v3.5.4...v3.5.5

v3.5.4

Choose a tag to compare

@danielpza danielpza released this 11 Mar 00:54

What's Changed

  • fix(paths): respect desired path on case-insensitive file systems by @denis-sokolov in #397

New Contributors

Full Changelog: v3.5.2...v3.5.4

v3.5.3

Choose a tag to compare

@danielpza danielpza released this 22 Dec 07:30

compare changes

Maintenance release, adjust CI pipeline, updating dependencies, etc.

📖 Documentation

  • Add version compatibility matrix in readme (#338)

🏡 Chore

  • deps-dev: Bump @eslint/js from 9.9.1 to 9.15.0 (#310)
  • deps-dev: Bump typescript-eslint from 8.13.0 to 8.15.0 (#308)
  • deps-dev: Bump eslint from 9.10.0 to 9.15.0 (#309)
  • deps-dev: Bump changelogen from 0.5.5 to 0.5.7 (#316)
  • deps-dev: Bump @types/node from 22.8.7 to 22.9.3 (#314)
  • deps-dev: Bump typescript from 5.6.3 to 5.7.2 in /test (#317)
  • deps-dev: Bump typescript-eslint from 8.15.0 to 8.16.0 (#313)
  • deps-dev: Bump eslint from 9.15.0 to 9.16.0 (#319)
  • deps-dev: Bump typescript-eslint from 8.16.0 to 8.17.0 (#320)
  • deps-dev: Update yarn from 4.4.0 to 4.5.3 (f6ccab1)
  • Update yarn.lock (b958778)
  • deps-dev: Bump ts-patch from 3.2.1 to 3.3.0 (#322)
  • deps-dev: Bump typescript-eslint from 8.17.0 to 8.18.0 (#323)
  • deps-dev: Bump typescript from 5.5.4 to 5.7.2 (#315)
  • deps-dev: Bump ts-patch from 3.2.1 to 3.3.0 in /test (#324)
  • Configure Renovate (#330)
  • Update renovate config to auto merge minor updates (b3f3f31)

🤖 CI

  • Adjust publish workflow (1039e07)
  • Fix changelogen not pushing code (221136a)

❤️ Contributors

v3.5.2

Choose a tag to compare

@danielpza danielpza released this 05 Nov 17:40

compare changes

🩹 Fixes

  • Restore typescript 5.6 compatibility (#301)

🏡 Chore

  • deps-dev: Bump eslint and @types/eslint (#273)
  • deps-dev: Bump @types/node from 22.5.2 to 22.8.7 (#303)
  • deps-dev: Bump typescript-eslint from 8.3.0 to 8.13.0 (#302)

❤️ Contributors

v3.5.1

Choose a tag to compare

@danielpza danielpza released this 11 Sep 19:22

compare changes

🩹 Fixes

  • Downgrade minimatch from 10.0.1 to 9.0.5 (#272)

💅 Refactors

  • Always patch (ed3ed1f)
  • Rename typescript-number to typescript-x (36643ff)
  • Use strictest typescript configuration (a67e739)
  • Enable @typescript-eslint/no-explicit-any warning (1cddaac)
  • Add eslint-plugin-unicorn (44ad2e0)
  • Remove anys (07e5c27)

🏡 Chore

  • Rename nx test project to avoid conflict with package name (3ee03d1)
  • deps-dev: Bump typescript-eslint from 8.1.0 to 8.2.0 (#249)
  • deps-dev: Bump @types/node from 22.2.0 to 22.4.1 (#248)
  • Add danielpza to funding.yml (9aa6941)
  • deps-dev: Bump typescript-eslint from 8.2.0 to 8.3.0 (#254)
  • deps-dev: Bump @types/node from 22.4.1 to 22.5.0 (#253)
  • deps-dev: Update some dependencies (164aeac)
  • Remove eslint-plugin-unicorn (8c6ccf4)

❤️ Contributors

v3.5.0

Choose a tag to compare

@danielpza danielpza released this 18 Aug 18:54

compare changes

🚀 Enhancements

  • Add package.json exports (#218)

💅 Refactors

  • Move top level register and nx-transformer to src/ (6f0a280)
  • Add prettier-plugin-jsdoc (0b5fd4c)
  • Remove ts-expose-internals imports (7b66926)
  • Update ts-expose-internals -> @types/ts-expose-internals (56d62d2)

🏡 Chore

  • deps-dev: Remove strip-ansi (2fc9901)

❤️ Contributors