Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 6bf6fa3

Browse files
author
Juha Mustonen
committed
Release 0.4.0
1 parent 43c56e6 commit 6bf6fa3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ An unofficial client for *reading* data from Google Sheets, since [googleapis do
9191
9292
Relevant API methods, see code for details and internal ones.
9393
94-
**NOTE:** All the methods returns a Promise.
94+
**NOTE:** All the methods returns a native (polyfilled when needed) Promise.
9595
9696
### Sheets(options)
9797
@@ -140,6 +140,7 @@ Fetch cell contents from one worksheet
140140

141141
## Changelog
142142

143+
- 0.4.0: Added support for setting auth scope (makes module usable with other Google APIs as well)
143144
- 0.3.0: Using native promises if available, added `rowCount` and `colCount` to `getSheet()` response
144145
- 0.2.3: Improved documentation
145146
- 0.2.2: Fixed the issue the range with double digits, like `A1:C10`
@@ -153,7 +154,7 @@ Module is MIT -licensed
153154
154155
## Credit
155156
156-
Module was initiated by
157+
Module is backed by
157158
158159
<a href="http://sc5.io">
159160
<img src="http://logo.sc5.io/78x33.png" style="padding: 4px 0;">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-sheets-api",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Unofficial Google Sheets node API",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)