File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
# [ 3.2.1] ( https://github.com/ghidoz/angular2-jsonapi/compare/v3.2.0...v3.2.1 ) (2016-10-13)
2
11
3
12
### Bug Fixes
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ It's also possible to handle errors for all requests by overriding `handleError(
428
428
## TODO
429
429
- [x ] Deleting records
430
430
- [ ] Conversion to and from ` Date ` property
431
- - [ ] Handling validation errors
431
+ - [x ] Handling validation errors
432
432
- [ ] Updating or removing a relationship
433
433
- [ ] [Explicit inverses ](https :// guides.emberjs.com/v2.8.0/models/relationships/#toc_explicit-inverses)
434
434
- [ ] Loading an object ' s relationships
You can’t perform that action at this time.
0 commit comments