Releases: birdofpreyru/react-native-fs
Releases · birdofpreyru/react-native-fs
Release list
v2.39.2
- iOS: Patch of hash() implementation for large files support. — Thanks to @usama-liaqat for PR #144!
- Update of dependencies.
v2.39.1
- Android, iOS: Fixes uploadFiles() for uploads of large files (binaryStreamOnly) — Thanks to @usama-liaqat for PR #143!
- Update of dependencies.
v2.39.0
- [#142] Upgrade to RN@0.86:
-
Verified to work on Android, iOS.
-
Verified to work on Windows (with the latest
react-native-windows@0.83.0);BEWARE: For Windows the upgrade involved a lot of updates in the native layer, including changes of some argument types to satisfy the new interfaces dictated by RN Codegen — something could break without being noticed (as of now I don't have incentives to spend much of my time on Windows QA). You are well advised to watch out, and additionally test, and perhaps fix, the features / functions important to you on Windows.
-
Mac Catalyst builds fail due to RN bug (see react/react-native#55540 for details and possible workarounds).
-
- Update of other dependencies.
v2.38.2
- [#140] Upgrade to RN@0.85:
- Verified to work on Android, iOS, Windows (with the latest
react-native-windows@0.82.3). - Mac Catalyst builds fail due to RN bug (see react/react-native#55540 for details and possible workarounds).
- Verified to work on Android, iOS, Windows (with the latest
- Update of other dependencies.
v2.38.1
v2.38.0
Breaking Change
- [#116][#123][#135] Restored Windows support, with the latest react-native-windows@0.82, the new RN architecture, and the new Windows app template. — Thanks to @hsjoberg for PR #138!
Other Updates
- [#134][#136] Minor internal improvements.
- iOS: Fixes the typing of the FileProtectionKeys export, and mentions it in README. This export was inherited from the original RNFS library, but with a wrong type on TS side, and it was never mentioned in the documentation.
- Verified to work for Android and iOS.
- Still fails to build for Mac Catalyst, because of issues on RN side (see react/react-native#55540 for details, and a possible workaround).
- Update of dependencies.
v2.37.0
- [#133] Upgrade to RN@0.84
- Verified to work for Android and iOS.
- Fails to build for Mac Catalyst, because of issues on RN side (see react/react-native#46213, facebook/hermes#1883).
- Not expected to work for Windows (#123, #116).
- Update of other dependencies.
v2.36.2
- [#129] Fix: uploadFiles() the optional
namefield in itsfilesarray now fallback to the correspondingfilenamefields. - Tested to work with RN@0.83 on Android and iOS.
- Update of dependencies.
v2.36.1
downloadFile()— Adds response headers & body to error responses. — Thanks to @dFelinger for PR #127.- Update of dependencies.
- [#128] Moves
react-native-windowsback to dev dependencies, to avoid dependency conflicts in non-Windows projects.
- [#128] Moves