Skip to content

Releases: Voltra/gdpr-guard

v2.4.1

06 Jul 11:42
c95029d
Compare
Choose a tag to compare

Tweak the docs

Full Changelog: v2.4.0...v2.4.1

v2.4.0

06 Jul 11:30
9626720
Compare
Choose a tag to compare
  • Add the newly created Decorator API to the Savior API
  • Fix a bug in GdprSaviorAdapter#restoreOrCreate that would let a
    promise dangle for no reason

Full Changelog: v2.3.1...v2.4.0

v2.3.1

06 Jul 11:29
61ca275
Compare
Choose a tag to compare
  • Fix a huge bug in GdprStorage where enum values would be duplicated
  • Fix how values are checked against GdprGuard#storage (e.g. inside of GdprGuard#toggleForStorage)

Full Changelog: v2.3.0...v2.3.1

v2.3.0

12 Feb 13:21
413b053
Compare
Choose a tag to compare
  • Fix long lasting bug in deserialization (was caused by a previous refactor)
  • Softened deserialization aggressive normalization (now accepts empty managers and empty groups)

Any version prior to this one (starting from 2.2.6) is deprecated. Please migrate to ^2.3.0

v2.2.8

12 Feb 10:46
c4d7505
Compare
Choose a tag to compare

Fix all issues related to the fact that GdprGuardGroup#hasGuard(name: string) wasn't recursive

v2.2.4

11 May 17:02
c4ab886
Compare
Choose a tag to compare
  • Fix UMD global object's name
  • Properly export types for GdprManagerEventHub

v2.2.3

17 Apr 14:40
3ace489
Compare
Choose a tag to compare

NPM keywords

v2.2.2

20 Mar 19:37
Compare
Choose a tag to compare

Fix predocs script

v2.2.1

20 Mar 19:35
Compare
Choose a tag to compare

Properly export all type declarations

v2.2.0

19 Mar 22:13
Compare
Choose a tag to compare
  • Events API
  • Visitor API