Release Notes for v1.0.0 - MediaPicker
Overview :
MediaPicker v1.0.0 is a Swift-based library offering custom multi-media selection for iOS applications. It allows efficient selection of images and videos, overcoming the single-image limit of Apple’s default picker.
Key Features:
- Custom Configuration: Supports both system and user-defined configurations.
- Selection Flexibility: Set media types and selection limits.
- Two Presentation Modes: Delegation-based and completion-handler-based.
- Under-the-hood Optimizations: Handles authorization checks and asset fetching through MPStoreManager.
License: Apache 2.0
For more details, visit the MediaPicker repository.
What's Changed
- implementation Fixes by @gokulnair2001 in #1
- modifier update by @gokulnair2001 in #2
- fix by @gokulnair2001 in #3
- fix by @gokulnair2001 in #4
- Concurrency isolation removed by @gokulnair2001 in #5
- PreConcurrency check added by @gokulnair2001 in #6
- Main thread invoking for async task by @gokulnair2001 in #7
- Swift 5.6 degradation by @gokulnair2001 in #8
New Contributors
- @gokulnair2001 made their first contribution in #1
Full Changelog: https://github.com/gokulnair2001/MediaPicker/commits/1.0.0