Last change
on this file since bdd6491 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | # Changelog
|
---|
| 2 |
|
---|
| 3 | ## 5.2.2
|
---|
| 4 |
|
---|
| 5 | * Fixed an issue where typescript modules were identified as having a circular dependency on themselves in Webpack 5
|
---|
| 6 |
|
---|
| 7 | ## 5.2.1
|
---|
| 8 |
|
---|
| 9 | * Fixed an issue where modules that do not include themselves were marked as having circular dependencies
|
---|
| 10 |
|
---|
| 11 | ## 5.2.0
|
---|
| 12 |
|
---|
| 13 | * Webpack 5 compatibility
|
---|
| 14 |
|
---|
| 15 | ## 5.1.0
|
---|
| 16 |
|
---|
| 17 | * Added `include` option to allow checking only certain directories
|
---|
| 18 |
|
---|
| 19 | ## 5.0.1
|
---|
| 20 |
|
---|
| 21 | * Set webpack peer dependency to greater than `4.0.1`
|
---|
| 22 |
|
---|
| 23 | ## 5.0.0
|
---|
| 24 |
|
---|
| 25 | * Support for webpack 4
|
---|
| 26 | * Exclude logic will now be checked regardless of presence of `onDetected` method
|
---|
| 27 |
|
---|
| 28 | ## 4.4.0
|
---|
| 29 |
|
---|
| 30 | * Added `onStart` and `onEnd` callbacks
|
---|
| 31 |
|
---|
| 32 | ## 4.3.0
|
---|
| 33 |
|
---|
| 34 | * Added `cwd` parameter to allow setting the current working directory for displaying module paths
|
---|
| 35 |
|
---|
| 36 | ## 4.2.0
|
---|
| 37 |
|
---|
| 38 | * The webpack module record is now passed into the `onDetected` callback
|
---|
| 39 |
|
---|
| 40 | ## 4.1.0
|
---|
| 41 |
|
---|
| 42 | * Added support for the `ModuleConcatenationPlugin` from webpack
|
---|
| 43 |
|
---|
| 44 | ## 4.0.0
|
---|
| 45 |
|
---|
| 46 | * Dropped support for Node 4.x
|
---|
| 47 |
|
---|
| 48 | ## 3.0.0
|
---|
| 49 |
|
---|
| 50 | * Started using Error objects instead of plain strings for webpack compilation warnings/errors
|
---|
Note:
See
TracBrowser
for help on using the repository browser.