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

Latest commit

 

History

History
21 lines (17 loc) · 846 Bytes

changelog.md

File metadata and controls

21 lines (17 loc) · 846 Bytes

Changelog

Version 0.6.3

  • changelog added

  • new commandline parameter handling (abee uses optimist to parse arguments now)

  • exported module functions declared outside module.exports

  • support for coffeescript added (thanks to rantav for the coffescript templates)

  • 'abeetize' now can delete standard meteor files and insecure modules (pass -d at commandline)

  • 'create' and 'abeetize' now supports -p for (design-)pattern and -l for language (defaults are -p mvc -l js)

  • directory structure changed to support multi-(scripting-)language support

  • Template search order changed. The order is now:

    • templates/<pattern>/<language>/
    • templates/<pattern>/
    • templates/<language>/
    • templates/
  • 'create' now uses 'abeetize' internaly

  • global is no longer used internaly