Version 0.1.1 (2025-02-20)
Added
-
Improved path handling in
getMedia
- Now directly retrieves original media file paths for images and videos.
- Uses
PHAssetResource
for more accurate file access on iOS.
-
Thumbnail generation optimizations
- Web version uses
OffscreenCanvas
for faster processing.
- Web version uses
-
Refactored
getMedia
structure- Introduced
includePath
instead ofpath
for clarity. - Added better error handling when media retrieval fails.
- Introduced
-
Refactored code structure
- Moved conversion logic into separate helper functions.
- Improved maintainability and readability.
Fixed
- Media retrieval issues
- Fixed an issue where
getMedia
would sometimes return stale data. - Ensured video paths are correctly fetched for playback.
- Fixed an issue where
Breaking Changes
- Renamed
generatePath
toincludePath
ingetMedia
- Update your API calls accordingly.
Full Changelog: v0.1.0...v0.1.1