Skip to content

Latest commit

 

History

History
249 lines (129 loc) · 12.6 KB

File metadata and controls

249 lines (129 loc) · 12.6 KB

1.2.4 (2015-02-28)

Bug Fixes

  • Gruntfile: enable grunt bump task by including in missing require statements (for semver, e (d0bc3c48)

Features

  • buildcontrol: enable buildcontrol throught jit mapping for grunt-build-control (6c1d8a82)

1.2.3 (2015-02-18)

Features

  • index.js: get rid of annoying Heroku deployment messages, add docs for hub (67f0c1bd)

1.2.2 (2015-02-18)

Bug Fixes

  • .bowerrc: revert to old behavior, interactive false breaks bower install (4d33caa4)

1.2.1 (2015-02-18)

Bug Fixes

  • .bowerrc: add interactive false for bowerrc so that it resolves automatically (99c90b5d)

1.2.0 (2015-02-18)

Bug Fixes

  • _README.md: remove broken code climate link, add info about deploying to heroku with grunt b (adad2700)

Features

  • Gruntfile.js: add buildcontrol support for heroku (56eb4bc9)

1.1.15 (2015-02-18)

Bug Fixes

  • _bower.json: add angular-bootstrap back in (1d739504)

1.1.14 (2015-02-18)

Bug Fixes

  • gitignore: gitignore must include *.sass-cache (5127b0cc)

1.1.13 (2015-02-18)

1.1.12 (2015-02-18)

Bug Fixes

  • profile.html: add closing div for profile, fix broken view (718e45e3)

1.1.11 (2015-02-17)

Features

  • index.js: provide canned responses for prompts, remove current prompts to speed up generat (7c6830a0)

1.1.10 (2015-02-08)

Bug Fixes

  • all: comment out persistent problems for now (f25bc43a)

1.1.9 (2015-02-08)

Bug Fixes

  • all_variables.scss: try again with this compass task (0e9f5822)

1.1.8 (2015-02-08)

Bug Fixes

  • style.scss: rename scss files so that _variables.scss comes first and compass:dist task does (8b295685)

1.1.7 (2015-02-08)

Bug Fixes

  • injector.js: left out clientApp var (68c17629)

Features

  • app.config.js: file was never saved on previous update of app.config with ui-router (fa79b45d)

1.1.6 (2015-02-08)

Bug Fixes

  • _bower.json: rearrange order of dev dependencies in generated app's bower.json so grunt-injec (e7ed87cc)

Features

  • AuthCtrl.js: add methods from IdentityService for easier integration of auth logic (fa6e0c34)
  • IdentityService: improve isAuthenticated function, add isAdmin() (9f064410)
  • app.config.js: placeholder ui-router route for admin view with user list to be implemented in w (0676b930)
  • auth-widget.html: implement fully functional auth-widget, modify tests for new design (958f9533)
  • config.js: migrate core routes to ui-router (56f662d9)
  • cuNavbar.js: rename lvNavbar and give it a significant controller (b87997ad)
  • index.html: implement ui-view in index.html (1702be67)
  • injector.js: automate proper placement of modules by injector using .module.js suffix (57b5a413)
  • karma.conf.js: enable module loading first with new naming scheme - *.module.jjs (3fe80fcc)
  • module: rename all modules to *.module.js so regexp injector and karma can order them, c (06f92a00)
  • navbar.html: update navbar.html, adding placeholders for directives to build (71a7a7e4)

1.1.5 (2015-02-07)

Bug Fixes

  • index.js: careless error in method, everything run through and checks out (7023a1aa)

1.1.4 (2015-02-07)

Bug Fixes

  • _package.json: bump version of grunt-ng-annotate to 0.9.2 to successfully annotate app (2ec363ab)

1.1.3 (2015-02-07)

1.1.2 (2015-02-07)

Bug Fixes

  • index.js:
    • yeoman logger doesn't seem to be available in deploy child process, so log to co (700051db)
    • install npm and then bower to get correct messages for bower conflicts (9a2ec76b)
  • injector.js: add in file checks to prevent injecting tests into index.html, which then get ug (1ce74df2)
  • lvAuthWidget.spec.js: modify test for displayLogin so all tests pass, closes #16 (eb44fa4f)
  • lvUserService.spec.js: rename improperly named spec file, closes #26 (ba11a914)
  • nav-menu.html: fix broken nav dropdown with new require attributes from angular-bootstrap, fixe (ec1a14b3)
  • package.json: fix repository info so that the url enables conventional changelog to generate t (c1e1a07e)
  • style.scss: use protocol-related url (by not specifying http) so it can be loaded in secure (d7f72ff6)

Features

  • _package.json: use organizationname for github url, update repo description, closes #13 (393d9f1c)
  • externalServicesPrompts.js: add organizationname (github username or organization) to prompts (e82b6833)

1.1.1 (2014-11-23)

Bug Fixes

  • Gruntfile: add grunt-conventional-changelog to just-in-time static mappings for template ap (c3f7d34d)
  • UserDataService.spec: misspelled jshint comment (2c79d7f3)
  • changelog: changelog not automatically committed and pushed during bump (c4b59535)
  • config: fix gruntfile to ensure dev server runs with devlopment db (937cde81)

Features

  • db: add custom mongoose plugins for timestamps and paranoidDelete on models (3f7d7db6)
  • grunt: upgrade Gruntfile and tasks (6c492b3c)
  • releases: add grunt-conventional-changelog and grunt-release to automate version releases (0f81f02d)
  • user: add UserDataService for seeding and searching user (bd631ded)
  • user.model: add timestamps plugin, add accountStatus, require lowercase for email, improve c (ac20ea15)

1.0.0 (2014-11-04)

Bug Fixes

  • deployPrompts: fix string parsing in deployPrompts and give useful message on heroku push (ab60f303)
  • errors: add temporary errors module for handling server-side errors (da819829)
  • gruntfile: remove extra semicolon from config mochaTest (6418a0d5)
  • server.js: surround with iife, export for require (0488adf1)

Features

  • Gruntfile: add mochaTest task and multiple targets to grunt test (8e584a9b)
  • auth.service: add role to token payload and hasRole check for route middleware (a5fc0520)
  • config: add config for test, add test db, add morgan formatting (ec335289)
  • user: add full user capabilities and server-side tests (4578d8d7)
  • versioning: add grunt task bump:type for running conventional changelog and release tasks (c51ec138)

1.0.0 (2014-10-19)