@googleapis/sheets 0.3.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +67 -0
- package/README.md +2 -2
- package/build/v4.d.ts +86 -86
- package/build/v4.js +4 -2
- package/build/v4.js.map +1 -1
- package/package.json +2 -2
- package/v4.ts +90 -88
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,72 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v2.0.2...sheets-v3.0.0) (2022-06-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* This release has breaking changes.
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* run the generator ([#2971](https://github.com/googleapis/google-api-nodejs-client/issues/2971)) ([adddf01](https://github.com/googleapis/google-api-nodejs-client/commit/adddf018e7cb73adab7341053dd80d72c5a6248d))
|
|
13
|
+
|
|
14
|
+
## [2.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v2.0.1...sheets-v2.0.2) (2022-06-13)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **sheets:** update the API ([0e0cd7d](https://github.com/googleapis/google-api-nodejs-client/commit/0e0cd7d0b6b4784144397e50876586ccfe54658d))
|
|
20
|
+
|
|
21
|
+
### [2.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v2.0.0...sheets-v2.0.1) (2022-03-23)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* **sheets:** update the API ([abe90a4](https://github.com/googleapis/google-api-nodejs-client/commit/abe90a40a7742d1c11626d57e711a649ed529a76))
|
|
27
|
+
|
|
28
|
+
## [2.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/sheets-v1.0.0...sheets-v2.0.0) (2021-09-14)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### ⚠ BREAKING CHANGES
|
|
32
|
+
|
|
33
|
+
* * fix(admin): update the API
|
|
34
|
+
* #### admin:directory_v1
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **auth:** adds support workload identity federation ([#2517](https://www.github.com/googleapis/google-api-nodejs-client/issues/2517)) ([a10707c](https://www.github.com/googleapis/google-api-nodejs-client/commit/a10707c477759e7c9ef6360a2fe800856fb600c1))
|
|
39
|
+
* run the generator ([#2548](https://www.github.com/googleapis/google-api-nodejs-client/issues/2548)) ([339726b](https://www.github.com/googleapis/google-api-nodejs-client/commit/339726b5310e7ea5437e15642cb899c215127f8f))
|
|
40
|
+
* run the generator ([#2627](https://www.github.com/googleapis/google-api-nodejs-client/issues/2627)) ([475f6e8](https://www.github.com/googleapis/google-api-nodejs-client/commit/475f6e87bce7f2a95986d4c2859ff6104e841167))
|
|
41
|
+
* **sheets:** update the API ([d9b89cf](https://www.github.com/googleapis/google-api-nodejs-client/commit/d9b89cf8450175798e7b1b7347268c8bb4b30983))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* **deps:** update dependency googleapis-common to v5 ([#2497](https://www.github.com/googleapis/google-api-nodejs-client/issues/2497)) ([fec087a](https://www.github.com/googleapis/google-api-nodejs-client/commit/fec087abcf3d994dd41c3ffa0a0c12b1f9f09dae))
|
|
47
|
+
* **sheets:** update the API ([82a5676](https://www.github.com/googleapis/google-api-nodejs-client/commit/82a567683eb4ff2b1f91250682a12cb14bfcbb44))
|
|
48
|
+
* **sheets:** update the API ([b95d407](https://www.github.com/googleapis/google-api-nodejs-client/commit/b95d407da45ae76695839acf1a12fb98feaba213))
|
|
49
|
+
* **sheets:** update the API ([3c5cc08](https://www.github.com/googleapis/google-api-nodejs-client/commit/3c5cc08c6b44bafe000e607b9652873b42fbf262))
|
|
50
|
+
* upgrade webpack from 4 to 5 ([#2524](https://www.github.com/googleapis/google-api-nodejs-client/issues/2524)) ([ecfd8bf](https://www.github.com/googleapis/google-api-nodejs-client/commit/ecfd8bfcd06e1beabff7ec9a8c4000222379eb8d))
|
|
51
|
+
|
|
52
|
+
## [1.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/sheets-v0.3.1...sheets-v1.0.0) (2021-06-02)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### ⚠ BREAKING CHANGES
|
|
56
|
+
|
|
57
|
+
* * fix(admin): update the API
|
|
58
|
+
|
|
59
|
+
### Features
|
|
60
|
+
|
|
61
|
+
* run the generator ([#2627](https://www.github.com/googleapis/google-api-nodejs-client/issues/2627)) ([475f6e8](https://www.github.com/googleapis/google-api-nodejs-client/commit/475f6e87bce7f2a95986d4c2859ff6104e841167))
|
|
62
|
+
|
|
63
|
+
### [0.3.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/sheets-v0.3.0...sheets-v0.3.1) (2021-05-23)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Bug Fixes
|
|
67
|
+
|
|
68
|
+
* **sheets:** update the API ([b95d407](https://www.github.com/googleapis/google-api-nodejs-client/commit/b95d407da45ae76695839acf1a12fb98feaba213))
|
|
69
|
+
|
|
3
70
|
## [0.3.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/sheets-v0.2.0...sheets-v0.3.0) (2021-04-07)
|
|
4
71
|
|
|
5
72
|
|
package/README.md
CHANGED
|
@@ -15,10 +15,10 @@ All documentation and usage information can be found on [GitHub](https://github.
|
|
|
15
15
|
Information on classes can be found in [Googleapis Documentation](https://googleapis.dev/nodejs/googleapis/latest/sheets/classes/Sheets.html).
|
|
16
16
|
|
|
17
17
|
## License
|
|
18
|
-
This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/
|
|
18
|
+
This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/main/LICENSE).
|
|
19
19
|
|
|
20
20
|
## Contributing
|
|
21
|
-
We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/
|
|
21
|
+
We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/main/.github/CONTRIBUTING.md).
|
|
22
22
|
|
|
23
23
|
## Questions/problems?
|
|
24
24
|
* Ask your development related questions on [StackOverflow](http://stackoverflow.com/questions/tagged/google-api-nodejs-client).
|