Releases: marcelpinto/permissions-ktx
Releases · marcelpinto/permissions-ktx
v0.9
v0.7
v0.6
Clean up and refactor of the main API to improve type-safety and architecture
- Split Permission.kt into multiple independent classes
- Create inline Permission class for type safety avoiding creating new allocations
- Remove String extensions since it's not the best practice for core base types
- Instead use the Permission class itself.
- Provide PermissionKtx extensions to use directly Strings
- Rename PermissionRequest.kt to PermissionLauncher.kt to align with ActivityResultLauncher terminology.
v0.5
- Improve testability
- Cleanup code
v0.4
First release! Available via JCentral.
v0.2
Refactored the API to improve testability and usability
v0.1
Initial version