这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: busunkim96/nodejs-bigtable

Tags

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v0.16.1 (googleapis#335)

v0.16.0

Toggle v0.16.0's commit message
Release @google-cloud/bigtable v0.16.0 (googleapis#319)

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use GCLOUD_PROJECT instead of PROJECT_ID (googleapis#234)

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix broken system test (googleapis#156)

`if (!isNaN(num) && isFinite(num)) {` is no longer a valid check if the converted number is valid. Instead:

```js
if (Number.MIN_SAFE_INTEGER < num && num < Number.MAX_SAFE_INTEGER) {
```

is used. Also there's no point in trying to convert the buffer to a number if the buffer length isn't `8`

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip "should delete all rows" test (googleapis#101)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.13.0 (googleapis#66)

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing a lint regression (googleapis#60)

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
0.11.1 (googleapis#26)

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump to 0.11.0 (googleapis#4)

v0.10.2

Toggle v0.10.2's commit message
bigtable @ 0.10.2 tagged.