Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.33 KB

version_history.md

File metadata and controls

31 lines (24 loc) · 1.33 KB

#Version history#

##0.1.2 (09/12/2013)

  • Fix: uppercase for license names
  • Fix: invalid escape sequence issue with Lua 5.2
  • Fix: passed-in path parsing (from arg[0])

##0.1.1 (09/10/13)

  • Throws an error for unknown opts

##0.1.0 (09/10/13)

  • 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.
  • -o, -p (aliased --project) now supports whitespaces.
  • Updated README.

##0.0.2 (08/20/13)

##0.0.1 (08/17/13)

  • Initial Release