Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/nodejs-datastore Loading
base: v4.1.4
Choose a base ref
...
head repository: googleapis/nodejs-datastore Loading
compare: v4.2.0
Choose a head ref
  • 10 commits
  • 20 files changed
  • 8 contributors

Commits on Jul 26, 2019

  1. Configuration menu
    Copy the full SHA
    1f97053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1850f25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    215cbee View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. fix(types): correct type of Datastore.KEY (#459)

    `entity.KEY_SYMBOL` is defined as a `unique symbol` and without explicit reference back to the original type, the `unique symbol` flows into a regular `symbol`, which loses some of its semantic meaning.
    
    This guarantees that `Datastore.KEY` and `entity.KEY_SYMBOL` (and `new Datastore().KEY`) are truly equivalent within the type system.
    ckknight authored and JustinBeckwith committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    09def6d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    e127373 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23b8a52 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. build: add Node 12 remove Node 11 (#469)

    bcoe authored and AVaksman committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    b526098 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Configuration menu
    Copy the full SHA
    771b634 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    357a9cf View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. chore: release 4.2.0 (#464)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and JustinBeckwith committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    e39c801 View commit details
    Browse the repository at this point in the history
Loading