File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 353353* CB-8459 Fixes spec 111 failure due to incorrect relative paths handling
354354* Code cleanup, whitespace
355355* Added nativeURL property to FileEntry, implemented readAsArrayBuffer and readAsBinaryString
356+
357+ ### 2.1.0 (Jun 17, 2015)
358+ * added missing license header
359+ * CB-9128 cordova-plugin-file documentation translation: cordova-plugin-file
360+ * fix npm md
361+ * CB-8844 Increased timeout for asset tests
362+ * Updated resolveFileSystem.js so it can be parsed by uglifyJS
363+ * CB-8860 cordova-plugin-file documentation translation: cordova-plugin-file
364+ * CB-8792 Fixes reading of json files using readAsText
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-file" ,
3- "version" : " 2.0.1-dev " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " Cordova File Plugin" ,
55 "cordova" : {
66 "id" : " cordova-plugin-file" ,
Original file line number Diff line number Diff line change 2121<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
2222xmlns:android=" http://schemas.android.com/apk/res/android"
2323 id =" cordova-plugin-file"
24- version =" 2.0.1-dev " >
24+ version =" 2.1.0 " >
2525 <name >File</name >
2626 <description >Cordova File Plugin</description >
2727 <license >Apache 2.0</license >
Original file line number Diff line number Diff line change 2222 xmlns : rim =" http://www.blackberry.com/ns/widgets"
2323 xmlns : android =" http://schemas.android.com/apk/res/android"
2424 id =" cordova-plugin-file-tests"
25- version =" 2.0.1-dev " >
25+ version =" 2.1.0 " >
2626
2727 <name >Cordova File Plugin Tests</name >
2828 <license >Apache 2.0</license >
You can’t perform that action at this time.
0 commit comments