Releases: sourcetoad/react-native-fs2
Releases · sourcetoad/react-native-fs2
v3.1.0
What's Changed
- build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /example by @dependabot in #29
- build(deps): bump tough-cookie from 4.1.2 to 4.1.3 in /example by @dependabot in #30
- build(deps): bump semver from 5.7.1 to 5.7.2 in /example by @dependabot in #32
- build(deps): bump semver from 6.3.0 to 6.3.1 by @dependabot in #31
- build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /example by @dependabot in #34
- build(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #33
- Upgrade Example application to RN72.x by @ian-wd in #35
- build(deps): bump @babel/traverse from 7.20.5 to 7.23.2 by @dependabot in #36
- build(deps): bump @babel/traverse from 7.20.5 to 7.23.2 in /example by @dependabot in #37
- build(deps): bump react-devtools-core from 4.28.0 to 4.28.4 in /example by @dependabot in #38
- Example app RN 0.73.x Upgrade by @ian-wd in #41
- TCS-1285 switch yarn to npm by @jyann in #42
Full Changelog: v3.0.5...v3.1.0
v3.0.5
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