- Add Typescript types
- Apply aackerman#49
- Fixed an issue where typescript modules were identified as having a circular dependency on themselves in Webpack 5
- Fixed an issue where modules that do not include themselves were marked as having circular dependencies
- Webpack 5 compatibility
- Added
include
option to allow checking only certain directories
- Set webpack peer dependency to greater than
4.0.1
- Support for webpack 4
- Exclude logic will now be checked regardless of presence of
onDetected
method
- Added
onStart
andonEnd
callbacks
- Added
cwd
parameter to allow setting the current working directory for displaying module paths
- The webpack module record is now passed into the
onDetected
callback
- Added support for the
ModuleConcatenationPlugin
from webpack
- Dropped support for Node 4.x
- Started using Error objects instead of plain strings for webpack compilation warnings/errors