Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@ripecosta ripecosta released this 10 Sep 10:38
9b712b9
  • Exposed a new type itemState which is equivalent to boolean | null.
  • onConsentNotification has been removed. Use onGuConsentNotification and onIabConsentNotification instead.
  • The following types have been introduced:
    • GuResponsivePurposeEventId
    • GuPurposeEventId
    • GuPurposeRegister
    • GuPurposeCallback
    • IabPurposeRegister
    • IabPurposeCallback
  • The following types have been removed:
    • PurposeEvent: Split into GuPurposeEventId and GuResponsivePurposeEventId
    • PurposeCallback: Split into GuPurposeCallback and IabPurposeCallback
    • Purpose: Replaced by GuPurposeRegisterItem
  • The following type has been modified:
    • GuPurpose: hideRadio renamed to alwaysEnabled