Skip to content

Releases: ominestre/rotten-deps

Beta 21

29 Mar 19:44
Compare
Choose a tag to compare
Beta 21 Pre-release
Pre-release

feature

  • adds optional progress bar to report generation using CLI flag --progress

v1.0.0-beta.20 shaking off some rust

03 Mar 17:15
Compare
Choose a tag to compare
Pre-release

dependencies

  • updated typedoc due to it's sub-dependency maker having a moderate vulnerability
  • updated other dependencies to shake the rust off the project

v1.0.0-beta.19

17 Oct 18:38
Compare
Choose a tag to compare
v1.0.0-beta.19 Pre-release
Pre-release

documentation

  • fixes 404 github pages by disabling jekyll

v1.0.0-beta.18

17 Oct 18:07
Compare
Choose a tag to compare
v1.0.0-beta.18 Pre-release
Pre-release

v1.0.0-beta.18

documentation

  • makes docs/ the equivalent to docs/generated/ since that's where GitHub pages looks
  • created documentation/ for the actual user created markdown files

v1.0.0-beta.17 generated docs

17 Oct 17:43
Compare
Choose a tag to compare
Pre-release

documentation

  • adds tsdoc for generation of reference docs
  • adds tsdoc-pages for inclusion of markdown files in generated reference docs

Beta 15

10 Oct 16:39
Compare
Choose a tag to compare
Beta 15 Pre-release
Pre-release

documentation

  • @synth3tk added unit of measurement for clarity on grace period docs

Beta 14

10 Oct 16:11
Compare
Choose a tag to compare
Beta 14 Pre-release
Pre-release
  • fixed incorrect package name in readme

Beta 13

10 Oct 16:10
Compare
Choose a tag to compare
Beta 13 Pre-release
Pre-release
  • enables typescript strict mode and resolves any outstanding issues
  • revises documentation
  • updates dependencies

v1.0.0-beta.12

05 Aug 22:10
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

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

31 Jul 18:47
Compare
Choose a tag to compare
Pre-release

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