We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45444c commit 38c19baCopy full SHA for 38c19ba
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
### vNEXT
4
5
+### v0.4.4
6
+
7
- Fixed format of arguments in backward compatible methods ([PR #74](https://github.com/apollostack/angular2-apollo/pull/74))
8
- Made queries reusable (use refetch on new variables) ([PR #74](https://github.com/apollostack/angular2-apollo/pull/74))
9
- Used [`apollo-client-rxjs`](https://github.com/kamilkisiela/apollo-client-rxjs) ([PR #72](https://github.com/apollostack/angular2-apollo/pull/72))
package.json
@@ -1,6 +1,6 @@
1
{
"name": "angular2-apollo",
- "version": "0.4.3",
+ "version": "0.4.4",
"description": "Angular 2.0 client for Apollo",
"main": "build/src/index.js",
"typings": "./build/src/index.d.ts",
0 commit comments