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 230ea60 commit 6c15b75Copy full SHA for 6c15b75
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### 0.7.0 (Dec 12, 2016)
2
+
3
+* Remove the promise rejection when no accounts are found.
4
+* Move the `noCache` flag into a config object for `accountSummaries.get`.
5
+* Add an `ignoreEmpty` option to the `accountSummaries.get` config object.
6
7
8
### 0.6.0 (June 14, 2016)
9
10
* Expose the column ID to metadata column filters.
package.json
@@ -1,6 +1,6 @@
{
"name": "javascript-api-utils",
- "version": "0.6.0",
+ "version": "0.7.0",
"description": "A collection of utility modules built on top of the gapi client library.",
"scripts": {
"test": "make"
0 commit comments