Releases: sandstorm/dependency-analysis
Releases · sandstorm/dependency-analysis
v1.4.1 alpine:3.18
Changelog
- d690ae1 TASK: update of base image to alpine:3.18
v1.4.0 FEATURE: Kotlin support
v1.3.1
Support for JavaScript and TypeScript
You can now analyze dependencies between JavaScript and TypeScript files with sda
, if you use module like import x form './x';
New Setting: --include to filter source files for analysis
Use --include
to set a regular expression to filter files by their full path before analysis.
All paths containing a match are analyzed.
You can use this to exclude auto-generated clients.
sda visualize --include 'src/main/java'
Groovy Support
Feature
sda validate
allows to tolerate cycles using--max-cycles
, for details seesda validate --help
Dockerfile
to containerizesda
(not pushed to hub.docker.com yet)- support for Groovy
Fixes
- Java parser support classes with implicit visibility
- Update to docs
1.0.0 Initial Release (OS X only)
First release of sda for all the feature in the docs
Available Commands:
sda [command]
- help – Help about any command
- validate – Validates the dependencies within the project
- version – Prints the current version of sda
- visualize – Renders the dependencies into an image.