Skip to content

Releases: github/licensed

2.6.0

22 Oct 23:07
Compare
Choose a tag to compare

2019-10-22

Added

2.5.0

27 Sep 16:06
79b4a2e
Compare
Choose a tag to compare

2019-09-26

Added

  • env command to output application environment configuration (#187, #191)

Changed

  • status command will pass if multiple allowed licenses are found (#188)

2.4.0

15 Sep 21:02
e0698be
Compare
Choose a tag to compare

2019-09-15

Added

  • Composer source for PHP (#182)

2.3.2

28 Aug 00:54
16109b6
Compare
Choose a tag to compare

2019-08-26

Fixed

  • Bundler with/without array settings are properly handled for bundler 1.15.x

2.3.1

21 Aug 02:33
f5d0d9b
Compare
Choose a tag to compare

2.3.1 - 2019-08-20

Changed

  • Using the npm source with yarn, "missing" dependencies are no longer considered errors (:tada: @krzysztof-pawlik-gat #170)
  • The bundler source now calls gem specification with dependency version requirements (#173)

2.3.0

20 May 04:28
e223cca
Compare
Choose a tag to compare

2.3.0 - 2019-05-19

Added

2.2.0

11 May 16:07
b6e7413
Compare
Choose a tag to compare

2.2.0 - 2019-05-11

Added

  • Content hash versioning strategy for go and manifest sources (#164)

Fixed

2.1.0

17 Apr 01:47
afba288
Compare
Choose a tag to compare

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

  • Migrating to v2 will no longer crash trying to migrate cached records that don't exist (#148)
  • Reported warnings will no longer crash licensed when caching records (#147)

2.0.1

14 Feb 19:18
0d3c059
Compare
Choose a tag to compare

2.0.1 - 2019-02-14

Changes

  • Dependency paths that don't exist on the local disk are reported as warnings
  • Cache, status and list output is sorted by app name, source type and dependency name
  • Bumped licensee gem requirement

2.0.0

12 Feb 02:09
25105ec
Compare
Choose a tag to compare

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 of rubygem
  • 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