Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Latest commit

 

History

History
233 lines (139 loc) · 12.4 KB

File metadata and controls

233 lines (139 loc) · 12.4 KB

Changelog

npm history

5.0.0 (2024-02-06)

⚠ BREAKING CHANGES

  • upgrade to Node 14 (#377)

Miscellaneous Chores

4.0.1 (2022-08-23)

Bug Fixes

4.0.0 (2022-05-20)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#344)

Build System

3.0.5 (2022-04-13)

Bug Fixes

  • typescript: address bug with GoogleAuth types (#336) (c78f532)

3.0.4 (2021-08-14)

Bug Fixes

3.0.3 (2021-02-09)

Bug Fixes

  • deps: update dependency google-auth-library to v7 (#285) (913b976)

3.0.2 (2020-09-23)

Bug Fixes

3.0.1 (2020-07-10)

Bug Fixes

3.0.0 (2020-06-04)

⚠ BREAKING CHANGES

  • update to latest version of gts/typescript (#223)
  • drop Node 8 from engines field (#221)

Features

Bug Fixes

Build System

  • update to latest version of gts/typescript (#223) (df07287)

2.1.4 (2020-01-06)

Bug Fixes

  • 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)

Bug Fixes

  • use compute.googleapis.com as base URI (#168) (98c45e5)

2.1.2 (2019-07-29)

Bug Fixes

  • deps: update dependency google-auth-library to v5 (#161) (21bc2ed)

2.1.1 (2019-06-26)

Bug Fixes

2.1.0 (2019-06-24)

Features

2.0.0 (2019-05-09)

Bug Fixes

  • deps: update dependency google-auth-library to v4 (#143) (e24ff51)
  • remove unused pify dependency (#138) (e189506)
  • deps: update dependency arrify to v2 (#130) (0d6cec3)

Build System

BREAKING CHANGES

  • upgrade engines field to >=8.10.0 (#135)

v1.1.0

02-05-2019 15:28 PST

New Features

  • feat: introduce async methods (#100)

Dependencies

  • fix(deps): update dependency google-auth-library to v3 (#103)

Documentation

  • docs: add lint/fix example to contributing guide (#107)
  • docs: add samples and sample tests (#88)

v1.0.0

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.

Old Code

const images = require('gce-images')();

New Code

const {GCEImages} = require('gce-images');
const images = new GCEImages();

======

New Features

  • feat: convert to TypeScript (#21)
  • fix: improve TypeScript types (#72)

Dependencies

  • fix(deps): update dependency google-auth-library to v2 (#33)
  • chore: drop dependency on got and google-auto-auth (#23)

Documentation

Internal / Testing Changes

  • 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)