Releases: nishanths/license
Releases · nishanths/license
v5.0.4
Fix go modules issues
Fixes issues described in #22 by moving to v3.
v2.0.0
v1.0.0
TLDR: reorganized packages, breaking changes to flags, no more homebrew and binaries.
Changelog
- No automatic checks/updates with the GitHub API (except when the $HOME/.license directory does not exist).
- Remove logger and base packages
- Create license API client package
- Use standard lib. log package and flag package
- Vendor dependencies
- Remove homebrew, binaries
- Do not save licenses JSON in raw/ directory. Running
license -update
will remove the directory.
Existing saved data in $HOME/.license should still work.
Breaking changes
Flags:
- Removed
ls
andlist
subcommands. Use-list
instead. - Removed
ls-remote
andlist-remote
subcommands. No replacements. - Removed
update
and (undocumented)bootstrap
subcommand. Use-update
instead. - Removed
version
subcommand. Use-version
instead. - Removed
help
subcommand. Use-help
instead.
v0.1.2
v0.1.1
Copied from commit 8946a9b
- Automatically invoke bootstrap. No more manual
license update
on first run! - Writes JSON files to disk only if the JSON deserializes correctly.
- Search by license name will now work for both uppercase/lowercase.
Find Install options in the README.