Releases: sourcetoad/react-native-fs2
Releases · sourcetoad/react-native-fs2
v3.0.4
What's Changed
- feat: opt into gh action updates by @iBotPeaches in #25
- sync FileOutputStream FD by @rafaelri in #26
- [Release] v3.0.4 by @iBotPeaches in #27
New Contributors
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
- fix: remove unused copyInputStream function by @iBotPeaches in #15
- refactor: use try-with-resources w/ copyFile by @iBotPeaches in #16
- RNFS2 Examples by @ian-wd in #14
- docs: add docs for move/copy/mkdir by @iBotPeaches in #17
- build(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #18
- build(deps): bump json5 from 2.2.1 to 2.2.3 in /example by @dependabot in #19
- build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #20
- SIP-385 docs: updated readMe by @old in #21
- fix: fixed readFile double encoding by @old in #23
- build: version 3.0.3 tagged by @iBotPeaches in #24
New Contributors
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- fix: prevent relying on native class during non-native execution by @iBotPeaches in #9
- refactor: delete more iterations of upload* functionality by @iBotPeaches in #11
- refactor: inline type for downloadFile by @iBotPeaches in #10
- build: version 3.0.2 tagged by @iBotPeaches in #12
- build: version 3.0.2 tagged (package.json) by @iBotPeaches in #13
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- refactor: rename to RNFS2 to prevent collision with old by @iBotPeaches in #6
- build: run on node 18 on pr only by @iBotPeaches in #5
- Set RN69 to be minimum by @iBotPeaches in #4
- build: version 3.0.1 tagged by @iBotPeaches in #7
New Contributors
- @iBotPeaches made their first contribution in #6
Full Changelog: v3.0.0...v3.0.1
v3.0.0
- Removed Windows support.
- Convert to TypeScript.
- Migrated to Bob
- Migrated iOS files into
ios
folder. - Migrated source files into
src folder
. - Migrated
IntegrationTests
into/example
folder. - Removed the following functions:
pathForBundle
pathForGroup
readDirAssets
existsAssets
existsRes
readdir
setReadable
readFileAssets
readFileRes
copyFileAssets
copyFileRes
copyAssetsFileIOS
copyAssetsVideoIOS
uploadFiles
stopUpload
- (Android) Revert Async nature of copy/move. Ported from itinance/react-native-fs/pull/1150
- Clean up type handling of options/encoding. Ported from itinance/react-native-fs/pull/1011
Full Changelog: 2.16.1...v3.0.0