Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Releases: yeoman/generator-angular

v0.5.0

20 Jan 18:25
Compare
Choose a tag to compare

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

20 Jan 18:24
Compare
Choose a tag to compare

Features

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

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)

v0.3.1

25 Jul 08:51
Compare
Choose a tag to compare

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)

v0.3.0

20 Jan 18:23
Compare
Choose a tag to compare

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

20 Jan 18:21
Compare
Choose a tag to compare

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

20 Jan 18:20
Compare
Choose a tag to compare

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)

v0.1.5

26 Oct 18:02
Compare
Choose a tag to compare
0.1.5

v0.1.4

26 Oct 18:02
Compare
Choose a tag to compare
0.1.4

v0.1.3

26 Oct 18:02
Compare
Choose a tag to compare
0.1.3

v0.1.2

26 Oct 18:02
Compare
Choose a tag to compare
0.1.2