Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

65 lines (53 loc) · 1.56 KB

Change Log

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

0.3.2 - 2015-11-30

Fixed

  • package.json description field

0.3.1 - 2015-11-30

Fixed

  • README
  • CHANGELOG

0.3.0 - 2015-11-30

Added

  • Thorough documentation
  • A sample project
  • A Gulpfile with various tasks
  • An .editorconfig
  • Travis integration
  • CodeClimate integration
  • Coveralls integration
  • jshint
  • A Karma config

Changed

  • Switches from bundled libraries to NPM
  • Updates angular-scaffold.js
  • Moves tests from /test to /spec
  • Significant README revision

Fixed

  • CHANGELOG formatting

Removed

  • Gruntfile

Security

  • gulp-nsp now runs a security audit on package.json

0.2.0 - 2015-10-29

Added

  • Create, Edit, Delete, and Fetch All behaviors
  • Pagination
  • Querying
  • Detects Angular 1.2.x Promise handling
  • Tests (scaffoldSpec.js)
  • A .gitignore
  • A Gruntfile with test and watch tasks

0.1.1 - 2015-08-19

Added

  • A CHANGELOG

[0.1.0] - 2015-08-11

  • Initial Release