Skip to content

v2.2.5

Choose a tag to compare

@gildas-lormeau gildas-lormeau released this 28 Jan 22:51
· 2717 commits to master since this release
  • Fix issue with the onprogress callback where sometimes the first parameter was always returning 0
  • Replace Entry#moveTo() with FS#move(). Entry#moveTo can still be used but is deprecated.
  • Add missing ZipFileEntry#replaceData64URImethod
  • FS now implements ZipDirectoryEntry
  • Add ZipEntry#getRelativeName()
  • Add the option relativePath when calling ZipDirectoryEntry.export* methods