Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.52 KB

File metadata and controls

62 lines (48 loc) · 1.52 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.6.1 - 2015-11-25

Added

  • Automates NPM publication

0.6.0 - 2015-11-19

Added

  • Significantly increases documentation
  • Raises test coverage to 95%
  • Adds jscs rules for jsDoc
  • Installs ngDocs gulp task for documentation generation
  • Warren Seymour and Gavin Davies are now project contributors

Changed

  • Vastly improves the README

Fixed

  • Fixes broken gulp-security task

Removed

  • Removes the now deprecated requireSafe package
  • Removes gulp-istanbul, which apparently was not in use

Security

  • Installs nsp for the Gulp security task

0.5.0 - 2015-10-31

Added

  • Gulp
  • CodeClimate reporting and badge
  • runSequence for Gulp
  • jscs for code style
  • jshint for linting
  • dependency badges

Changed

  • Gulp, rather than Karma, handles Coveralls reporting

Fixed

  • Coveralls reporting and badge

Security

  • Adds requireSafe security check to Gulp

Updated

  • Updates package.json
  • Style updates in angular-model.js

0.4.1 - 2015-08-19

Added

  • CHANGELOG