You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.12 (2019-05-21)
Bug Fixes
- use File {path} prop if it exists (46c9209)
0.1.11 (2019-03-13)
Bug Fixes
- fix regression in 9c8be3ac and close #9 (ca28f62)
0.1.10 (2019-02-25)
Bug Fixes
- make {path, type} enumerable and close #7 (69b9591)
0.1.9 (2019-02-19)
Bug Fixes
- use the File {webkitRelativePath} property if it exists and is set (e5ecce8)
0.1.8 (2019-02-15)
Bug Fixes
- use .getAsFile() API if file entry is null or if entry is a dir (9c8be3a)
0.1.7 (2019-02-13)
Bug Fixes
- add ‘doc’ and ‘docx’ to COMMON_MIME_TYPES (415bdfb)
- ignore case when checking for common file extensions (1a25da8)
0.1.6 (2018-12-10)
Bug Fixes
- replaced File constructor with Blob for Edge (#1) (1eb73d0)
0.1.5 (2018-10-18)
Bug Fixes
- export FileWithPath interface (446e0c9)
0.1.4 (2018-10-10)
0.1.3 (2018-10-05)
Bug Fixes
- return DataTransferItem items if evt type is not ‘drop’ (5935b32)
0.1.2 (2018-10-05)
Bug Fixes
- skip {items} if it is empty (ad982fd)
0.1.1 (2018-10-05)
Bug Fixes
- filter non-file items out (b3597c5)
0.1.0 (2018-10-04)