From 9bdb187dcccd41ff3a9b4fca0577533955659524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hagen=20H=C3=BCbel?= Date: Fri, 28 Apr 2017 01:21:13 +0200 Subject: [PATCH] Update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5553ccb..430930f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ Native filesystem access for react-native -## Breaking change in v2.x +## Changes for v2.2 + +- React-Native 0.40 is minimum required for compiling on iOS (otherwise install an older release, see below) +- Access to iOS-based "assets-library" is now supported with `copyAssetsFileIOS` +- `readDir` will return now creation- and modification-time of files as with `stat()` (thanks @Ignigena) + +## Breaking change in v2.0 - Removed attributes from `writeFile` and `appendFile` for iOS / Android consistency - `downloadFile` takes `options` object rather than parameters