Skip to content

Releases: licenses/lice-lua

0.1.2

12 Sep 16:55
Compare
Choose a tag to compare
  • Fixed: uppercase for license names
  • Fixed: invalid escape sequence issue with Lua 5.2
  • Fixed: passed-in path parsing (from arg[0])

0.1.1

10 Sep 21:54
Compare
Choose a tag to compare
  • Throws an error for unknown opts.

0.1.0

10 Sep 21:20
Compare
Choose a tag to compare
  • Added generated package for templates (lice-tpl.lua) for easier rockspec packaging.
  • Added language comment style formatting option -l (aliased --lang)
  • Added filename output option -f (aliased --file).
  • Added language comment styles support, see languages.
  • Added file extensions recognition on -f option value. Overrides -l.
  • -o (aliased --organization) defaults to git config user.name first. If not found,
    try to infer the username from the environment variable.
  • Updated -h (aliased --help) output with the new options.
  • Prettified -h, --list, --vars output.

0.0.2

10 Sep 12:22
Compare
Choose a tag to compare

0.0.1

10 Sep 12:23
Compare
Choose a tag to compare
  • Initial Release