Skip to content

Commit e08f1bf

Browse files
committed
build: version 3.0.0 tagged
1 parent d5c5770 commit e08f1bf

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
# v3.0.0
44

5-
* todo
5+
* Removed Windows support.
6+
* Convert to TypeScript.
7+
* Migrated to [Bob](https://github.com/callstack/react-native-builder-bob)
8+
* Migrated iOS files into `ios` folder.
9+
* Migrated source files into `src folder`.
10+
* Migrated `IntegrationTests` into `/example` folder.
11+
* Removed the following functions:
12+
* `pathForBundle`
13+
* `pathForGroup`
14+
* `readDirAssets`
15+
* `existsAssets`
16+
* `existsRes`
17+
* `readdir`
18+
* `setReadable`
19+
* `readFileAssets`
20+
* `readFileRes`
21+
* `copyFileAssets`
22+
* `copyFileRes`
23+
* `copyAssetsFileIOS`
24+
* `copyAssetsVideoIOS`
25+
* `uploadFiles`
26+
* `stopUpload`
27+
* (Android) Revert Async nature of copy/move. Ported from [itinance/react-native-fs/pull/1150](https://github.com/itinance/react-native-fs/pull/1150)
28+
* Clean up type handling of options/encoding. Ported from [itinance/react-native-fs/pull/1011](https://github.com/itinance/react-native-fs/pull/1011)
629

7-
_Changes prior to v2.20.0 can be found in [original fork](https://github.com/itinance/react-native-fs)_
30+
---
31+
_Changes prior to v3.0.0 can be found in [original fork](https://github.com/itinance/react-native-fs)_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fs2",
3-
"version": "2.20.0",
3+
"version": "3.0.0",
44
"description": "Native filesystem access for react-native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)