All Versions
11
Latest Version
Avg Release Cycle
99 days
Latest Release
1230 days ago

Changelog History
Page 1

  • v0.6.2 Changes

    December 12, 2020

    ๐Ÿ“‡ Rename CSV module to Licensir.CSV. Thanks to @adrigonzo and @metelik

  • v0.6.1 Changes

    February 23, 2020

    โž• Add "Apache-2.0" variant (#16). Thanks @fhunleth!

  • v0.6.0 Changes

    September 22, 2019

    ๐Ÿ‘Œ Supports --csv flag to output as csv (#14).

  • v0.5.1 Changes

    August 30, 2019

    ๐Ÿ›  Fix broken usage via mix archive.install ... due to a new dependency.

  • v0.5.0 Changes

    August 25, 2019

    Proper table output

  • v0.4.2 Changes

    May 30, 2019

    ๐Ÿ›  Fix broken v0.4.1 release

  • v0.4.1 Changes

    May 30, 2019

    ๐Ÿ›  Fixed warnings on Elixir 1.7 and up in #9 (thanks @brianberlin!)

  • v0.4.0 Changes

    January 18, 2019

    ๐Ÿš€ Pleased to announce that this release of licensir now relies on hex_metadata.config rather than the values in mix.exs.

    ๐Ÿ“ฆ This means that it's able to recognize licenses for many more Hex packages which do not use Mix (i.e. Rebar).

  • v0.3.0 Changes

    January 18, 2019
    • Automatically detects naming variants of the same license as one, e.g. "Apache 2.0", "Apache 2", "Apache v2.0" becomes a single "Apache 2.0"
    • Automatically detects text variants of the same license
    • โž• Add a notice that the output is not a legal advice
    • ๐Ÿ”จ Small code refactors
  • v0.2.7 Changes

    March 31, 2018
    • ๐Ÿ›  Fixed an error finding the display names for :isc, :lgpl, :mit, :mpl2. Thanks to @halostatue for #3.