|
| 1 | +# 0.2.2 (2013-04-20) |
| 2 | + |
| 3 | +## Features |
| 4 | +### build |
| 5 | + |
| 6 | +* Integrate grunt-rev into build process (87bab71) |
| 7 | + |
| 8 | +### app |
| 9 | + |
| 10 | +* automatically install dependencies (9f95630) |
| 11 | + |
| 12 | +* add coffee option to Karma generator (e81b624) |
| 13 | + |
| 14 | +### misc |
| 15 | + |
| 16 | +* add Grunt support to automate releases and changelogs (9daa50a) |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | +## Bug fixes |
| 21 | +### build |
| 22 | + |
| 23 | +* remove all files except git related on clean (21a0f43) |
| 24 | + |
| 25 | +* fix Bower error caused by incorrect templates. (0ab5448) |
| 26 | + |
| 27 | +* Moved duplicate grunt options into own section (3869ca8) |
| 28 | + |
| 29 | +* grunt-bower-hooks was renamed (3bbaacd) |
| 30 | + |
| 31 | +* Watch SVG files. Fixes generator-webapp#41 (45fe8ab) |
| 32 | + |
| 33 | +* display correct message when running npm/bower (3498aa1) |
| 34 | + |
| 35 | +* add Bootstrap reference when not using Compass (d123897) |
| 36 | + |
| 37 | +* add SVG files to Grunt rev task. (3c8daab) |
| 38 | + |
| 39 | +* Changed to shallow copy fonts (1f6b864) |
| 40 | + |
| 41 | +* Ignore test subfolder (a07627b) |
| 42 | + |
| 43 | +* finify bootstrap img (263ce61) |
| 44 | + |
| 45 | +### coffee |
| 46 | + |
| 47 | +* Fix compiling coffeescript files (71daa7f) |
| 48 | + |
| 49 | +* fix loading coffeescript tests (9692a21) |
| 50 | + |
| 51 | +* fix coffeescript directive test (aa2a9c0) |
| 52 | + |
| 53 | +* rewrite app.coffee file when called with --coffee (0f5256d) |
| 54 | + |
| 55 | +### app |
| 56 | + |
| 57 | +* Remove `process.cwd()` from CS detection (3a707f4) |
| 58 | + |
| 59 | +* use this.env.options.appPath (404c752) |
| 60 | + |
| 61 | +* use `installDependencies()` method (8369d9a) |
| 62 | + |
| 63 | +* invoke karma:app with `skip-install` option if defined (7e47dc2) |
| 64 | + |
| 65 | +* tag closing inconsistency (ref #177) (51bd8d8) |
| 66 | + |
| 67 | +### test |
| 68 | + |
| 69 | +* Use $scope in tests instead of {} (58603bd) |
| 70 | + |
| 71 | +* add Node 0.10 to travis file (60b1ea7) |
| 72 | + |
| 73 | +### gen |
| 74 | + |
| 75 | +* Fix controller spec generation (3bb58eb) |
| 76 | + |
| 77 | +* remove trailing comma in gruntfile. (32afa5a) |
| 78 | + |
| 79 | +### readme |
| 80 | + |
| 81 | +* add note to readme about making a node_modules dir until global generators are supported (73a2450) |
| 82 | + |
| 83 | +* add a note about running commands from the root app folder (f986c77) |
| 84 | + |
| 85 | +* switched to global generators (18ef336) |
| 86 | + |
| 87 | +* add note to readme about commit message conventions (d125dd2) |
| 88 | + |
| 89 | +* Improve readme (8262b93) |
| 90 | + |
| 91 | +* added documentation of route adding (7c5e03c) |
| 92 | + |
| 93 | +* Corrected file extension in example (a1149ea) |
| 94 | + |
| 95 | +### tests |
| 96 | + |
| 97 | +* skip install on tests (5035d94) |
| 98 | + |
| 99 | + |
1 | 100 | # 0.2.1 (2013-04-07) |
2 | 101 |
|
3 | 102 | ## Features |
|
0 commit comments