Skip to content

Latest commit

 

History

History
115 lines (95 loc) · 8.36 KB

CHANGELOG.md

File metadata and controls

115 lines (95 loc) · 8.36 KB

Changelog

npm history

v1.0.0

11-13-2018 08:31 PST

Implementation Changes

  • Empty column qualifiers are no longer rejected (#353)

Dependencies

  • fix(deps): update dependency google-gax to ^0.22.0 (#366)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#364)

Documentation

  • Added example region-tag for Family.js (#262)
  • Added example region-tags for cluster object (#284)
  • chore: drop contributors from multiple places (#363)
  • fix(samples): Fixing the Hello world (#339)

Internal / Testing Changes

  • chore: update eslintignore config (#365)
  • refactor: use object.assign and drop lodash.flatten (#362)
  • chore: remove a few unused dependencies (#358)
  • chore: use latest npm on Windows (#361)
  • chore: fix and run the linter (#357)
  • fix(deps): update dependency through2 to v3 (#359)
  • Cleanup of ChunkTransformer (#355)
  • chore: update CircleCI config (#352)
  • chore: include build in eslintignore (#349)
  • chore(deps): update dependency eslint-plugin-node to v8 (#345)
  • chore: update issue templates (#344)
  • chore: remove old issue template (#340)
  • build: run tests on node11 (#338)

v0.16.1

Dependencies

  • fix(deps): update dependency @google-cloud/bigtable to ^0.16.0 (#326)

Documentation

  • Clean up the "hello world" code sample (#328)
  • fix(docs): make Filter class public should it shows up in docs (#331)

Internal / Testing Changes

  • chores(build): run codecov on continuous builds (#334)
  • chore: update new issue template (#332)
  • Fix some issues in the contributing instructions. (#325)

v0.16.0

Implementation Changes

  • Restricted combinations of row selection on read rows. (#315)
  • table.exists uses getTable with a Name only view for better perofrmance. (#280)

New Features

  • Added Table.getReplicationStates (#279)

Dependencies

  • chore(deps): update dependency sinon to v7 (#321)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#317)
  • fix(deps): update dependency @google-cloud/common-grpc to ^0.9.0 (#307)
  • fix(deps): update dependency google-gax to ^0.20.0 (#302)
  • chore(deps): update dependency nyc to v13 (#285)
  • fix(deps): update dependency @google-cloud/common-grpc to ^0.8.0 (#289)
  • fix(deps): update dependency google-auth-library to v2 (#290)
  • fix(deps): update dependency google-gax to ^0.19.0 (#281)
  • chore(deps): update dependency eslint-config-prettier to v3 (#274)
  • fix(deps): update dependency google-gax to ^0.18.0 (#263)

Documentation

  • Added @example tags to src/table.js (#239)
  • Added example region-tags for row object (#266)
  • documentation update for getTables (#311)
  • move instance snippet tests to document-snippets/tests (#308)
  • Added @example tags to src/instance.js (#222) (#252)

Internal / Testing Changes

  • build: fix codecov uploading on Kokoro (#323)
  • test: System test fix (#322)
  • Update kokoro config (#318)
  • build: prevent system/sample-test from leaking credentials
  • Update the kokoro config (#313)
  • test: remove appveyor config (#312)
  • Update the CI config (#310)
  • Fix the linter (#306)
  • Enable prefer-const in the eslint config (#305)
  • Enable no-var in eslint (#304)
  • Re-generate library using /synth.py (#303)
  • test: throw on deprecation (#264)
  • Update CI config (#300)
  • Split usage of common module (#297)
  • Retry npm install in CI (#295)
  • Re-generate library using /synth.py (#292)
  • Re-generate library using /synth.py (#287)
  • Update the CI config (#283)
  • Update synth.py (#276)
  • chore: make the CircleCI config consistent (#282)
  • Re-generate library using /synth.py (#277)
  • build: add repo_name to synth.py (#275)
  • chore: run prettier for auto-generated code (#273)
  • chore: do not use npm ci (#272)
  • Re-generate library using /synth.py (#270)
  • chore: ignore package-lock.json (#269)
  • chore(deps): lock file maintenance (#268)
  • chore(deps): lock file maintenance (#267)
  • chore: update renovate config (#265)
  • chore(deps): lock file maintenance (#261)
  • Use assert.deepStrictEqual instead of deepEqual. (#253)
  • test: use strictEqual in tests (#250)