Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Releases: unnawut/licensir

v0.7.0

01 Aug 16:06
db0c896
Compare
Choose a tag to compare

v0.6.2

12 Dec 04:58
b4f0c5a
Compare
Choose a tag to compare

Rename CSV module to Licensir.CSV. Thanks to @adrigonzo and @metelik

v0.6.1

23 Feb 03:24
d3270eb
Compare
Choose a tag to compare

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

v0.6.0

22 Sep 05:27
3d61fe3
Compare
Choose a tag to compare

Supports --csv flag to output as csv (#14).

v0.5.1

30 Aug 12:25
7909389
Compare
Choose a tag to compare

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

v0.5.0

25 Aug 18:03
8352a67
Compare
Choose a tag to compare

Proper table output

v0.4.2

30 May 05:20
56b8128
Compare
Choose a tag to compare

Fix broken v0.4.1 release

v0.4.1

30 May 05:13
9a14bc0
Compare
Choose a tag to compare

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

v0.4.0

18 Jan 19:03
71f96f8
Compare
Choose a tag to compare

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

18 Jan 17:32
0022b4f
Compare
Choose a tag to compare
  • 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