This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kahlil Lechelt
committed
Dec 18, 2013
1 parent
a686e01
commit e00d162
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|