Changelog
npm history
10.0.0 (2023-08-10)
⚠ BREAKING CHANGES
- upgrade to Node 14 (#345)
Miscellaneous Chores
9.0.1 (2022-08-23)
Bug Fixes
9.0.0 (2022-06-20)
⚠ BREAKING CHANGES
- update library to use Node 12 (#317)
Bug Fixes
- deps: update dependency @google-cloud/datastore to v7 (#321) (b9e8df4)
Build System
8.0.2 (2021-08-25)
Bug Fixes
8.0.1 (2020-07-09)
Bug Fixes
8.0.0 (2020-06-04)
⚠ BREAKING CHANGES
- drop support for node.js 8 (#204)
Bug Fixes
Build System
7.0.2 (2020-01-06)
Bug Fixes
7.0.1 (2019-06-26)
Bug Fixes
7.0.0 (2019-05-17)
Bug Fixes
- deps: update dependency @google-cloud/datastore to v4 (#131) (6a55055)
Build System
BREAKING CHANGES
- upgrade engines field to >=8.10.0 (#124)
v6.0.0
01-31-2019 23:20 PST
Dependencies
- fix(deps): update dependency @google-cloud/datastore to v3 (#93)
- fix(deps): update dependency @google-cloud/datastore to v2 (#53)
Internal / Testing Changes
- 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)
v5.0.0
BREAKING CHANGES. The import style of this library has changed to support es-module style syntax.
Old code
const kvstore = require('google-cloud-kvstore');
const store = kvstore(datastore);
New Code
const {KVStore} = require('google-cloud-kvstore');
const store = new KVStore(datastore);
New Features
- feat: add promise support, samples, and system tests (#38)
- feat: convert to TypeScript (#14)
Internal / Testing Changes
- 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