Skip to content

Commit e74ef9b

Browse files
authored
Release v0.9.0-rc.1 (#191)
1 parent dc10551 commit e74ef9b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
### vNEXT
44

5+
### v0.9.0-rc.1
6+
57
- 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)
711

812
### v0.8.0
913

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-apollo",
3-
"version": "0.8.0",
3+
"version": "0.9.0-rc.1",
44
"description": "Angular 2.0 client for Apollo",
55
"main": "build/bundles/apollo.umd.js",
66
"module": "build/src/index.js",

0 commit comments

Comments
 (0)