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

Releases: unnawut/licensir

v0.2.7

31 Mar 04:44
Compare
Choose a tag to compare
  • Fixed an error finding the display names for :isc, :lgpl, :mit, :mpl2. Thanks to @halostatue for #3.

v0.2.4

30 Mar 19:01
Compare
Choose a tag to compare

I suck at releasing (and testing for releasing). This is a working one now.

v0.2.2

30 Mar 18:45
Compare
Choose a tag to compare

Version bump

v0.2.1

30 Mar 18:42
Compare
Choose a tag to compare

Fix missing license text folder in hex package

v0.2.0

30 Mar 18:34
Compare
Choose a tag to compare

The release comes with the ability to search from the dependency's LICENSE and LICENSE.md files.

If there is conflicting information between mix.exs and the license files, it will say so in the output. For example:

$ mix licenses
Licenses listed by their dependency:
earmark 1.2.4           -> Apache 2 (see the file LICENSE for details)
ex_doc 0.18.1           -> Unsure (found: Apache 2.0, Apache 2)

Improved output formatting, code refactor & tests

05 Dec 16:46
Compare
Choose a tag to compare
  • Output is columnized for easier reading
  • Refactored code to be (a bit) more modular
  • Added some simple tests for some peace of mind

A crude but working version

05 Dec 13:00
Compare
Choose a tag to compare

This is a very crude version of the package. A lot still needs to be done with the code and unit tests to make it professionally polished. But at least it should be able to list all the dependencies' licenses