2020-01-16
- Fix
postMessage
communication (#9)
2019-12-30
- USP override via
window.__uspStrOvr
2019-12-27
uspOptsOut
method for detecting if a USP string opts out of data sales
2019-12-18
- CCPA support:
getUSPString
,onUSPString
anduspApplies
methods for dealing with the US Privacy framework from IAB
2019-11-13
- Support
__cmp
consent callbacks specifyingundefined
for success parameter
2019-11-07
- Mem
_
override for cached values
2019-11-06
- Brand new library and structure
- Functional, not class-based
- Memoized results
- Iframe support via
window.top.postMessage
2019-10-16
NoConsentError
for handling failures where consent is not available from the CMP
2019-09-26
- SourcePoint CMP support for Google consent
2019-09-16
- Google consent detection via
waitForGoogleConsent
2019-02-28
- Bugfix: Adding multiple
fetcher.on(/* ... */)
listeners would result in some callbacks not being fired
2018-09-28
- Remove
p-timeout
dependency
2018-09-28
- Bugfix:
waitForConsent
(and thuslywaitForConsentString
) 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
2018-09-19
- Improve timers for
__cmp()
check
2018-09-18
- Initial release