v2.2.5
gildas-lormeau
released this
28 Jan 22:51
·
1676 commits
to master
since this release
- Fix issue with the
onprogress
callback where sometimes the first parameter was always returning0
- Replace
Entry#moveTo()
withFS#move()
.Entry#moveTo
can still be used but is deprecated. - Add missing
ZipFileEntry#replaceData64URI
method FS
now implementsZipDirectoryEntry
- Add
ZipEntry#getRelativeName()
- Add the option
relativePath
when callingZipDirectoryEntry.export*
methods