Skip to content

Tags: mikebridge/ts-loader

Tags

v9.2.7

Toggle v9.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: cater for change in resolveTypeReferenceDirective API in TypeScr…

…ipt 4.7 (TypeStrong#1422)

* speculative

* v9.2.7

* node 16

v9.2.6

Toggle v9.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md (TypeStrong#1377)

* Update README.md

* Update package.json

v9.2.5

Toggle v9.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add function to get the latest program (TypeStrong#1352)

v9.2.4

Toggle v9.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: undefined configPath now falls back to default (TypeStrong#1346)

* fix: undefined configPath now falls back to default

* update changelog

v9.2.3

Toggle v9.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
getCustomTransformers error message fix (TypeStrong#1334)

v9.2.2

Toggle v9.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
start consuming webpack loader types (TypeStrong#1325)

* start consuming webpacker loader types

* update codesplitting output

* lose WebpackLoaderCallback

* webpack cli

* upgrade prettier

* update changelog

v9.2.1

Toggle v9.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make v9 latest in npm again (TypeStrong#1320)

* Update package.json

* Update CHANGELOG.md

* Update CHANGELOG.md

v8.3.0

Toggle v8.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Backport TypeStrong#1317 to v8 (TypeStrong#1319)

* Backport "Fixed impossibility to have several instances of ts-loader with different compiler options" TypeStrong#1317 to v8
* regen comparison tests

v9.2.0

Toggle v9.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed generating cache for loading options to handle objects (TypeStr…

…ong#1317)

* fix: Fixed generating cache for loading options to handle objects

Fixes TypeStrong#1316

* fix: Updated ts-loader instance hash in tests

* Added changelog and changed version in package.json

v9.1.2

Toggle v9.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'fi…

…leName' of undefined (TypeStrong#1293)

* file can sometimes be undefined when using webpack devserver (with watch)

* remove evil ! bypass...

* comment is no more needed

* Bump version to 9.1.2 - Fix removed files handling in watch mode

Co-authored-by: gasnier <gasnier@cervval.com>