Releases: TypeStrong/ts-loader
Releases · TypeStrong/ts-loader
v9.6.2
- chore: trim runtime dependencies — remove enhanced-resolve/semver, swap micromatch → picomatch - thanks @johnnyreilly
Officially ts-loader has supported 3.6.3+ versions of TypeScript. This change means that certain scenarios with older versions of TS will now certainly fail. If anyone is actually using these versions it would be surprising.
v9.6.1
- fix: rspack support - thanks @johnnyreilly and @bhollis
v9.6.0
- feat: add webpack 4 support back - thanks @johnnyreilly and @tweet
v9.5.7
- fix: TS5011 errors with TypeScript 6.0: transpileModule called with rootDir: undefined [#1678] - thanks @julioz and @errorx666
- feat: migrate to trusted publishing - thanks @johnnyreilly
Skipping 9.5.5-9.5.6 due to publishing issues
v9.5.4
Skipping 9.5.3 due to a publishing issue
v9.5.3
v9.5.2
This release is actually v9.5.2 but due to a problem with the initial release workflow we incremented to v9.5.3
v9.5.1
- fix: inputSourceMap can be null [#1638] - thanks @johnnyreilly and @michaeltford