|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -### HEAD |
| 3 | +### 1.0.0 (20 November 2013) |
4 | 4 |
|
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) |
13 | 7 | * 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) |
20 | 10 | * 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 |
21 | 15 | * 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 |
29 | 22 | * 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 |
32 | 25 | * Update to Google Universal Analytics |
| 26 | +* Update 404 template to latest version from HTML5 Boilerplate |
| 27 | + |
| 28 | +#### Removals |
33 | 29 | * Remove CC for IE7 |
34 | 30 | * 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 |
36 | 37 | * Use a variable for main text color (#30) |
| 38 | +* Add .bowerrc configuration file for Bower |
| 39 | +* Add folder CSS to .gitignore |
37 | 40 |
|
38 | 41 | ### 0.9.1 (04 April 2013) |
39 | 42 |
|
|
0 commit comments