Skip to content

Latest commit

 

History

History
349 lines (265 loc) · 27.8 KB

File metadata and controls

349 lines (265 loc) · 27.8 KB

0.2.4 (2014-07-22)

Bug Fixes

  • app: Adding in replace task for test-main.js (445cd829)
  • test: typo in generated test-main.js (7733b6ed)

0.2.3 (2014-07-21)

Bug Fixes

  • gen:
    • Update dependencies of generated project (01a9f5ce)

0.2.2 (2014-07-21)

Bug Fixes

  • gen:
    • bowerRequireJS command to wire up dependencies (a2452f2d)

0.2.1 (2014-07-21)

Bug Fixes

  • Gruntfile: fix usemin bug when using images in css (3fb6fbf9)
  • app:
    • update bootstrap-sass font path (62ed7b98)
    • wrap old IE files in a vendor shim (42a8befc)
    • fix regex to escape .. (29d99200)
    • fix bower path problem (9076a55d)
    • correct cssmin/concat build-tag paths (de0c039a)
    • app is installed at appPath location (6729db53)
    • app-suffix should populate to sub-generators (d6dab9df)
    • fix Bootstrap font issues (ea64f28f)
    • prevent faulty bowerInstall ignorePath (b641f417)
    • Remove redundant bootstrap-sass import (1b685cf6)
    • correct adding scripts path to index.html (da717dd9)
    • change "Twitter Bootstrap" to "Bootstrap" (d7ef5c29)
    • resolved quotes (7ace1298)
  • build:
    • use conservativeCollapse for htmlmin (70c743b8)
    • clean subfolders of dist as well (2b64d0f9)
    • change livereload to use connect options (11af4678)
    • add src property to jshint task (0e08396e)
  • dep: update and correct Bower dependencies (3cf956fb)
  • deps: Upgrade Bootstrap dependency (4e6e95b4)
  • docs: add info about route generator uri option (e9a9512d)
  • gen:
    • bowerRequireJS command to wire up dependencies (a2452f2d)
    • Corrected options object name to bower-requirejs (ba40517c)
    • Typo in min.'s in generated project (954371f4)
    • typo in generated Gruntfile (cd7702ab)
    • fix service using wrong name (6287c363)
    • update wiredep ignore path (90c98e3e)
    • remove font files (cd6d611a)
    • skip adding route to app file (d92218cf)
    • Fixing file names and more appPath (d5a5ca5b)
    • fix more appPath, other changes (f024d326)
    • move test into root folder (407b197b)
    • update colour logging (0fb733c1)
    • Corrected package.json (7a4a8292)
    • move images to common generator (54a86f11)
    • consolidate template files (91f1ac70)
    • do not use console to display messages (b22f96d0)
    • remove chalk references (f60eb2f1)
    • correcting Gruntfile typo (fc03db2f)
  • misc: correct typo in readme (bb0d2be4)
  • release: get rid of circular loop (04bcc6de)
  • test:
    • Fixing hard-coded application path reference (31a24906)
    • Correcting spec file names (fcb0cdfc)
    • remove old Karma testrunner (362d43ed)
    • add test for testing loading (9141cc3b)
    • fixing incorrect gen call and route spec names (43585ab4)
    • Correcting spec file names (75be69b7)
    • add test for eventual appPath option (2d3844e7)
  • tests:
    • Update karma-require reference (440e8e62)
    • Update app name in beforeEach hook (646b9868)
    • DRY up more code and update test folders (f006b886)
    • style and generator updates (c5f2d772)

Features

  • app:
    • move bower_components to root folder (bd36d673)
    • add ngAnimate and ngTouch options (1d73bee1)
    • add a second route if ngRoute is chosen (d2eb4347)
    • specify uri while generating routes (3f2a568b)
    • add glyphicon to test bootstrap fonts (d9e4150a)
  • build:
    • replace grunt-bower-install with grunt-wiredep (11e3215b)
    • replace grunt-rev with grunt-filerev (46d97779)
    • open browser when runnning serve:dist (3a309bb0)
    • use bowerInstall on watch task (6b62fac6)
  • deps:
    • upgrade AngularJS version (5256fa09)
    • use official Sass version of Bootstrap (1cec1ff9, closes #27)
    • upgrade AngularJS + addons to 1.2.14 (1e6f7fac)
    • upgrade to grunt-bower-install 1.0 (01898f32)
  • gen:
    • allow --appPath option for all generators (8752d05c)
    • add grunt-ngdoc comments (90f8033a)

Breaking Changes

0.2.1 (2014-07-21)

Bug Fixes

  • gen:
    • Corrected options object name to bower-requirejs (ba40517c)
    • Typo in main.js in generated project (954371f4)
    • Typo in generated Gruntfile (cd7702ab)

0.2.0 (2014-07-17)

Bug Fixes

  • Gruntfile: fix usemin bug when using images in css (3fb6fbf9)
  • app:
    • update bootstrap-sass font path (62ed7b98)
    • wrap old IE files in a vendor shim (42a8befc)
    • fix regex to escape .. (29d99200)
    • fix bower path problem (9076a55d)
    • correct cssmin/concat build-tag paths (de0c039a)
    • app is installed at appPath location (6729db53)
    • app-suffix should populate to sub-generators (d6dab9df)
    • fix Bootstrap font issues (ea64f28f)
    • prevent faulty bowerInstall ignorePath (b641f417)
    • Remove redundant bootstrap-sass import (1b685cf6)
    • correct adding scripts path to index.html (da717dd9)
    • change "Twitter Bootstrap" to "Bootstrap" (d7ef5c29)
    • resolved quotes (7ace1298)
  • build:
    • use conservativeCollapse for htmlmin (70c743b8)
    • clean subfolders of dist as well (2b64d0f9)
    • change livereload to use connect options (11af4678)
    • add src property to jshint task (0e08396e)
  • dep: update and correct Bower dependencies (3cf956fb)
  • deps: Upgrade Bootstrap dependency (4e6e95b4)
  • docs: add info about route generator uri option (e9a9512d)
  • gen:
  • misc: correct typo in readme (bb0d2be4)
  • release: get rid of circular loop (04bcc6de)
  • test:
    • Fixing hard-coded application path reference (31a24906)
    • Correcting spec file names (fcb0cdfc)
    • remove old Karma testrunner (362d43ed)
    • add test for testing loading (9141cc3b)
    • fixing incorrect gen call and route spec names (43585ab4)
    • Correcting spec file names (75be69b7)
    • add test for eventual appPath option (2d3844e7)
  • tests:
    • Update karma-require reference (440e8e62)
    • Update app name in beforeEach hook (646b9868)
    • DRY up more code and update test folders (f006b886)
    • style and generator updates (c5f2d772)

Features

  • app:
    • move bower_components to root folder (bd36d673)
    • add ngAnimate and ngTouch options (1d73bee1)
    • add a second route if ngRoute is chosen (d2eb4347)
    • specify uri while generating routes (3f2a568b)
    • add glyphicon to test bootstrap fonts (d9e4150a)
  • build:
    • replace grunt-bower-install with grunt-wiredep (11e3215b)
    • replace grunt-rev with grunt-filerev (46d97779)
    • open browser when runnning serve:dist (3a309bb0)
    • use bowerInstall on watch task (6b62fac6)
  • deps:
    • upgrade AngularJS version (5256fa09)
    • use official Sass version of Bootstrap (1cec1ff9, closes #27)
    • upgrade AngularJS + addons to 1.2.14 (1e6f7fac)
    • upgrade to grunt-bower-install 1.0 (01898f32)
  • gen:
    • allow --appPath option for all generators (8752d05c)
    • add grunt-ngdoc comments (90f8033a)

Breaking Changes

v0.1.13 (2014-04-01)

Bug Fixes

v0.1.12 (2014-04-01)

Bug Fixes

  • generator: Update generator-karma-require version dependency (d4a93743a3)

v0.1.11 (2014-03-03)

Enhancements

  • app:
    • Bower dependencies are automatically injected into the bootstrap.js and test-bootstrap.js files (a652d50dc0)

v0.1.10 (2014-02-12)

Features

  • app:
    • moved requires compile step down in build order (676e2bef)
    • r.js GruntFile configuration (657f460b)
  • deps:

v0.1.9 (2014-02-06)

Enhancements

  • generator: Automatic dependency injection (14ea732b71)

Features

  • generator: removing console message on sub-generator run (b36f007715)
  • generator: Update devDependencies (599792a5fc)
  • generator: Delete npm-debug.log (88a3a6f471)

Bug Fixes

  • generator: require compass only when enabled (2d492880)
  • test: update controller module name (da66a1ed)

v0.1.8 (2014-02-04)

Enhancements

  • generator:

v0.1.7 (2014-02-04)

Bug Fixes

v0.1.6 (2014-02-04)

Made generator-karma-require a dependency

v0.1.5 (2014-02-04)

Bug Fixes

  • test:
    • Updated dependences to use generator-karma-require and tokenise test-bootstrap (88d8ce1fb4)
    • Update service templates for module dependency notation (0e0f1299a4)
    • RequireJS test bootstrapper (f54ff62882)
    • Update spec templates (177c93d052)
    • Append 'Spec' to spec filenames (f348079f1b)
    • Update templates for module dependency notation (24285a4dae)

v0.1.4 (2014-01-28)

Bumped version

v0.1.3 (2014-01-28)

Bug Fixes

v0.1.2 (2014-01-27)

Bug Fixes

  • app:
    • Remove auto-addition of generated script files for directives/services/etc to index.html file (f46637647d)

v0.1.1 (2014-01-26)

Updated package.json contents

v0.1.0 (2014-01-26)

Initial release of generator-angular-require.