All notable changes to this project will be documented in this file.
- 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