Releases: emosheeep/circular-dependency-scanner
Releases · emosheeep/circular-dependency-scanner
v3.0.1
v3.0.0
⚠️ Breaking
Since v3, this tool only support Node.js v20+.
The graph detection core algorithm is implemented in rust instead, to save runtime memory and make it much faster, that is compiled to wasm and integrated.
Prefer to check CHANGELOG history for more information.
v3.0.0-beta.0
Major Changes
- feat: implement graph detect algorithm with
rust, save runtime memory and make it much faster - feat: re-export the
analyzeGraphmethod andEdgetype - chore: update eco-dependencies and refactor infrastructure
v2.3.0
v2.2.2
Patch Changes
- fix:
@vue/compiler-sfcloaded error at some situations. - chore: update dependencies
v2.2.1
Patch Changes
- chore: update dependencies
v2.2.0
Minor Changes
- 7426bc6: feat: use @ast-grep/napi to simplify imports extraction logic
- fix: progress is gone
2.1.0
- feat(cli): parse tsconfig/jsconfig to get alias.
- revert(cli): remove
aliassupport, use feature listed above instead. - chore(deps): upgrade dependencies.
2.0.0
- feat(cli): add
--throwoption, to make command exit with code 1 when cycles're found, closed #7 - chore(deps): update big version of major dependencies