Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

44 lines (28 loc) · 3.54 KB

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)