File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 3.0.2] - 02-08-2019
5+
6+ ### Changed
7+ - Added VendorConsent.getAllowedVendorIds(). Thanks to ** ssick**
8+
9+
410## [ 3.0.1] - 12-21-2018
511
612### Changed
713- Removed VendorConsent class that was deprecated since version 2.0.1
814- Better handle index out of bounds conditions with corrupt consent strings
915
16+
1017## [ 2.0.2] - 06-19-2018
1118
1219### Changed
1320- Add a new API fromByteArray() to avoid the base64 decoding. Thanks to ** hydrogen2**
1421
22+
1523## [ 2.0.1] - 06-13-2018
1624
1725### Changed
1826- Optimize isPurposeAllowed() to just check the bit instead of creating unnecessary Set. Thanks to ** hydrogen2**
1927
28+
2029## [ 2.0.0] - 06-07-2018
2130
2231### Changed
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
1010}
1111
1212group = ' com.conversantmedia.gdpr'
13- version = ' 3.0.1 '
13+ version = ' 3.0.2 '
1414
1515description = ' A Java implementation of the IAB Consent String spec.'
1616
You can’t perform that action at this time.
0 commit comments