Releases: mbrukman/autogen
Releases · mbrukman/autogen
Autogen 0.4
Autogen 0.3
This release adds support for new languages and licenses:
- new languages: Tcl
- new licenses: MPL 2.0
New features and bug fixes include:
- alternative long-form arguments for readability, e.g.,
--silent
for-s
,--year
for-y
, etc. - makes line of separator comments optional (and off by default); fixes incompatibility with Google ES lint rules
- add ability to skip the top-level comment for modifying files, particularly useful for bulk file updates
Documentation updates include:
- installation instructions
- bulk file update instructions
Autogen 0.2
This release adds support for a number of additional languages and file formats, including:
- Swift and Objective-C/C++
- YAML, Markdown
- C#
- HTML / XML
New features:
- in-place file modification with the
-i
flag - instructions for integrating Autogen with Vim and Emacs
Autogen 0.1
This release includes support for a number of popular languages (too many to list here), as well as licenses, including:
- Apache 2.0
- BSD (2-clause, 3-clause, and 4-clause)
- GPL v2 and v3
- LGPL 2.1
- MIT