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

Commit 9e5e6e1

Browse files
committed
v1.0.0
1 parent 29379f3 commit 9e5e6e1

File tree

1 file changed

+28
-25
lines changed

1 file changed

+28
-25
lines changed

CHANGELOG.md

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,42 @@
11
# Changelog
22

3-
### HEAD
3+
### 1.0.0 (20 November 2013)
44

5-
* Update 404 template to latest version from HTML5 Boilerplate
6-
* Add folder CSS to .gitignore
7-
* Update Modernizr to 2.7.0 and RequireJS to 2.1.9
8-
* Update to Apache Server Configs v2.0.0
9-
* Add an option to use templates for content
10-
* Add a build step for HTML files (#5)
11-
* Move all Grunt tasks into own file
12-
* Remove Jasmine task from Grunt
5+
#### Additions
6+
* Use Bower for package management and replace vendor packages (#24)
137
* Add Karma as Test Suite
14-
* Add default logo.svg
15-
* Remove grunt-contrib-clean
16-
* Add node-matchdep to automatically fetch dependencies
17-
* Add clean Grunt config at beginning of Gruntfile (#46)
18-
* Use only one Apple Touch Icon
19-
* Restructre copying of files and dist-folder structure (#11)
8+
* Add test integration with Jasmine
9+
* Add default markup (#31)
2010
* Add Grunt task to optimize images (#26)
11+
* Move all Grunt tasks into own file
12+
* Add node-matchdep to automatically fetch dependencies
13+
* Add a build step for HTML files (#5)
14+
* Add an option to use templates for content
2115
* Add documentation about how to write modules with Sass
22-
* Add default markup (#31)
23-
* Remove media-query files in favor of inline media-queries
24-
* Add .bowerrc configuration file for Bower
25-
* Add test integration with Jasmine
26-
* Update Bower dependencies
27-
* Update npm module dependencies
28-
* Add AUTHORS file instead of specifiying it in package.json
16+
* Add default logo.svg
17+
18+
#### Updates
19+
* Update Modernizr to 2.7.0
20+
* Update RequireJS to 2.1.9
21+
* Update to Apache Server Configs v2.0.0
2922
* Update jQuery to 1.10.2
30-
* Use Sass-Mixins (v0.4.1) via Bower
31-
* Use Bower for package management and replace vendor packages (#24)
23+
* Update normalize.css to 2.1.2 (removes IE 6 and 7 support)
24+
* Use Sass-Mixins v0.6.0
3225
* Update to Google Universal Analytics
26+
* Update 404 template to latest version from HTML5 Boilerplate
27+
28+
#### Removals
3329
* Remove CC for IE7
3430
* Remove Chrome Frame support (#28)
35-
* Update normalize.css to 2.1.2 (removes IE 6 and 7 support)
31+
* Use only one Apple Touch Icon
32+
33+
#### Other
34+
* Restructre copying of files and dist-folder structure (#11)
35+
* Remove media-query files in favor of inline media-queries
36+
* Add AUTHORS file instead of specifiying it in package.json
3637
* Use a variable for main text color (#30)
38+
* Add .bowerrc configuration file for Bower
39+
* Add folder CSS to .gitignore
3740

3841
### 0.9.1 (04 April 2013)
3942

0 commit comments

Comments
 (0)