5.0.0 (2024-02-06)
- upgrade to Node 14 (#377)
4.0.1 (2022-08-23)
4.0.0 (2022-05-20)
- update library to use Node 12 (#344)
3.0.5 (2022-04-13)
3.0.4 (2021-08-14)
3.0.3 (2021-02-09)
3.0.2 (2020-09-23)
3.0.1 (2020-07-10)
3.0.0 (2020-06-04)
- update to latest version of gts/typescript (#223)
- drop Node 8 from engines field (#221)
- deps: update dependency google-auth-library to v6 (#220) (be859ff)
- apache license URL (#468) (#227) (4a9744f)
2.1.4 (2020-01-06)
- add repo metadata (#183) (a85c7a8)
- build: run synthtool with new repo name (#191) (a695c78)
- deps: TypeScript 3.7.0 causes breaking change in typings (#190) (4f15c1f)
2.1.3 (2019-09-06)
2.1.2 (2019-07-29)
2.1.1 (2019-06-26)
2.1.0 (2019-06-24)
2.0.0 (2019-05-09)
- deps: update dependency google-auth-library to v4 (#143) (e24ff51)
- remove unused pify dependency (#138) (e189506)
- deps: update dependency arrify to v2 (#130) (0d6cec3)
- upgrade engines field to >=8.10.0 (#135)
02-05-2019 15:28 PST
- feat: introduce async methods (#100)
- fix(deps): update dependency google-auth-library to v3 (#103)
Welcome to 1.0! The big feature in this release is the availability of TypeScript types out of the box. To that end, there is a breaking change:
BREAKING CHANGE: The GCEImages object must now be instantiated.
const images = require('gce-images')();const {GCEImages} = require('gce-images');
const images = new GCEImages();======
- fix(deps): update dependency google-auth-library to v2 (#33)
- chore: drop dependency on got and google-auto-auth (#23)
- chore: update CircleCI config (#71)
- chore: include build in eslintignore (#68)
- chore(deps): update dependency eslint-plugin-node to v8 (#64)
- chore: update issue templates (#63)
- chore: remove old issue template (#61)
- build: run tests on node11 (#60)
- chores(build): run codecov on continuous builds (#55)
- chore(deps): update dependency typescript to ~3.1.0 (#57)
- chore(deps): update dependency eslint-plugin-prettier to v3 (#58)
- chores(build): do not collect sponge.xml from windows builds (#56)
- chore: update new issue template (#54)
- chore: update build config (#51)
- Update kokoro config (#48)
- Re-generate library using /synth.py (#45)
- Update kokoro config (#44)
- test: remove appveyor config (#43)
- Update CI config (#42)
- Enable prefer-const in the eslint config (#40)
- Enable no-var in eslint (#39)
- Move to the new github org (#38)
- Update CI config (#37)
- Retry npm install in CI (#35)
- Update CI config (#32)
- chore(deps): update dependency nyc to v13 (#31)
- remove the docs command
- Update the CI config (#30)
- test: add a key for CircleCI (#29)
- Re-generate library using /synth.py (#28)
- chore(deps): update dependency eslint-config-prettier to v3 (#27)
- chore: ignore package-lock.json (#26)
- chore(deps): lock file maintenance (#25)
- chore: update renovate config (#20)
- chore: upgrade to es6 (#24)
- chore(deps): update dependency mocha to v5 (#17)
- fix(deps): update dependency async to v2 (#18)
- fix(deps): update dependency google-auto-auth to ^0.10.0 (#16)
- Check in synth.py and conform to google node repo standards (#14)
- Update renovate.json
- Add renovate.json
- chore: fix the directory structure (#12)
- chore: make it OSPO compliant (#10)