Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahlil Lechelt committed Dec 18, 2013
1 parent a686e01 commit e00d162
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# v0.1.1 (18th of December 2013)

This release improves the module sub-generator.

* Fixed: Use the generated module's name as argument in test-spec `define` callback
* Fixed: Add test-spec in `test/spec.js`
* Fixed: Name the suite after the module (`describe('modulename', function () {})`);
* Fixed: Don't include any tests in test spec
* Fixed: Don't add content of example module in new JS file
* Fixed: Add current date and author name in header

# v0.1.0

## Features
This release comes with three sub-generators.

* `init:module` to scaffold AMD modules with a test spec file
* `init:jqueryplugin` to scaffold jQuery plugins
* `init:page` to scaffold page snippets for INITs static page generator

0 comments on commit e00d162

Please sign in to comment.