Skip to content

v2.2.2

Compare
Choose a tag to compare
@ihadeed ihadeed released this 12 Oct 01:05
· 3526 commits to master since this release

2.2.2 (2016-10-12)

BREAKING CHANGES

File

File.writeFile options parameter accepts only options (WriteOptions) now, you cannot pass a boolean anymore.


Bug Fixes

  • file: getFreeDiskSpace now works (d2f42ef)
  • file: read methods can accept Blobs too (276d61b)

Features

  • file: getFile and getDirectory are now public (5c92455), closes #657