Skip to content

Releases: github/licensed

2.11.1

09 Jun 21:26
66c925a
Compare
Choose a tag to compare

2.11.1

2020-06-09

Fixed

  • notices command properly reads cached dependency notices contents (#283)

2.11.0

02 Jun 21:18
5745a77
Compare
Choose a tag to compare

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

15 May 21:25
6d02c2e
Compare
Choose a tag to compare

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

28 Apr 20:27
2434e41
Compare
Choose a tag to compare

2020-04-28

Changed

  • licensee minimum version bumped to 9.13.2 (#256)

2.9.1

24 Mar 21:43
f7f2527
Compare
Choose a tag to compare

2020-03-24

Changed

2.9.0

19 Mar 21:46
2ee0b1c
Compare
Choose a tag to compare

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

03 Jan 16:50
fc4661e
Compare
Choose a tag to compare

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

10 Nov 20:06
2cf0b7f
Compare
Choose a tag to compare

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

03 Nov 19:17
5b5677d
Compare
Choose a tag to compare

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

2.6.1

26 Oct 22:07
fba4a4e
Compare
Choose a tag to compare

2019-10-26

Changed