Releases: github/licensed
Releases · github/licensed
2.6.0
2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.1.0 - 2019-04-16
Added
- New Gradle dependency source enumerator (:tada: @dbussink #150, @jandersson-svt #159)
- Metadata added to distributed packages (#160)
Changes
- Bundler dependency source loads license key from a gem's cached gemspec file as a fallback (#154)
- Licensed will only raise errors on an empty dependency path when caching records (#149)
Fixed
2.0.1
2.0.0
2.0.0 - 2019-02-09
This is a major release and includes breaking changes to the configuration and cached record file formats
Added
- New
migrate
command to automatically update configuration and cached record file formats - New extensible reporting infrastructure
- New base command and source classes to abstract away implementation details
Changes
- Cached dependency metadata files are now stored entirely as YAML, with
.dep.yml
extension - The Bundler dependency source is now identified in configuration files and output as
bundler
instead ofrubygem
- Refactored sources for better consistency between classes
- Refactored commands for better consistency between classes
- Command outputs have changed for better consistency
- Updated Dependency classes for better integration with
licensee
Fixed
- Licensed no longer exits on errors when evaluating dependency sources or finding dependencies
- The Bundler dependency source correctly finds the
bundler
gem as a dependency in more cases