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

Commit e00d162

Browse files
author
Kahlil Lechelt
committed
Add CHANGELOG.md
1 parent a686e01 commit e00d162

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# v0.1.1 (18th of December 2013)
2+
3+
This release improves the module sub-generator.
4+
5+
* Fixed: Use the generated module's name as argument in test-spec `define` callback
6+
* Fixed: Add test-spec in `test/spec.js`
7+
* Fixed: Name the suite after the module (`describe('modulename', function () {})`);
8+
* Fixed: Don't include any tests in test spec
9+
* Fixed: Don't add content of example module in new JS file
10+
* Fixed: Add current date and author name in header
11+
12+
# v0.1.0
13+
14+
## Features
15+
This release comes with three sub-generators.
16+
17+
* `init:module` to scaffold AMD modules with a test spec file
18+
* `init:jqueryplugin` to scaffold jQuery plugins
19+
* `init:page` to scaffold page snippets for INITs static page generator
20+

0 commit comments

Comments
 (0)