Releases: Qeepsake/react-native-file-utils
Releases · Qeepsake/react-native-file-utils
v1.3.5
1.3.5 (2023-10-12)
Bug Fixes
- android: update compileSdkVersion to be compatible with React Native 0.72 (637be5d)
v1.3.4
1.3.4 (2022-04-21)
Bug Fixes
- timestamp: android virtual method 'int java.lang.String.length()' on a null object reference (91dac76)
v1.3.3
1.3.3 (2022-02-10)
Bug Fixes
- timestamp: android failing to read timestamp of file:// paths (4097860)
v1.3.2
1.3.2 (2021-12-30)
Bug Fixes
- android: changed date format yyyy-MM-dd'T'HH:mm'Z' to yyyy-MM-dd'T'HH:mm:ss.SSSZ (6c15312)
v1.3.1
1.3.1 (2021-12-30)
Bug Fixes
- java: fixed issue with java not checking for null and assuming boolean (64d0e8d)
v1.3.0
1.3.0 (2021-12-30)
Features
- android: added content:// scheme to getMimeType and file:// scheme to getTimestamp (for image) (165bf51)
v1.2.4
1.2.4 (2021-12-29)
Bug Fixes
- mime: added support for PHAsset URI ph:// to getMimeType (1c8f5c2)
v1.2.3
1.2.3 (2021-12-29)
Bug Fixes
- mime: added fallback for mime types to support simulators running on M1 chip (2d25fca)
v1.2.2
1.2.2 (2021-12-23)
Bug Fixes
- getduration-signature: Changes the getDuration signature to getVideoDuration and removes media type input (ace4bb7)
v1.2.1
1.2.1 (2021-12-23)
Bug Fixes
- timestamp-format: Update readme (615d0d0)
- timestamp-format: Update readme and return type from getTimestamp (14d5ebf)