File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
- ### vNEXT
3
+ ### v0.5.0
4
4
5
5
- Added ` subscribe ` method to ` Angular2Apollo ` service ([ PR #113 ] ( https://github.com/apollostack/angular2-apollo/pull/113 ) )
6
6
- 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
7
10
8
11
### v0.4.6
9
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular2-apollo" ,
3
- "version" : " 0.4.6 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"description" : " Angular 2.0 client for Apollo" ,
5
5
"main" : " build/src/index.js" ,
6
6
"typings" : " ./build/src/index.d.ts" ,
29
29
"prepublish" : " npm run clean && npm run build"
30
30
},
31
31
"peerDependencies" : {
32
- "apollo-client" : " ^0.3.0 || ^0. 4.0" ,
32
+ "apollo-client" : " ^0.4.0" ,
33
33
"@angular/core" : " ^2.0.0" ,
34
34
"rxjs" : " ^5.0.0-beta.12"
35
35
},
You can’t perform that action at this time.
0 commit comments