Skip to content

Latest commit

 

History

History
548 lines (361 loc) · 32.4 KB

CHANGELOG.md

File metadata and controls

548 lines (361 loc) · 32.4 KB

0.9.5 (2014-07-13)

Bug Fixes

  • app: update bootstrap-sass font path (7977147e)
  • gen: fix service using wrong name (5e7f601f, closes #772)

0.9.3 (2014-07-08)

Bug Fixes

  • app: wrap old IE files in a vendor shim (627de2b0, closes #692)
  • deps: upgrade Bootstrap dependency (637c13b1, closes #767)

0.9.2 (2014-06-30)

Bug Fixes

0.9.1 (2014-06-21)

Bug Fixes

0.9.0 (2014-06-20)

Bug Fixes

  • app:
    • fix bower path problem (db4ec0eb, closes #733)
    • fix provider CoffeeScript template (c2572d23)
    • correct cssmin/concat build-tag paths (27dd848f)
  • gen: fix ref to Karma config for --coffee (380018f0, closes #748)
  • karma: use the correct CoffeeScript extension (ddbab964, closes #737)
  • release: get rid of circular loop (293ca6a4)

0.9.0-1 (2014-06-10)

Bug Fixes

Features

  • app: move bower_components to root folder (396a2c04)

Breaking Changes

  • bower_components is now in the /project_root directory (396a2c04)

0.9.0-0 (2014-06-05)

Bug Fixes

  • Gruntfile: fix usemin bug when using images in css (fac3d108)
  • app:
  • build:
    • update karma.conf.js file location in Gruntfile (29b2d4d3, closes #706)
    • use conservativeCollapse for htmlmin (06a34d08)
    • clean subfolders of dist as well (9db87bf6)
    • change livereload to use connect options (0f549060, closes #569, #674)
    • grunt-newer requires a src attribute (6165b810, closes #620)
    • add src property to jshint task (4668e702, closes #620)
  • dep: update and correct Bower dependencies (9b592ca4)
  • docs: add info about route generator uri option (fc4bdc5f, closes #650)
  • gen:
    • update gen-karma and use its new options (0f768f1d, closes #629)
    • skip adding route to app file (7a768583, closes #694)
    • fix more appPath, other changes (36317404)
    • move test into root folder (53035aa1)
    • update color logging (6aba417e)
    • move images to common generator (cf3b6352)
    • consolidate template files (22f2f2c3)
    • do not use console to display messages (9f9831f5)
  • misc: correct typo in readme (7200ffcf)
  • test:
    • remove console.log statement (096efbae)
    • remove old Karma testrunner (bb5b5859)
    • add test for testing loading (f9085968)
    • add test for eventual appPath option (dd155b1f, closes #630)
  • tests:
    • DRY up more code and update test folders (ea33f7c1)
    • style and generator updates (f8b31572)

Features

  • app:
    • add ngAnimate and ngTouch options (0659621b, closes #510)
    • add a second route if ngRoute is chosen (0d045f52)
    • specify uri while generating routes (d3cea019, closes #639)
  • build:
    • replace grunt-bower-install with grunt-wiredep (60ef8d18)
    • replace grunt-rev with grunt-filerev (149f1625, closes #564)
    • open browser when runnning serve:dist (e9239e72)
  • gen:
    • allow --appPath option for all generators (d3dd42e3)
    • add grunt-ngdoc comments (11edb9b3)

0.8.0 (2014-03-27)

Bug Fixes

  • app:
    • correct adding scripts path to index.html (5533ad86)
    • change "Twitter Bootstrap" to "Bootstrap" (55a79718)
    • change the script src to lowercase (c884c91d, closes #557)
  • build:
    • don't copy the bower_components folder in build (4c53ea97, closes #590)
    • rewrite relative CSS URLs (996eff82)
  • generator:
    • require compass only when enabled (d4630c33)
    • list coffee dep only when selected (c9a69807)
    • add closing template tag (3522514f)
    • add closing template tag (0f57d2c4)
  • template: remove IE edge header (01738116)
  • test: update assertFile syntax (51e46455, closes #554)

Features

  • app:
  • build: use bowerInstall on watch task (6fbebb05)
  • deps:
    • upgrade AngularJS version (6c540961)
    • use official Sass version of Bootstrap (66829f45, closes #607)
    • upgrade AngularJS + addons to 1.2.14 (b4d026f3)
    • upgrade to grunt-bower-install 1.0 (6a167895)
    • upgrade to Angular 1.2.10 (023da9d2)

Breaking Changes

  • bower_components is no longer copied into the /dist folder. (4c53ea97)
  • Removes the --minsafe from the generator. See the readme for more information about this change (c24e2509)

v0.7.1 (2013-12-22)

Bug Fixes

  • Gruntfile: correct attribute quoting (ca765509, closes #521)

Features

  • app: upgrade to AngularJS 1.2.6 (2f7fa90c)

v0.7.0 (2013-12-20)

Bug Fixes

  • app:
    • copy view files to dist folder (8a52a265)
    • only copy CSS if Compass is not installed (7e586745)
    • services use classified names (56a71a83, closes #484)
    • reload JS files in watch (d20f5bd2)
  • build: deselecting ngRoute does remove route stuff (a358c1ae, closes #486)
  • deps: hard-pin angular 1.2.5 (49c7f980)
  • gen: fix bower install prompt during project gen (706f1336, closes #505)

Features

  • app:
    • add jasmine browser global to test jshintrc (11b6ed42)
    • use lowercase file names (23e5d772, closes #463)
    • use htmlmin for smaller HTML files (2b85a52a, closes #469)
    • use grunt-bower-install for dep management (ba7b5051, closes #497)
  • gen:
    • additional work for compass support (11cb9943)
    • add Compass support to the initialization process (7fac1194)

Breaking Changes

  • Deselecting ngRoute adds controller and ng-include to index.html (a358c1ae)
  • --minsafe flag is now deprecated. (f0bb8da2, closes #452)
  • grunt server is now deprecated. Use grunt serve instead (ef056319)

v0.6.0 (2013-12-05)

Breaking Changes

  • grunt server is being deprecated (ef056319)

Bug Fixes

  • app:

    • use test-specifc jshintrc (c00c091b)
    • add webapp upstream features and better coffee (c23acebb)
    • use grunt-newer for styles and jshint (b1eeb68a)
    • standardize comments and comment out uglify:dist (d5d3e458, closes #455)
    • only include sass if sass is selected (597b8b5c, closes #449)
  • deps: upgrade dependencies (3a57216f)

  • gen:

    • script paths use forward slashes (40aa61dc, closes #410)
    • remove extra "App" from service spec files (4053f11f)
    • options should have descriptions (da001832)
  • template: remove redundant closing tag (d1e560e0, closes #441)

  • bootstrap: some plugins have ordering dependencies (3da4a130)

  • docs: Add coffeescript=false to readme (abd7dc38)

  • styles: update path to icon images (8daad4f2)

Features

  • app:

    • imagemin handles gifs (9341eb9b)
    • run unit tests when test scripts are changed (94af0b51)
    • reload grunt server when gruntfile is updated (50c6abb9)
    • update to angular 1.2.0 (77082c6b)
    • upgrade to Bootstrap 3.0.1 (59f4b1ba)
  • build:

    • compile only changed coffeescript files in watch task (4196e379, closes #425)
    • deprecate server in favor of serve (ef056319)
  • gen:

    • add image file as example (b161c298)
    • allow app names to have custom suffix (09f0f7b3)
    • add option to not add to index (486ee146)

v0.5.1 (2013-10-22)

Bug Fixes

  • app: test setup in default configuration (2bebccbd)

v0.5.0 (2013-10-17)

Bug Fixes

  • app:
  • build:
    • remove references to global yeomanConfig (a0f16e26)
    • update to grunt-contrib-connect 0.5.0 (67c0ebf0)
    • update to grunt-contrib-connect 0.4.0 (368ad7f9)
  • docs: fixed typo in readme (a967907c)
  • generator: add app modules dependency to app (a45b71c9, closes #230)
  • templates:
    • Gruntfile indentation (6f7d17e2)
    • take out semicolons in coffeescript (e38124ee)
    • correct coffee provider template (86aefe5d)
    • value generator should use value template (67d0c5ad)
  • test: update tests to match service files (c30464c3, closes #338, #354)
  • views: correct path for sub views (0568e744, closes #359)

v0.4.0 (2013-08-21)

Bug Fixes

  • cli: fix typo in angular:view generator usage (d62c2e34)
  • coffee:
    • remove extraneous commas and returns (6df875cd)
    • remove the semi-colon from the coffee script templates (cd46aa88)
  • docs:
    • add decorator generator description (85f07648)
    • add contributing info to contributing file (2461aad0)
  • readme: Remove yo installation step (21f00e50)
  • templates:
    • removed grunt-karma from deps (19a796f7)
    • classify services registered with .service (8e1d6fdf)
    • new scope for directive spec (2753c990)
  • test: Add correct paths to generated files (1d6f3fbf)
  • wording: clarify compass/scss feature prompt (5521fd73)

Features

  • build:
  • coffee: generate source maps for coffeescript (38a872b3)
  • gen: Change ga.js to analytics.js (17ae9e63)

v0.3.1 (2013-07-24)

#* Bug Fixes:

  • app:
  • docs:
    • fix section explaining generating services (8b4787c6)
    • Add explicit instructions for installing yo (8404c068)

#* Features:

  • app:
    • generate Travis config (38a4ce9b)
    • use checkboxes for module selection (65fe9d25)
    • add jshintrc for testing folder (8727288b)
  • build: add support for svg optimization (03d63c69)

0.3.0 (2013-06-26)

#* Features:

  • decorator:

    • Add decorator template files (c9f80b3d)
    • Define creation of decorator at decorator/index.js and added USAGE File (4c53c1ad)
    • Add prompt if file already exists (7d9b862c)
  • build:

    • Replace regard with contrib-watch (edf00565)

#* Bug Fixes:

  • build:

    • bad concatenation of main.css (4c7e4b29)
    • Bumped yeoman-generator version for new prompt (9e899bb2)
    • don't override generated css files (dd6a0cb1)
    • use Usemin for all CSS. (e6c2fa52)
    • dropped nospawn option from watch (02f61f82)
    • add svg files to the copy task (4b897ac8)
    • updated generated dependencies (cab7c423)
    • add httpFontsPath to Gruntfile (b00deb1a)
    • coffeescript build was empty (54edc9de)
    • add compass task only if compass-flavored bootstrap is selected (4408413e)
  • app:

    • Bootstrap Compass no prompt on Bootstrap no (e73ffc49)
    • Use boolean prompts (da89e70d)
    • components to bower_components (01cee4ba)
  • coffee: syntax for minsafe directives (62677ec0)

  • decorator:

    • removed second dot in warning message (6a89f8e5)
    • use [] instead of new Array() to initialize prompts (jsHint) (360222a6)
  • test: Updated tests for new prompt (64e57571)

  • cli: fix typo in angular:constant generator usage (6cbb80fd)

v0.2.2 (2013-04-20)

#* Features:

  • build: Integrate grunt-rev into build process (87bab71)

  • app:

    • automatically install dependencies (9f95630)
    • add coffee option to Karma generator (e81b624)
  • misc: add Grunt support to automate releases and changelogs (9daa50a)

#* Bug Fixes:

  • build:

    • remove all files except git related on clean (21a0f43)

    • fix Bower error caused by incorrect templates. (0ab5448)

    • Moved duplicate grunt options into own section (3869ca8)

    • grunt-bower-hooks was renamed (3bbaacd)

    • Watch SVG files. Fixes generator-webapp#41 (45fe8ab)

    • display correct message when running npm/bower (3498aa1)

    • add Bootstrap reference when not using Compass (d123897)

    • add SVG files to Grunt rev task. (3c8daab)

    • Changed to shallow copy fonts (1f6b864)

    • Ignore test subfolder (a07627b)

    • finify bootstrap img (263ce61)

  • coffee:

    • Fix compiling coffeescript files (71daa7f)

    • fix loading coffeescript tests (9692a21)

    • fix coffeescript directive test (aa2a9c0)

    • rewrite app.coffee file when called with --coffee (0f5256d)

  • app:

    • Remove process.cwd() from CS detection (3a707f4)

    • use this.env.options.appPath (404c752)

    • use installDependencies() method (8369d9a)

    • invoke karma:app with skip-install option if defined (7e47dc2)

    • tag closing inconsistency (ref #177) (51bd8d8)

  • test:

    • Use $scope in tests instead of {} (58603bd)

    • add Node 0.10 to travis file (60b1ea7)

  • gen:

    • Fix controller spec generation (3bb58eb)

    • remove trailing comma in gruntfile. (32afa5a)

  • readme:

    • add note to readme about making a node_modules dir until global generators are supported (73a2450)

    • add a note about running commands from the root app folder (f986c77)

    • switched to global generators (18ef336)

    • add note to readme about commit message conventions (d125dd2)

    • Improve readme (8262b93)

    • added documentation of route adding (7c5e03c)

    • Corrected file extension in example (a1149ea)

  • tests: skip install on tests (5035d94)

v0.2.1 (2013-04-07)

#* Features:

  • build: Integrate grunt-rev into build process (87bab71)

  • app: automatically install dependencies (9f95630)

  • misc: add Grunt support to automate releases and changelogs (9daa50a)

#* Bug Fixes:

  • build:

    • remove all files except git related on clean (21a0f43)

    • fix Bower error caused by incorrect templates. (0ab5448)

    • Moved duplicate grunt options into own section (3869ca8)

    • grunt-bower-hooks was renamed (3bbaacd)

    • Watch SVG files. Fixes generator-webapp#41 (45fe8ab)

  • coffee:

    • Fix compiling coffeescript files (71daa7f)

    • fix loading coffeescript tests (9692a21)

    • fix coffeescript directive test (aa2a9c0)

    • rewrite app.coffee file when called with --coffee (0f5256d)

  • app:

    • Remove process.cwd() from CS detection (3a707f4)
  • test:

    • Use $scope in tests instead of {} (58603bd)
  • gen:

    • Fix controller spec generation (3bb58eb)
  • readme:

    • add note to readme about making a node_modules dir until global generators are supported (73a2450)

    • add a note about running commands from the root app folder (f986c77)