Skip to content

Commit a945f34

Browse files
committed
Merge pull request #47 from radify/changelog-update
Updates CHANGELOG for 0.6.0 release
2 parents fa7ebb6 + b32fbb2 commit a945f34

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.6.0] - 2015-11-19
6+
### Added
7+
- Significantly increases documentation
8+
- Raises test coverage to 95%
9+
- Adds jscs rules for jsDoc
10+
- Installs ngDocs gulp task for documentation generation
11+
- Warren Seymour and Gavin Davies are now project contributors
12+
13+
### Changed
14+
- Vastly improves the README
15+
16+
### Fixed
17+
- Fixes broken gulp-security task
18+
19+
### Removed
20+
- Removes the now deprecated requireSafe package
21+
- Removes gulp-istanbul, which apparently was not in use
22+
23+
### Security
24+
- Installs nsp for the Gulp security task
25+
526
## [0.5.0] - 2015-10-31
627
### Added
728
- Gulp

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-model",
33
"description": "Simple HATEOS-oriented persistence module for AngularJS.",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"license": "BSD-3-Clause",
66
"maintainers": [
77
{

0 commit comments

Comments
 (0)