v2.0.1
What's Changed
Added validation to ignore IdentityItem
s with an empty ID value.
Fixed an issue where the getUrlVariables
API may fail to generate a response on Android 6 (API 23) devices.
- Remove Kotlin Syntax in api doc by @cacheung in #101
- Do not allow IdentityItems with empty ids (resolves #100) by @kevinlind in #102
- Update license by @emdobrin in #103
- Switch to use Charset.forName("UTF-8").name() in encoding by @cacheung in #107
- Bump up version to 2.0.1 by @cacheung in #109
- Update License text and api-reference.md from the review comments by @cacheung in #112
- dev-v2.0.1 -> staging by @cacheung in #110
- 2.0.1 release staging -> main by @cacheung in #113
Full Changelog: v2.0.0...v2.0.1