UNPKG

angular-scaffold

Version:

Angular Scaffold is a collection of convenience wrappers around angular-model collections.

66 lines (53 loc) 1.59 kB
# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## [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 [Unreleased]: https://github.com/radify/angular-scaffold/compare/0.3.2...HEAD [0.3.2]: https://github.com/radify/angular-scaffold/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/radify/angular-scaffold/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/radify/angular-scaffold/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/radify/angular-scaffold/compare/0.1.1...0.2.0 [0.1.1]: https://github.com/radify/angular-scaffold/compare/0.1.0...0.1.1