|
| 1 | +<a name="25.2.1"></a> |
| 2 | +# [25.2.1](https://github.com/kulshekhar/ts-jest/compare/25.2.1...25.2.0) (2020-02-21) |
| 3 | + |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* **compiler:** allow transformation of typescript files in node_modules ([#1385](https://github.com/kulshekhar/ts-jest/issues/1385)) ([814405e](https://github.com/kulshekhar/ts-jest/commit/814405e)) |
| 8 | +* **docs:** fixing slack link and some minor typos in documenation ([#1404](https://github.com/kulshekhar/ts-jest/issues/1404)) ([3e2e008](https://github.com/kulshekhar/ts-jest/commit/3e2e008)) |
| 9 | +* **transformer:** add deepUnmock to hoist method list ([#1372](https://github.com/kulshekhar/ts-jest/issues/1372)) ([0fbbc00](https://github.com/kulshekhar/ts-jest/commit/0fbbc00)) |
| 10 | +* **util:** use resolve package typescript package in yarn workspaces ([#1377](https://github.com/kulshekhar/ts-jest/issues/1377)) ([a63808c](https://github.com/kulshekhar/ts-jest/commit/a63808c)) |
| 11 | + |
| 12 | + |
| 13 | + |
1 | 14 | <a name="25.2.0"></a> |
2 | 15 | # [25.2.0](https://github.com/kulshekhar/ts-jest/compare/v25.1.0...v25.2.0) (2020-02-03) |
3 | 16 |
|
4 | 17 |
|
5 | 18 | ### Bug Fixes |
6 | 19 |
|
7 | | -* **config:** comment out unused codes ([dff1332](https://github.com/kulshekhar/ts-jest/commit/dff1332)) |
8 | | -* **config:** pass plain config object to babel-jest transformer ([e0895da](https://github.com/kulshekhar/ts-jest/commit/e0895da)) |
9 | | -* **config:** remove unused codes ([7aa3928](https://github.com/kulshekhar/ts-jest/commit/7aa3928)) |
10 | | -* **config:** remove unused import ([81897e1](https://github.com/kulshekhar/ts-jest/commit/81897e1)) |
11 | | -* **test:** improve unit tests for babel config ([ebd9380](https://github.com/kulshekhar/ts-jest/commit/ebd9380)) |
12 | | -* **test:** update snapshot ([0e1190d](https://github.com/kulshekhar/ts-jest/commit/0e1190d)) |
| 20 | +* **config:** let babel-jest handle loading babel config ([#1370](https://github.com/kulshekhar/ts-jest/issues/1370)) |
13 | 21 |
|
14 | 22 |
|
15 | 23 |
|
|
19 | 27 |
|
20 | 28 | ### Bug Fixes |
21 | 29 |
|
22 | | -* jest 25 type definitions ([ba82a9e](https://github.com/kulshekhar/ts-jest/commit/ba82a9e)) |
| 30 | +* jest 25 type definitions ([#1363](https://github.com/kulshekhar/ts-jest/issues/1363)) ([ba82a9e](https://github.com/kulshekhar/ts-jest/commit/ba82a9e)) |
23 | 31 |
|
24 | 32 |
|
25 | 33 |
|
26 | 34 | <a name="25.0.0"></a> |
27 | 35 | # [25.0.0](https://github.com/kulshekhar/ts-jest/compare/v24.3.0...v25.0.0) (2020-01-23) |
28 | 36 |
|
29 | 37 |
|
30 | | -### Bug Fixes |
31 | | - |
32 | | -* Fix tests for version checks v2 ([154f1d6](https://github.com/kulshekhar/ts-jest/commit/154f1d6)) |
33 | | -* Try to fix snapshots ([ea0ea50](https://github.com/kulshekhar/ts-jest/commit/ea0ea50)) |
34 | | -* Try to fix snapshots v2 ([82445bb](https://github.com/kulshekhar/ts-jest/commit/82445bb)) |
35 | | - |
36 | | - |
37 | 38 | ### Features |
38 | 39 |
|
39 | | -* support Jest 25 ([ffc2cfe](https://github.com/kulshekhar/ts-jest/commit/ffc2cfe)) |
| 40 | +* support Jest 25 ([#1355](https://github.com/kulshekhar/ts-jest/issues/1355)) |
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
|
56 | 57 |
|
57 | 58 | ### Bug Fixes |
58 | 59 |
|
59 | | -* typescript serviceHost cache miss on Windows operating systems ([26ee731](https://github.com/kulshekhar/ts-jest/commit/26ee731)) |
60 | 60 | * **compiler:** pass filename to sha function instead of file extension ([ac1ac97](https://github.com/kulshekhar/ts-jest/commit/ac1ac97)) |
61 | 61 | * **transformers:** hoist jest.enableAutomock and jest.disableAutomock ([ac50bc3](https://github.com/kulshekhar/ts-jest/commit/ac50bc3)) |
| 62 | +* typescript serviceHost cache miss on Windows operating systems ([26ee731](https://github.com/kulshekhar/ts-jest/commit/26ee731)) |
62 | 63 |
|
63 | 64 |
|
64 | 65 |
|
|
68 | 69 |
|
69 | 70 | ### Bug Fixes |
70 | 71 |
|
| 72 | +* **perf:** add cache for fs calls ([#908](https://github.com/kulshekhar/ts-jest/issues/908)) ([3dada81](https://github.com/kulshekhar/ts-jest/commit/3dada81)) |
71 | 73 | * [#825](https://github.com/kulshekhar/ts-jest/issues/825) handle symlinked modules (ala pnpm) correctly ([e190b23](https://github.com/kulshekhar/ts-jest/commit/e190b23)) |
72 | 74 | * handle tsBuildInfoFile option ([f9583e9](https://github.com/kulshekhar/ts-jest/commit/f9583e9)), closes [#1095](https://github.com/kulshekhar/ts-jest/issues/1095) |
73 | | -* **perf:** add cache for fs calls ([#908](https://github.com/kulshekhar/ts-jest/issues/908)) ([3dada81](https://github.com/kulshekhar/ts-jest/commit/3dada81)) |
74 | 75 | * **types:** unforce esModuleInterop in tsconfig.json ([c2d39b6](https://github.com/kulshekhar/ts-jest/commit/c2d39b6)) |
75 | 76 |
|
76 | 77 |
|
|
282 | 283 |
|
283 | 284 | ### Bug Fixes |
284 | 285 |
|
| 286 | +* **ci:** can't use runInBand for e2e: cache collision ([db650f4](https://github.com/kulshekhar/ts-jest/commit/db650f4)) |
| 287 | +* **ci:** do not run e2e sub-tests in band ([18ad865](https://github.com/kulshekhar/ts-jest/commit/18ad865)) |
| 288 | +* **ci:** ensure npm is present with ci ([edb6eda](https://github.com/kulshekhar/ts-jest/commit/edb6eda)) |
| 289 | +* **logger:** removes cyclic imports ([5ef980f](https://github.com/kulshekhar/ts-jest/commit/5ef980f)) |
285 | 290 | * babel-config + adds test ([12146c3](https://github.com/kulshekhar/ts-jest/commit/12146c3)) |
286 | 291 | * fixes js style to be node < 10 compatible ([83d7517](https://github.com/kulshekhar/ts-jest/commit/83d7517)) |
287 | 292 | * hoisting per level + memoize fix ([31847b0](https://github.com/kulshekhar/ts-jest/commit/31847b0)) |
288 | 293 | * jest 22 did not have default config ([cbaddc3](https://github.com/kulshekhar/ts-jest/commit/cbaddc3)) |
289 | 294 | * makes node 6 happy ([f6f82b8](https://github.com/kulshekhar/ts-jest/commit/f6f82b8)) |
290 | 295 | * makes node6 happy ([f170285](https://github.com/kulshekhar/ts-jest/commit/f170285)) |
291 | 296 | * makes window happy ([36fbebe](https://github.com/kulshekhar/ts-jest/commit/36fbebe)) |
292 | | -* **ci:** can't use runInBand for e2e: cache collision ([db650f4](https://github.com/kulshekhar/ts-jest/commit/db650f4)) |
293 | | -* **ci:** do not run e2e sub-tests in band ([18ad865](https://github.com/kulshekhar/ts-jest/commit/18ad865)) |
294 | | -* **ci:** ensure npm is present with ci ([edb6eda](https://github.com/kulshekhar/ts-jest/commit/edb6eda)) |
295 | | -* **logger:** removes cyclic imports ([5ef980f](https://github.com/kulshekhar/ts-jest/commit/5ef980f)) |
296 | | -* **tests:** detect npm version to use or not ci ([683a1e5](https://github.com/kulshekhar/ts-jest/commit/683a1e5)) |
297 | 297 | * node 6 unhappy again... ([703ad0b](https://github.com/kulshekhar/ts-jest/commit/703ad0b)) |
298 | | -* **tests:** CI fixes ([34a41ea](https://github.com/kulshekhar/ts-jest/commit/34a41ea)) |
299 | | -* **tests:** do not use babel in our tests + new API for simple ([3e4de3e](https://github.com/kulshekhar/ts-jest/commit/3e4de3e)) |
300 | 298 | * normalizes bundle hash on any node version ([ce7afaf](https://github.com/kulshekhar/ts-jest/commit/ce7afaf)) |
301 | 299 | * npm coming with node 6 doesn't talk `ci` ([b87198d](https://github.com/kulshekhar/ts-jest/commit/b87198d)) |
302 | 300 | * source maps ([89a30c9](https://github.com/kulshekhar/ts-jest/commit/89a30c9)) |
303 | 301 | * typos + node 6 compat ([0ed1587](https://github.com/kulshekhar/ts-jest/commit/0ed1587)) |
304 | | -* **tests:** more sanitizing for windows compat ([faae274](https://github.com/kulshekhar/ts-jest/commit/faae274)) |
305 | 302 | * updates templates ([f2e1da2](https://github.com/kulshekhar/ts-jest/commit/f2e1da2)) |
306 | 303 | * uses cross-platform spawn + fix pkg versions ([ac1599c](https://github.com/kulshekhar/ts-jest/commit/ac1599c)) |
307 | 304 | * we are not writing files, use normalized EOL ([47fff43](https://github.com/kulshekhar/ts-jest/commit/47fff43)) |
| 305 | +* **tests:** CI fixes ([34a41ea](https://github.com/kulshekhar/ts-jest/commit/34a41ea)) |
| 306 | +* **tests:** detect npm version to use or not ci ([683a1e5](https://github.com/kulshekhar/ts-jest/commit/683a1e5)) |
| 307 | +* **tests:** do not use babel in our tests + new API for simple ([3e4de3e](https://github.com/kulshekhar/ts-jest/commit/3e4de3e)) |
| 308 | +* **tests:** more sanitizing for windows compat ([faae274](https://github.com/kulshekhar/ts-jest/commit/faae274)) |
308 | 309 |
|
309 | 310 |
|
310 | 311 | ### Features |
311 | 312 |
|
312 | | -* diagnostics, different compilers, ... ([f26ebf0](https://github.com/kulshekhar/ts-jest/commit/f26ebf0)) |
313 | 313 | * **config:** adds a helper to build moduleNameMapper from paths ([7b8598e](https://github.com/kulshekhar/ts-jest/commit/7b8598e)), closes [#364](https://github.com/kulshekhar/ts-jest/issues/364) |
314 | 314 | * **logging:** improves log messages + tests ([5d03c4d](https://github.com/kulshekhar/ts-jest/commit/5d03c4d)) |
315 | | -* jest preset ([beb50b5](https://github.com/kulshekhar/ts-jest/commit/beb50b5)) |
316 | | -* **test:** jest serializers ([dfa9c0f](https://github.com/kulshekhar/ts-jest/commit/dfa9c0f)) |
317 | 315 | * adds logging + better hashing ([4322701](https://github.com/kulshekhar/ts-jest/commit/4322701)) |
318 | | -* **tests:** more test tools + adds test related to debuggin issues ([8dcafca](https://github.com/kulshekhar/ts-jest/commit/8dcafca)) |
319 | 316 | * allow env var to add diagnostic codes to ignore ([777edf5](https://github.com/kulshekhar/ts-jest/commit/777edf5)) |
320 | 317 | * cache key + tests ([bd55448](https://github.com/kulshekhar/ts-jest/commit/bd55448)) |
| 318 | +* diagnostics, different compilers, ... ([f26ebf0](https://github.com/kulshekhar/ts-jest/commit/f26ebf0)) |
321 | 319 | * directly writes to stdio so jest does not swallow ([6a7f01f](https://github.com/kulshekhar/ts-jest/commit/6a7f01f)) |
322 | 320 | * handles stringifyContentPathRegex ([3fcb4bd](https://github.com/kulshekhar/ts-jest/commit/3fcb4bd)) |
323 | 321 | * hoisting + tests + many other things ([6186e84](https://github.com/kulshekhar/ts-jest/commit/6186e84)) |
324 | 322 | * io serializer + other test utils ([d03e0e7](https://github.com/kulshekhar/ts-jest/commit/d03e0e7)) |
| 323 | +* jest preset ([beb50b5](https://github.com/kulshekhar/ts-jest/commit/beb50b5)) |
325 | 324 | * warn about unsupported versions ([1103071](https://github.com/kulshekhar/ts-jest/commit/1103071)) |
| 325 | +* **test:** jest serializers ([dfa9c0f](https://github.com/kulshekhar/ts-jest/commit/dfa9c0f)) |
| 326 | +* **tests:** more test tools + adds test related to debuggin issues ([8dcafca](https://github.com/kulshekhar/ts-jest/commit/8dcafca)) |
326 | 327 |
|
327 | 328 |
|
328 | 329 | ### Performance Improvements |
329 | 330 |
|
330 | | -* detects changes in templates and bundle ([2a3da21](https://github.com/kulshekhar/ts-jest/commit/2a3da21)) |
331 | 331 | * **babel:** uses babel-jest cache key as part of ours ([f51c4a7](https://github.com/kulshekhar/ts-jest/commit/f51c4a7)) |
| 332 | +* **cache:** share config-sets for parallel test running ([090ca7b](https://github.com/kulshekhar/ts-jest/commit/090ca7b)) |
| 333 | +* **tests:** run e2e tests in band ([b3e94ff](https://github.com/kulshekhar/ts-jest/commit/b3e94ff)) |
| 334 | +* detects changes in templates and bundle ([2a3da21](https://github.com/kulshekhar/ts-jest/commit/2a3da21)) |
332 | 335 | * do not type check if fileName doesn't match ([cc45adc](https://github.com/kulshekhar/ts-jest/commit/cc45adc)) |
333 | 336 | * faster tests ([37a0187](https://github.com/kulshekhar/ts-jest/commit/37a0187)) |
334 | 337 | * improves speed of local test after 1st run ([cc04021](https://github.com/kulshekhar/ts-jest/commit/cc04021)) |
335 | 338 | * more cleaning ([c48f7b8](https://github.com/kulshekhar/ts-jest/commit/c48f7b8)) |
336 | 339 | * trying to improve travis-ci conf ([e4b4d95](https://github.com/kulshekhar/ts-jest/commit/e4b4d95)) |
337 | | -* **cache:** share config-sets for parallel test running ([090ca7b](https://github.com/kulshekhar/ts-jest/commit/090ca7b)) |
338 | | -* **tests:** run e2e tests in band ([b3e94ff](https://github.com/kulshekhar/ts-jest/commit/b3e94ff)) |
339 | 340 |
|
340 | 341 |
|
341 | 342 |
|
|
345 | 346 |
|
346 | 347 | ### Bug Fixes |
347 | 348 |
|
348 | | -* **html:** correctly transforms html source when needed ([9a2d74f](https://github.com/kulshekhar/ts-jest/commit/9a2d74f)) |
349 | | -* **lint:** fixes tslint script & lint issues ([60ab36e](https://github.com/kulshekhar/ts-jest/commit/60ab36e)) |
350 | | -* **package:** update fs-extra to version 6.0.1 ([7e73536](https://github.com/kulshekhar/ts-jest/commit/7e73536)) |
351 | 349 | * allow (but deprecate) use of old preprocessor.js ([a65079f](https://github.com/kulshekhar/ts-jest/commit/a65079f)) |
352 | 350 | * big refactor + fixes (mainly cache key + coverage) ([e46caae](https://github.com/kulshekhar/ts-jest/commit/e46caae)) |
353 | 351 | * fixes coverage and tests ([09500c2](https://github.com/kulshekhar/ts-jest/commit/09500c2)) |
354 | 352 | * gracefully load [@babel](https://github.com/babel)/core or babel-core ([98b2410](https://github.com/kulshekhar/ts-jest/commit/98b2410)) |
355 | 353 | * hack for babel < 6 so that breakpoints do work ([90c74ef](https://github.com/kulshekhar/ts-jest/commit/90c74ef)), closes [#627](https://github.com/kulshekhar/ts-jest/issues/627) |
356 | | -* **package:** update pkg-dir to version 3.0.0 ([3fb8f9f](https://github.com/kulshekhar/ts-jest/commit/3fb8f9f)) |
357 | | -* **package:** update yargs to version 12.0.1 ([390ffcd](https://github.com/kulshekhar/ts-jest/commit/390ffcd)) |
358 | 354 | * resolves correctly config file path (fix [#636](https://github.com/kulshekhar/ts-jest/issues/636)) ([5ab100c](https://github.com/kulshekhar/ts-jest/commit/5ab100c)) |
359 | 355 | * test rootDir to handle preset-angular ([8a6a8f7](https://github.com/kulshekhar/ts-jest/commit/8a6a8f7)) |
360 | | -* Typo in utils.ts ([#534](https://github.com/kulshekhar/ts-jest/issues/534)) ([a650260](https://github.com/kulshekhar/ts-jest/commit/a650260)) |
361 | | -* **source-maps:** fix source maps options/calls ([76e27c1](https://github.com/kulshekhar/ts-jest/commit/76e27c1)) |
362 | 356 | * wrong error message ([c955083](https://github.com/kulshekhar/ts-jest/commit/c955083)) |
| 357 | +* **html:** correctly transforms html source when needed ([9a2d74f](https://github.com/kulshekhar/ts-jest/commit/9a2d74f)) |
| 358 | +* **lint:** fixes tslint script & lint issues ([60ab36e](https://github.com/kulshekhar/ts-jest/commit/60ab36e)) |
| 359 | +* **package:** update fs-extra to version 6.0.1 ([7e73536](https://github.com/kulshekhar/ts-jest/commit/7e73536)) |
| 360 | +* **package:** update pkg-dir to version 3.0.0 ([3fb8f9f](https://github.com/kulshekhar/ts-jest/commit/3fb8f9f)) |
| 361 | +* **package:** update yargs to version 12.0.1 ([390ffcd](https://github.com/kulshekhar/ts-jest/commit/390ffcd)) |
| 362 | +* **source-maps:** fix source maps options/calls ([76e27c1](https://github.com/kulshekhar/ts-jest/commit/76e27c1)) |
| 363 | +* Typo in utils.ts ([#534](https://github.com/kulshekhar/ts-jest/issues/534)) ([a650260](https://github.com/kulshekhar/ts-jest/commit/a650260)) |
363 | 364 |
|
364 | 365 |
|
365 | 366 | ### Performance Improvements |
|
380 | 381 | ### Bug Fixes |
381 | 382 |
|
382 | 383 | * **package:** update source-map-support to version 0.5.0 ([f0aab12](https://github.com/kulshekhar/ts-jest/commit/f0aab12)) |
383 | | -* add startDir to if-clause ([eed5311](https://github.com/kulshekhar/ts-jest/commit/eed5311)) |
384 | 384 | * **package:** update yargs to version 10.0.3 ([5cdf969](https://github.com/kulshekhar/ts-jest/commit/5cdf969)) |
385 | 385 | * **package:** update yargs to version 11.0.0 ([7e9ce40](https://github.com/kulshekhar/ts-jest/commit/7e9ce40)) |
| 386 | +* add startDir to if-clause ([eed5311](https://github.com/kulshekhar/ts-jest/commit/eed5311)) |
386 | 387 | * **package:** update yargs to version 9.0.1 ([#326](https://github.com/kulshekhar/ts-jest/issues/326)) ([8bf9924](https://github.com/kulshekhar/ts-jest/commit/8bf9924)) |
387 | 388 |
|
388 | 389 |
|
|
438 | 439 |
|
439 | 440 | ### Bug Fixes |
440 | 441 |
|
441 | | -* **package:** update fs-extra to version 3.0.0 ([906be12](https://github.com/kulshekhar/ts-jest/commit/906be12)) |
442 | | -* **package:** update yargs to version 8.0.1 ([0b2ea98](https://github.com/kulshekhar/ts-jest/commit/0b2ea98)) |
443 | 442 | * peer dependency against Typescript 2.x ([cb08128](https://github.com/kulshekhar/ts-jest/commit/cb08128)) |
444 | 443 | * remove outDir when collecting coverage ([c076956](https://github.com/kulshekhar/ts-jest/commit/c076956)) |
| 444 | +* **package:** update fs-extra to version 3.0.0 ([906be12](https://github.com/kulshekhar/ts-jest/commit/906be12)) |
| 445 | +* **package:** update yargs to version 8.0.1 ([0b2ea98](https://github.com/kulshekhar/ts-jest/commit/0b2ea98)) |
445 | 446 |
|
446 | 447 |
|
447 | 448 | ### Features |
|
0 commit comments