Skip to content

Releases: nishanths/license

v5.0.4

12 Oct 00:26
6c9e13f
Compare
Choose a tag to compare

Changelog

Fix go modules issues

15 May 09:27
Compare
Choose a tag to compare

Fixes issues described in #22 by moving to v3.

v2.0.0

22 Apr 11:24
Compare
Choose a tag to compare

License templates are included in the binary and don't require a network fetch. The -update and -auth options no longer exist.

v1.0.0

15 May 12:44
Compare
Choose a tag to compare

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 and list subcommands. Use -list instead.
  • Removed ls-remote and list-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

30 Dec 20:11
Compare
Choose a tag to compare
  • Replace os.LookupEnv with os.Getenv to fix #1

v0.1.1

15 May 12:45
Compare
Choose a tag to compare

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.