Skip to content

Commit 70060f7

Browse files
committed
Update CHANGELOG and README
1 parent 6efe0f8 commit 70060f7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [3.3.0](https://github.com/ghidoz/angular2-jsonapi/compare/v3.2.1...v3.3.0) (2016-11-01)
2+
3+
### Bug Fixes
4+
- Override accept/content-type headers instead of adding ([#39](https://github.com/ghidoz/angular2-jsonapi/issues/39)) ([5c1f984](https://github.com/ghidoz/angular2-jsonapi/commit/5c1f984))
5+
- Remove "hard" dependencies to @angular packages and introduce peerDependencies ([#46](https://github.com/ghidoz/angular2-jsonapi/issues/46)) ([6efe0f8](https://github.com/ghidoz/angular2-jsonapi/commit/6efe0f8))
6+
7+
### Features
8+
- Support error objects from JSON API specification ([d41ecb9](https://github.com/ghidoz/angular2-jsonapi/commit/d41ecb9))
9+
110
# [3.2.1](https://github.com/ghidoz/angular2-jsonapi/compare/v3.2.0...v3.2.1) (2016-10-13)
211

312
### Bug Fixes

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ It's also possible to handle errors for all requests by overriding `handleError(
428428
## TODO
429429
- [x] Deleting records
430430
- [ ] Conversion to and from `Date` property
431-
- [ ] Handling validation errors
431+
- [x] Handling validation errors
432432
- [ ] Updating or removing a relationship
433433
- [ ] [Explicit inverses](https://guides.emberjs.com/v2.8.0/models/relationships/#toc_explicit-inverses)
434434
- [ ] Loading an object's relationships

0 commit comments

Comments
 (0)