Skip to content

Latest commit

 

History

History
160 lines (67 loc) · 5.85 KB

CHANGELOG.md

File metadata and controls

160 lines (67 loc) · 5.85 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.0 (2019-06-14)

Features

2.2.0 (2019-05-29)

Bug Fixes

  • report: make sure that we respect google's snakeCase method for parsing results (#56) (0e7e5c1)

Features

  • report: automatically add quotes around constraint values (#54) (5563a72)

2.1.1 (2019-05-21)

Bug Fixes

  • grpc: fixed issues #46 and #51 by updating google-ads-node (01da47e)

2.1.0 (2019-05-20)

Bug Fixes

  • npm: remove examples directory and unused dependency (8ad1366)
  • report: Fixed issue with pagination cutting off results when no limit is set (#49) (07023f4)

Features

2.0.0 (2019-05-16)

Breaking Changes

  • breaking: renamed customer.adGroupCriterion to customer.adGroupCriteria
  • breaking: renamed customer.biddingStrategys to customer.biddingStrategies
  • breaking: renamed customer.campaignCriterion to customer.campaignCriteria
  • breaking: renamed customer.customerNegativeCriterions to customer.customerNegativeCriteria
  • breaking: renamed customer.sharedCriterion to customer.sharedCriteria
  • breaking: removed all customer.somethingView services because they don't actually offer any useful functionality

Features

Bug Fixes

  • fix(mutations): single-entity creates and updates now work correctly for MerchantCenterLink, CustomerClientLink, AccountBudgetProposal, and BillingSetup. Attempts at using an array of entities to mutate will now result in an error.
  • fix(services): Fixed CustomerManagerLink create and update operations, which were failing due to a typo.

1.5.0 (2019-04-30)

Bug Fixes

  • utils: added missing single object constraint implementation (adf3cd0)

Features

  • customer: added global, atomic mutate method customer.mutateResources() (db6ef9a)
  • reporting: allow passing contraints as an object for report() function (7513081)

1.4.0 (2019-04-17)

Features

  • errors: added support for error field location (8c77ac5)

1.3.0 (2019-04-16)

Bug Fixes

  • utils: better error message when 'val' field is undefined (#18) (fbf0647)
  • utils: even better error for val undefined in constraints (196f506)
  • utils: removed bad commits from another branch (e9da5c7)

Features

  • errors: removed unused error codes to make errors smaller (5e525ff)
  • utils: added support for single constraint object (a250364)

1.2.2 (2019-04-12)

Bug Fixes

  • services: Correctly parse enums to avoid "resource field missing" errors (82e4ecc)

1.2.1 (2019-04-08)

1.2.0 (2019-04-02)

Bug Fixes

  • constraints: translate enum values to corresponding key (string) value (1e3725f)

Features

  • api: added support for google ads api v1.1.0 (eac2784)

1.0.2 (2019-04-01)

Bug Fixes

  • deps: added missing request package (a4f754f)
  • deps: update yarn.lock (73c5e56)

1.0.1 (2019-04-01)

Bug Fixes

  • services: fixed mutates for services using word "criterion"