Minor Changes
- #116
38aa4cbThanks @silverwind! - AddignoreUnusedTypeExportsoption tono-unused-modules
Patch Changes
-
#118
0307ff2Thanks @silverwind! - Reverts #111. The introduction of SCC causes extra overhead that overcomes the early return it introduced.A new
no-cycle-nextrule is being implemented using the graph. It won't be backward compatible with the current ruleno-cycle. The currentno-cyclerule will becomeno-cycle-legacyin the next major version.
New Contributors
- @silverwind made their first contribution in #116
Full Changelog: v3.0.1...v3.1.0