Skip to content

Commit a2932ab

Browse files
authored
Release v0.5.0 (#114)
1 parent 73295a3 commit a2932ab

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Change log
22

3-
### vNEXT
3+
### v0.5.0
44

55
- Added `subscribe` method to `Angular2Apollo` service ([PR #113](https://github.com/apollostack/angular2-apollo/pull/113))
66
- Added `updateQuery` to `ApolloQueryObservable` ([PR #113](https://github.com/apollostack/angular2-apollo/pull/113))
7+
- **Deprecated** `ApolloQueryPipe` (use `SelectPipe` instead)
8+
- **Deprecated** `Apollo` decorator (use `Angular2Apollo` service)
9+
- **BREAKING CHANGE** No longer support for ApolloClient v0.3.X
710

811
### v0.4.6
912

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-apollo",
3-
"version": "0.4.6",
3+
"version": "0.5.0",
44
"description": "Angular 2.0 client for Apollo",
55
"main": "build/src/index.js",
66
"typings": "./build/src/index.d.ts",
@@ -29,7 +29,7 @@
2929
"prepublish": "npm run clean && npm run build"
3030
},
3131
"peerDependencies": {
32-
"apollo-client": "^0.3.0 || ^0.4.0",
32+
"apollo-client": "^0.4.0",
3333
"@angular/core": "^2.0.0",
3434
"rxjs": "^5.0.0-beta.12"
3535
},

0 commit comments

Comments
 (0)