0.8.0

  • Update Cargo dependency for compatibility with Rust 2018 edition

0.7.1 (2018-09-23)

Documentation

Bug Fixes

  • Remove extra reference taking per clippy. (9efa1e8d)

Others

  • Update dependencies and related codes for compatibility. (d5813a13)

v0.7.0 (2017-11-23)

Bug Fixes

  • Treats optional dependencies as features as well (closes #100, f67634f)
  • Filters yanked packages out from candidates (closes #101, c42a4ef)
  • Rewrites the algorithm of dependency tree comparison (closes #105, 5cd414a)

Improvements

Documentation

  • Adds crates.io version badge to readme (7e64221)
  • Removes dependency graph from readme (3792687)

v0.6.3 (2017-11-07)

Documentation

  • Adds a CONTRIBUTORS.md and a just target to update it (062845e)

Others

  • Adds crates.io categories and badges (e99f31d)

v0.6.2 (2017-10-28)

Bug Fixes

  • Replaces relative paths with absolute ones in latest manifests (closes #96, ec431cd)

v0.6.1 (2017-10-25)

Bug Fixes

  • Fixes --exit-code, --color (upstream) (closes #63, 4d4b6a8)
  • Calls Source::update() on non-default sources before Registry::query() (closes #91, 9e7b774)

Performance

  • Replaces format!() with Path.join() (closes #73, 4d28c02)

Tests

  • Runs Travis CI only on master to avoid redundant builds

v0.6.0 (2017-10-21)

Improvements

  • Queries crates.io API for new versions with a channel-aware policy for latest ones (can be ignored by --aggressive) (closes #75, 7d57929)

Bug Fixes

  • Queries crates.io API for feature changes to avoid “Package does not have these features” errors and warns user of obsolete features (can be suppressed by --quiet) (closes #84, 7d57929)

Documentation

  • Updates dependency graph in README.md (closes #86, cf773eb)

Others

v0.5.3 (2017-10-10)

Improvements

  • Provides --workspace flag to enforce workspace mode so that it can loop through workspace members even if it's not executed against a virtual manifest (closes #81, f690a7a)

v0.5.2 (2017-10-06)

Documentation

  • Briefly explains how cargo-outdated works in README.md (8c35c61)

Features

  • Loops through all workspace members if executed against a virtual manifest (closes #58, cd36aed)

Bug Fixes

  • Fixes missing dependency issue for debug build (closes #77, c82e928)

Tests

  • Debug build is now part of CI (05ada44)

v0.5.1 (2017-09-23)

Documentation

Improvements

  • Enables --all-features by default (closes #57, f24c3a6)
  • Prints a dashed line under the table header (b076bb1)

Bug Fixes

  • Correctly shows error messages (closes #60, daab865)
  • Excludes default features if not explicitly specified by user (closes #69, 7074fc8)

v0.5.0 (2017-09-18)

Refactoring

Improvements

  • Replaces RM with Removed (closes #46)
  • Adds Kind, Platform in output

Features

  • Supports cargo workspaces (closes #28)
  • Supports embedded dependencies (fixes #50)
  • Supports build/development/target-specific dependencies (closes #20, fixes #49)
  • Adds --all-features, --features, --no-default-features

v0.4.0 (2017-08-04)

Documentation

Bug Fixes

  • Sets bin.path in the temp manifest (a0231de5, closes #41)
  • Correctly handles dependencies with multiple occurrences (03d3e74cf)

v0.3.0 (2016-12-05)

Features

  • adds a --manifest-path and --lockfile-path to allow use with other projects (5f886d27, closes #29)

v0.2.0

  • Exit Codes: adds feature for custom exit code on new vers (61c8bb9b, closes #23)

Improvements

v0.1.3 (2015-11-14)

Documentation

Bug Fixes

  • fixes build error on windows due to upstream dep (af4e1a70)

v0.1.1 (2015-11-04)

Documentation

Improvements

  • various fixes from clippy run (b8b633fc)

v0.1.0 Initial Implementation (2015-08-11)

Features

Improvements

Documentation