Skip to content

Latest commit

 

History

History
83 lines (53 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

83 lines (53 loc) · 1.63 KB

Get-Consent changelog

v1.5.1

2020-01-16

  • Fix postMessage communication (#9)

v1.5.0

2019-12-30

  • USP override via window.__uspStrOvr

v1.4.0

2019-12-27

  • uspOptsOut method for detecting if a USP string opts out of data sales

v1.3.0

2019-12-18

  • CCPA support:
    • getUSPString, onUSPString and uspApplies methods for dealing with the US Privacy framework from IAB

v1.2.0

2019-11-13

  • Support __cmp consent callbacks specifying undefined for success parameter

v1.1.0

2019-11-07

  • Mem _ override for cached values

v1.0.0

2019-11-06

  • Brand new library and structure
    • Functional, not class-based
  • Memoized results
  • Iframe support via window.top.postMessage

v0.5.0

2019-10-16

  • NoConsentError for handling failures where consent is not available from the CMP

v0.4.0

2019-09-26

  • SourcePoint CMP support for Google consent

v0.3.0

2019-09-16

  • Google consent detection via waitForGoogleConsent

v0.2.3

2019-02-28

  • Bugfix: Adding multiple fetcher.on(/* ... */) listeners would result in some callbacks not being fired

v0.2.2

2018-09-28

  • Remove p-timeout dependency

v0.2.1

2018-09-28

  • Bugfix: waitForConsent (and thusly waitForConsentString) would not resolve if called after the __cmp method was located and requested
  • Added waitForVendorConsents to return vendor consents
  • Added event for vendorConsentsData which returns vendor consents
  • Added timeout support for all waitFor* methods

v0.1.1

2018-09-19

  • Improve timers for __cmp() check

v0.1.0

2018-09-18

  • Initial release