Skip to content

Commit

Permalink
Merge pull request #47 from radify/changelog-update
Browse files Browse the repository at this point in the history
Updates CHANGELOG for 0.6.0 release
  • Loading branch information
nateabele committed Nov 20, 2015
2 parents fa7ebb6 + b32fbb2 commit a945f34
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-model",
"description": "Simple HATEOS-oriented persistence module for AngularJS.",
"version": "0.5.0",
"version": "0.6.0",
"license": "BSD-3-Clause",
"maintainers": [
{
Expand Down

0 comments on commit a945f34

Please sign in to comment.