This project follows semver 2.0.0 and the recommendations of keepachangelog.com.
Breaking changes:
- None
Added:
- None
Fixed:
- None
Breaking changes:
- None
Added:
- #39 -
Added support for
--sort
cli option
Fixed:
- #40 - Report problematic release dates only once per gem name
Breaking changes:
- None
Added:
- #37 - Added support for engine-x.y.z .ruby-version format
Fixed:
- #32 - Fix reading of Ruby version from Gemfile.lock
- #25 - Support private gems with dummy packages on public repository
Breaking changes:
- None
Added:
- None
Fixed:
- #23 - ArgumentError in Psych 4
- Add explicit timeout to the HTTP request that gets ruby release dates
Breaking changes:
- None
Added:
- #20 - Add --cache option to cache release dates
Fixed:
- None
Breaking changes:
- None
Added:
- None
Fixed:
- Fix TypeError in
libyear-bundler --all
(#17) - Fix ruby version issue for other metrics (#15)
Breaking changes:
- None
Added:
- None
Fixed:
- Handle failure to determine release date of ruby
Breaking changes:
- None
Added:
- None
Fixed:
- Stable Ruby releases are no longer considered pre-releases (80534fa)
- Avoid crash due to malformed version strings by skipping those dependencies (7b0b2cf)
Dependencies:
- Support bundler 2
Breaking changes:
- None
Added:
- #10 Include Ruby version in metrics calculations
Fixed:
- None
Breaking changes:
- None
Added:
- #3 Add --versions and --releases
Fixed:
- None
Breaking changes:
- None
Added:
- #1 Add --grand-total option
Fixed:
- None
Breaking changes:
- Rename project
- Rename project from libyear-rb to libyear-bundler
- Rename binary from libyear to libyear-bundler
- Discussion: jaredbeck/libyear-rb#1
Added:
- None
Fixed:
- None
Breaking changes:
- None
Added:
- None
Fixed:
- Don't crash when Gemfile uses git
Breaking changes:
- None
Added:
- None
Fixed:
- Better handling of weird sources like rails-assets
- Wider report columns
Breaking changes:
- None
Added:
- None
Fixed:
- Better handling of error when bundle outdated fails
Initial version. Proof of concept.