Skip to content

Latest commit

 

History

History
622 lines (183 loc) · 17.5 KB

CHANGELOG.md

File metadata and controls

622 lines (183 loc) · 17.5 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.0 (2021-07-10)

Bug Fixes

  • cordova-consent/android: convert consent status value, fix #401 (fc1fdf5)

Features

  • cordova-consent: add requestTrackingAuthorization() and trackingAuthorizationStatus() (054f3d5)

2.1.11 (2021-06-25)

Note: Version bump only for package cordova-plugin-consent

2.1.10 (2021-05-28)

Note: Version bump only for package cordova-plugin-consent

2.1.9 (2021-05-24)

Note: Version bump only for package cordova-plugin-consent

2.1.8 (2021-05-20)

Note: Version bump only for package cordova-plugin-consent

2.1.7 (2021-05-06)

Note: Version bump only for package cordova-plugin-consent

2.1.6 (2021-05-04)

Note: Version bump only for package cordova-plugin-consent

2.1.5 (2021-04-29)

Note: Version bump only for package cordova-plugin-consent

2.1.4 (2021-04-17)

Note: Version bump only for package cordova-plugin-consent

2.1.3 (2021-04-14)

Note: Version bump only for package cordova-plugin-consent

2.1.2 (2021-04-10)

Note: Version bump only for package cordova-plugin-consent

2.1.1 (2021-03-29)

Note: Version bump only for package cordova-plugin-consent

2.1.0 (2021-03-28)

Bug Fixes

  • cordova-consent: run form code in main thread, fix #273 (23d5966)
  • cordova-consent/ios: prevent id overflow (ccb4086)

Features

  • cordova-consent: allow config debugGeography, testDeviceIds (5a57057)

2.0.1 (2021-03-26)

Bug Fixes

  • cordova/android: implement missing GET_CONSENT_STATUS action (959066e), closes #261 #268

2.0.0 (2021-03-25)

Features

  • cordova-consent: remove getConsentType(), fix #267 (722462c)
  • cordova-consent/ios: pin to use GoogleUserMessagingPlatform 2.0.0 (78c9c29)

BREAKING CHANGES

  • cordova-consent: Consent type has been removed from latest SDK

1.0.3 (2021-03-24)

Note: Version bump only for package cordova-plugin-consent

1.0.2 (2021-03-23)

Note: Version bump only for package cordova-plugin-consent

1.0.1 (2021-03-22)

Note: Version bump only for package cordova-plugin-consent

1.0.0 (2021-03-21)

Note: Version bump only for package cordova-plugin-consent

1.0.0-rc.0 (2021-03-20)

Note: Version bump only for package cordova-plugin-consent

1.0.0-beta.0 (2021-03-13)

Note: Version bump only for package cordova-plugin-consent

1.0.0-alpha.11 (2021-03-12)

Note: Version bump only for package cordova-plugin-consent

1.0.0-alpha.10 (2021-03-09)

Bug Fixes

  • pass correct param to cordova.fireDocumentEvent() (ea69c9d)

1.0.0-alpha.9 (2021-03-07)

Note: Version bump only for package cordova-plugin-consent

1.0.0-alpha.8 (2021-03-02)

Note: Version bump only for package cordova-plugin-consent

1.0.0-alpha.7 (2021-02-19)

Note: Version bump only for package cordova-plugin-consent

1.0.0-alpha.6 (2021-02-19)

Features

  • cordova: add NSUserTrackingUsageDescription (c789c87)
  • cordova: add requestTrackingAuthorization() method (f371103)
  • cordova-consent: add getConsentStatus() and getConsentType() (bd6e819)
  • cordova-consent: remove isFormAvailable() (f5a4d91)

1.0.0-alpha.5 (2021-02-17)

Note: Version bump only for package cordova-plugin-consent

1.0.0-alpha.4 (2021-02-12)

Note: Version bump only for package cordova-plugin-consent

1.0.0-alpha.3 (2021-02-10)

Note: Version bump only for package cordova-plugin-consent

1.0.0-alpha.2 (2021-01-27)

Note: Version bump only for package cordova-plugin-consent

1.0.0-alpha.1 (2021-01-27)

Features

  • cordova-consent: generate constants (6dd5091)
  • cordova-consent: generate fireDocumentEvent() (b00814f)
  • cordova-consent/android: implement ready action (ec72cc4)
  • cordova-consent/android: rewrite with new API (47b27ae)
  • cordova-consent/ios: rewrite with new API (d6a9053)
  • internal/cli: generate execAsync() (4c5f46b)
  • internal/cli: generate initPlugin() (69fdc2a)
  • internal/cli: generate waitEvent() (d7b4fe8)
  • internal/rollup-config: extract rollup config into an internal package (92f1b46)

1.0.0-alpha.0 (2021-01-19)

Note: Version bump only for package cordova-plugin-consent

0.19.0 (2020-12-13)

Features

0.18.0 (2020-11-22)

Bug Fixes

  • cordova-consent: fix ios build error (a73f18f)
  • cordova-consent: update build config (289c2bd)

Features

  • cordova-consent: remove usage of cordova-plugin-add-swift-support (b5ef248)

0.17.5 (2020-09-12)

Bug Fixes

  • cordova-consent: copy Android source correctly (#180) (bb3e035)

0.17.4 (2020-09-12)

Note: Version bump only for package cordova-plugin-consent

0.17.3 (2020-05-20)

Bug Fixes

  • cordova-consent: convert consent status to correct string value (daa6672)

0.17.2 (2020-05-20)

Bug Fixes

  • cordova-consent: convert consent status to correct string value (05aa4d7)
  • cordova-consent: emit present form events (2b27c4f)

0.17.1 (2020-05-19)

Bug Fixes

  • cordova-consent: add ios to supported platforms (20d1e5e)

0.17.0 (2020-05-18)

Features

  • cordova-consent: add iOS support (6405fd5)

0.16.1 (2020-04-11)

Note: Version bump only for package cordova-plugin-consent

0.16.0 (2020-01-28)

Features

  • cordova-consent: add addTestDevice action (fe71961)
  • cordova-consent: add checkConsent API (1d66bcf)
  • cordova-consent: add ConsentForm (08b19e3)
  • cordova-consent: add isRequestLocationInEeaOrUnknown action (3179a7d)
  • cordova-consent: add setDebugGeography action (952c928)
  • cordova-consent: prepare for release (0e9d920)

0.15.2 (2020-01-20)

Note: Version bump only for package cordova-plugin-consent

0.15.1 (2019-04-28)

Note: Version bump only for package cordova-plugin-consent

0.15.0 (2018-12-01)

0.14.0 (2018-11-21)

0.13.0 (2018-11-20)

0.12.0 (2018-11-18)

0.11.0 (2018-11-15)

0.10.0 (2018-11-14)

0.9.0 (2018-11-11)

0.8.0 (2018-11-10)

0.7.0 (2018-10-25)

0.6.0 (2018-10-21)

0.5.0 (2018-10-16)

0.4.0 (2018-10-14)

0.3.0 (2018-08-25)

Features

  • cordova: add browser platform support (db2484f)

0.2.0 (2018-08-22)

Features

  • cordova-consent: create plugin (662d66f)

0.14.0 (2018-11-21)

Note: Version bump only for package cordova-plugin-consent

0.13.0 (2018-11-20)

Note: Version bump only for package cordova-plugin-consent

0.12.0 (2018-11-18)

Note: Version bump only for package cordova-plugin-consent

0.11.0 (2018-11-15)

Note: Version bump only for package cordova-plugin-consent

0.10.0 (2018-11-14)

Note: Version bump only for package cordova-plugin-consent

0.9.0 (2018-11-11)

Note: Version bump only for package cordova-plugin-consent

0.8.0 (2018-11-10)

Note: Version bump only for package cordova-plugin-consent

0.7.0 (2018-10-25)

Note: Version bump only for package cordova-plugin-consent

0.6.0 (2018-10-21)

Note: Version bump only for package cordova-plugin-consent

0.5.0 (2018-10-16)

Note: Version bump only for package cordova-plugin-consent

0.4.0 (2018-10-14)

Note: Version bump only for package cordova-plugin-consent

0.3.0 (2018-08-25)

Features

  • cordova: add browser platform support (db2484f)

0.2.0 (2018-08-22)

Note: Version bump only for package cordova-plugin-consent