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/google-api-nodejs-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8669d9ae0f183fec5e08875957f5d881db9b5b30
Choose a base ref
...
head repository: googleapis/google-api-nodejs-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f9336af2b17f94765c4651fbe6731f887aafb412
Choose a head ref

Commits on Jan 24, 2018

  1. Copy the full SHA
    eb9e1d9 View commit details
  2. Copy the full SHA
    48a290b View commit details
  3. feat: distribute functional d.ts (#943)

    BREAKING CHANGE: This library is now optimized for es6 modules.  In previous
    versions you would import the library like this:
    
    ```js
    const google = require('googleapis');
    ```
    
    In this and future versions, you must use a named import:
    
    ```js
    const {google} = require('googleapis');
    ```
    
    You may also reference the type to instantiate a new instance:
    
    ```js
    const {GoogleApis} = require('googleapis');
    const google = new GoogleApis();
    ```
    JustinBeckwith authored Jan 24, 2018
    Copy the full SHA
    619a017 View commit details
  4. Create .appveyor.yml (#954)

    * Create .appveyor.yml
    
    * removing extra stuff as suggested
    alexander-fenster authored Jan 24, 2018
    Copy the full SHA
    4de975d View commit details

Commits on Jan 25, 2018

  1. Copy the full SHA
    098c2ae View commit details
  2. Copy the full SHA
    8318e7e View commit details
  3. Copy the full SHA
    f78d239 View commit details
  4. Copy the full SHA
    e6f2a5d View commit details
  5. Copy the full SHA
    6258b40 View commit details
  6. Copy the full SHA
    30e8c15 View commit details
  7. Copy the full SHA
    0b806da View commit details

Commits on Jan 26, 2018

  1. Copy the full SHA
    8d56eac View commit details
  2. Copy the full SHA
    ca1f910 View commit details
  3. Copy the full SHA
    cda3604 View commit details
  4. Copy the full SHA
    0ea5654 View commit details

Commits on Jan 30, 2018

  1. Copy the full SHA
    2012a59 View commit details

Commits on Jan 31, 2018

  1. Copy the full SHA
    a97d41d View commit details

Commits on Feb 2, 2018

  1. Copy the full SHA
    0b42287 View commit details

Commits on Feb 6, 2018

  1. Copy the full SHA
    ab38db3 View commit details
  2. Copy the full SHA
    9ecd78b View commit details

Commits on Feb 8, 2018

  1. Copy the full SHA
    51a57b9 View commit details

Commits on Feb 9, 2018

  1. Copy the full SHA
    a0f6332 View commit details

Commits on Feb 12, 2018

  1. Copy the full SHA
    7c95fb4 View commit details
  2. Copy the full SHA
    f9336af View commit details
Loading