Releases: github/licensed
Releases · github/licensed
2.11.1
2.11.1
2020-06-09
Fixed
notices
command properly reads cached dependency notices contents (#283)
2.11.0
2.11.0
2020-06-02
Added
notices
command to create a NOTICE
file for each configured app (#277)
Fixed
- NuGet source no longer crashes on a non-existent dependency path (#280)
- Go source no longer crashes on a non-existent dependency package path (#274)
2.10.0
2.10.0
2020-05-15
Changed
- NPM source ignores missing peer dependencies (#267)
Added
- Nuget source (:tada: @zarenner #261)
- Multiple apps can share a single cache location (#263)
2.9.2
2020-04-28
Changed
licensee
minimum version bumped to 9.13.2 (#256)
2.9.0
2020-03-19
Added
- Source paths use glob pattern matching (#245)
Fixed
- Mix source supports updates to mix.lock format (:tada: @bruce #242)
- Go source supports
go list
format changes in go 1.14 (#247)
Changed
licensed cache
will flag dependencies for re-review when license text changes (#248)
licensed status
will raise errors on dependencies that need re-review (#248)
licensee
minimum version bumped to 9.13.1 (#251)
2.8.0
2020-01-03
Added
- Yarn source (#232, #233, #236)
- NPM source has a new option to include non-production dependencies (#231)
Fixed
- Cabal source will no longer crash if packages aren't found (#230)
2.7.0
2019-11-10
Added
- License text is automatically generated for known licenses when not otherwise available (#223)
Changed
- Ignoring dependencies uses glob pattern matching (#225)
2.6.2
2019-11-03
Changed
- A number of improvements to the go dependency enumerator
- use
go env GOPATH
as a default if no other GOPATH is found
- better compatibility with go modules when finding license content
- better compatibility with vendored go modules
- use a packages godoc.org page as it's homepage
- better checks for standard packages, reducing the amount of cached content