Skip to content

Releases: mbrukman/autogen

Autogen 0.4

08 Aug 01:52
6f10851
Compare
Choose a tag to compare

This release adds support for the following new languages:

  • Dart
  • IPython/Jupyter (*.ipynb)
  • React (*.jsx, *.tsx)
  • Sass
  • Terraform
  • TypeScript
  • VueJS
  • Windows *.bat scripts

Autogen 0.3

28 May 17:37
Compare
Choose a tag to compare

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

10 Oct 23:02
Compare
Choose a tag to compare

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

23 Nov 19:57
Compare
Choose a tag to compare

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