10.0.0 (2023-08-10)
- upgrade to Node 14 (#345)
9.0.1 (2022-08-23)
9.0.0 (2022-06-20)
- update library to use Node 12 (#317)
8.0.2 (2021-08-25)
8.0.1 (2020-07-09)
8.0.0 (2020-06-04)
- drop support for node.js 8 (#204)
- apache license URL (#468) (#201) (7504954)
- update license to Apache-2.0 (#213) (db76512)
- deps: update dependency @google-cloud/datastore to v6 (#215) (3128a65)
7.0.2 (2020-01-06)
- add repo metadata (#159) (6eafd3a)
- deps: pin TypeScript below 3.7.0 (1ade865)
- deps: update dependency @google-cloud/datastore to v5 (#166) (8addcc7)
- docs: add jsdoc-region-tag plugin (#162) (9429c5f)
7.0.1 (2019-06-26)
7.0.0 (2019-05-17)
- upgrade engines field to >=8.10.0 (#124)
01-31-2019 23:20 PST
- fix(deps): update dependency @google-cloud/datastore to v3 (#93)
- fix(deps): update dependency @google-cloud/datastore to v2 (#53)
- chore(deps): update dependency eslint-config-prettier to v4 (#95)
- build: ignore googleapis.com in doc link check (#94)
- build: check broken links in generated docs (#91)
- test: add sample tests (#90)
- chore(build): inject yoshi automation key (#89)
- chore: update nyc and eslint configs (#88)
- chore: fix publish.sh permission +x (#86)
- fix(build): fix Kokoro release script (#85)
- build: add Kokoro configs for autorelease (#84)
- chore: always nyc report before calling codecov (#82)
- chore: nyc ignore build/test by default (#81)
- chore: clean up usage of prettier and eslint (#80)
- chore: update synth metadata and templates (#78)
- fix(build): fix system key decryption (#73)
- chore(deps): update dependency typescript to ~3.2.0 (#72)
- chore: add synth.metadata
- chore(deps): update dependency gts to ^0.9.0 (#69)
- chore: update eslintignore config (#68)
- chore: use latest npm on Windows (#67)
- chore: update CircleCI config (#66)
- chore: include build in eslintignore (#63)
- chore(deps): update dependency eslint-plugin-node to v8 (#59)
- chore: update issue templates (#58)
- chore: remove old issue template (#56)
- build: run tests on node11 (#55)
- chores(build): run codecov on continuous builds (#49)
- chore(deps): update dependency eslint-plugin-prettier to v3 (#52)
- chore(deps): update dependency typescript to ~3.1.0 (#51)
- chores(build): do not collect sponge.xml from windows builds (#50)
- chore: update new issue template (#48)
- build: fix codecov uploading on Kokoro (#45)
BREAKING CHANGES. The import style of this library has changed to support es-module style syntax.
const kvstore = require('google-cloud-kvstore');
const store = kvstore(datastore);
const {KVStore} = require('google-cloud-kvstore');
const store = new KVStore(datastore);
- Update kokoro config (#37)
- Update kokoro config (#36)
- test: remove appveyor config (#35)
- Update kokoro config (#34)
- Enable prefer-const in the eslint config (#33)
- Enable no-var in eslint (#32)
- Move to the new github org (#31)
- Update CI config (#30)
- Retry npm in CI (#28)
- Update CI config (#25)
- Add common CI config (#24)
- chore(deps): update dependency nyc to v13 (#23)
- update synth file
- Update the CI config (#22)
- chore: update CircleCI config
- chore(deps): update dependency eslint-config-prettier to v3 (#20)
- chore: ignore package-lock.json (#19)
- chore(deps): lock file maintenance (#18)
- chore: improve types, enable noImplicitAny (#15)
- chore: update renovate config (#11)
- chore: upgrade to es6 (#13)
- chore: enable CI and add a synth file (#12)
- chore: Configure Renovate (#10)
- package.json: Update main file and files array (#9)
- chore: reorganize the files (#8)
- fixy
- chore: make it OSPO compliant
- RENAME to google-cloud-kvstore