Skip to content

Releases: sourcetoad/react-native-fs2

v3.1.0

08 Jan 20:44
Compare
Choose a tag to compare

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

17 Apr 16:43
a1a0d87
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

v3.0.4

17 Apr 14:58
3707a8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3

20 Feb 17:46
59935a7
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ian-wd made their first contribution in #14
  • @old made their first contribution in #21

Full Changelog: v3.0.2...v3.0.3

v3.0.2

05 Dec 20:26
v3.0.2
d1e56a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

05 Dec 16:57
v3.0.1
fc00b66
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

05 Dec 14:00
v3.0.0
e08f1bf
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release
  • 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