Releases: github/licensed
Releases · github/licensed
2.15.0
2.15.0
2021-03-24
Added
Fixed
- Files in the manifest source will be found correctly for apps that are not at the repository root (#345)
2.14.4
2.14.4
2021-02-09
Added
list
and cache
commands optionally print output in JSON or YML formats using the --format/-f
flag (#334)
list
command will include detected license keys using the --licenses/-l
flag (#334)
2.14.3
2.14.3
2020-12-11
Fixed
- Auto-generating license text for a known license will no longer raise an error if the found license has no text (:tada: @Eun #328)
2.14.2
2.14.2
2020-11-20
Fixed
- Yarn source correctly finds dependency paths on disk (#326)
- Go source better handles finding dependencies that have been vendored (#323)
2.14.1
2.14.1
2020-10-09
Fixed
- Shell command output is encoded to UTF8 (#319)
2.14.0
2.14.0
2020-10-04
Addded
reviewed
dependencies can use glob pattern matching (#313)
Fixed
- Fix configuring source path globs that expand into a single directory (#312)
2.13.0
2020-09-23
Added
status
command results can be output in YAML and JSON formats (:tada: @julianvilas #303)
Fixed
licensed
no longer crashes when parsing invalid YAML from cached records (#306)
- NPM source will no longer crash when invalid JSON is returned from npm CLI calls (#300)
- Bundler source is fixed to work properly with
gems.rb
lockfiles (#299)
2.12.2
2.12.2
2020-07-07
Changed
- Cleaned up ruby 2.7 warnings (:tada: @jurre #292)
- Cleaned up additional warnings in tests (#293)
2.12.1
2.12.1
2020-06-30
Fixed
licensed
no longer exits an error code when using the --sources
CLI argument(#290)
2.12.0
2.12.0
2020-06-19
Added
--sources
argument for cache, list, status and notices commands to filter running sources (#287)
Fixed
cache
command will not remove files outside of enabled source cache paths (#287)