File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### vNEXT
4
4
5
+ ### v0.9.0-rc.1
6
+
5
7
- Support ` es6 ` modules and ` tree-shaking ` ([ PR #151 ] ( https://github.com/apollostack/angular2-apollo/pull/151 ) )
6
- - Make our ` Ahead-of-Time ` compilation compatible with Angular 2.3.0 ([ PR #189 ] ( https://github.com/apollostack/angular2-apollo/pull/189 ) , [ PR #195 ] ( https://github.com/apollostack/angular2-apollo/pull/195 ) )
8
+ - Make our ` Ahead-of-Time ` compilation compatible with Angular 2.3+ ([ PR #189 ] ( https://github.com/apollostack/angular2-apollo/pull/189 ) , [ PR #195 ] ( https://github.com/apollostack/angular2-apollo/pull/195 ) )
9
+ - Added ` getClient() ` that exposes an instance of ApolloClient ([ PR #203 ] ( https://github.com/apollostack/angular2-apollo/pull/203 ) )
10
+ - ** BREAKING CHANGE** The way to provide an instance of ApolloClient has changed, [ see how] ( https://github.com/apollostack/angular2-docs/pull/23 )
7
11
8
12
### v0.8.0
9
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular2-apollo" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.9.0-rc.1 " ,
4
4
"description" : " Angular 2.0 client for Apollo" ,
5
5
"main" : " build/bundles/apollo.umd.js" ,
6
6
"module" : " build/src/index.js" ,
You can’t perform that action at this time.
0 commit comments