All notable changes to this project will be documented in this file.
- Added VendorConsent.getAllowedVendorIds(). Thanks to ssick
- Removed VendorConsent class that was deprecated since version 2.0.1
- Better handle index out of bounds conditions with corrupt consent strings
- Add a new API fromByteArray() to avoid the base64 decoding. Thanks to hydrogen2
- Optimize isPurposeAllowed() to just check the bit instead of creating unnecessary Set. Thanks to hydrogen2
- Refactored code to separate vendor consent string decoding, encoding and representation concerns
- Deprecated VendorConsent class
- Setup Maven publishing
- Updated documentation