Releases: ominestre/rotten-deps
Releases · ominestre/rotten-deps
Beta 21
feature
- adds optional progress bar to report generation using CLI flag
--progress
v1.0.0-beta.20 shaking off some rust
dependencies
- updated
typedoc
due to it's sub-dependencymaker
having a moderate vulnerability - updated other dependencies to shake the rust off the project
v1.0.0-beta.19
documentation
- fixes 404 github pages by disabling jekyll
v1.0.0-beta.18
v1.0.0-beta.18
documentation
- makes
docs/
the equivalent todocs/generated/
since that's where GitHub pages looks - created
documentation/
for the actual user created markdown files
v1.0.0-beta.17 generated docs
documentation
- adds tsdoc for generation of reference docs
- adds tsdoc-pages for inclusion of markdown files in generated reference docs
Beta 15
Beta 14
- fixed incorrect package name in readme
Beta 13
- enables typescript strict mode and resolves any outstanding issues
- revises documentation
- updates dependencies
v1.0.0-beta.12
v1.0.0-beta.12
feature
- allows CLI usage without a config file by specifying a default grace period for expiration
infrastructure and tooling
- converted remaining tests to typescript and dropped babel as a dev dependency since it was no longer needed
- updated dependencies
v1.0.0-beta.11 CLI exit codes
feature
- adds exit codes for pass, fail, and warn to the CLI
minor
- adds
isStale
check for dependencies
infrastructure and tooling
- upped timeouts for api tests again
- configures mocha for using
.ts
files - updates tsconfig type config to use mocha and chai types
- configures build to run prior to testing