Skip to content

Releases: github/licensed

3.2.3

14 Sep 20:39
4a26ffe
Compare
Choose a tag to compare

2021-09-14

Fixed

  • Bundler source will no longer infinitely recurse when enumerating specifications (#402)
  • Using the --sources command line option will no longer delete skipped sources' cached files (#401)

3.2.2

10 Sep 04:52
45cae22
Compare
Choose a tag to compare

2021-09-09

Fixed

  • Bundler source works properly again when used outside of bundle exec (#397)

3.2.1

06 Sep 17:50
7f9346a
Compare
Choose a tag to compare

3.2.1

2021-09-06

Changed

  • Updated multiple dependency versions (🎉 @mmorel-35 #385, #389)
  • Go homepage links use pkg.go.dev instead of godoc.org (🎉 @mmorel-35 #391)
  • Local development ruby version changed to 2.7.4 (#393)

Fixed

  • Bundler source correctly finds platform specific dependencies (#392)

3.2.0

19 Aug 21:38
d6036ed
Compare
Choose a tag to compare

3.2.0

2021-08-19

Added

  • Application names can be dynamically generated based on the path to the application source (#375)

Changed

Fixed

  • The bundler source correctly checks that the path bundler specifies a gem is loaded from is a file (#379)

3.1.0

16 Jun 20:37
08528cc
Compare
Choose a tag to compare

3.1.0

2021-06-16

Added

  • Licensed supports Swift/Swift package manager as a dependency source (:tada: @mattt #363)'

Changed

  • The source_path configuration property accepts arrays of inclusion and exclusion glob patterns (#368)
  • The Nuget source now uses configured fallback folders to find dependencies that are not in found in the project folder (#366)
  • The Nuget source supports a configurable property for the path from the project source path to the project's obj folder (#365)

Fixed

  • The Go source's checks for local packages will correctly find paths in case-insensitive file systems (#370)
  • The Bundler source will no longer unnecessarily reset the local Bundler environment configuration (#372)

3.0.1

18 May 00:59
3305e93
Compare
Choose a tag to compare

3.0.1

2021-05-17

Fixed

  • The bundler source will correctly enumerate dependencies pulled with a git: directive (#360)

3.0.0

29 Apr 16:47
9cb7527
Compare
Choose a tag to compare

3.0.0

2021-04-27

This is a major release and includes potentially breaking changes to bundler dependency enumeration.

Changed

  • The bundler source will return an error when run from an executable. Please install licensed as a gem to continue using the bundler source. Please see the v3 migration document for full details and migration strategies.

2.15.2

06 Apr 21:17
0d31c46
Compare
Choose a tag to compare

2.15.2

2021-04-06

Fixed

  • The pip source now accepts package names with dots (:tada: @bcskda #350)

2.15.1

29 Mar 22:04
Compare
Choose a tag to compare

2.15.1

2021-03-29

Changed

  • The npm source will ignore dependencies that are marked as both extraneous and missing (#347)

2.15.0

24 Mar 23:06
da636bc
Compare
Choose a tag to compare

2.15.0

2021-03-24

Added

  • Support for npm 7 (#341)

Fixed

  • Files in the manifest source will be found correctly for apps that are not at the repository root (#345)