UnifiedArchive v0.1.0 Release Notes

Release Date: 2018-04-11 // about 6 years ago
  • BC notes:

    • ๐Ÿ—„ UnifiedArchive::extractNode() renamed โ†’ extractFiles(). Original method is still available with @deprecated status.
    • ๐Ÿ—„ UnifiedArchive::archiveNodes() renamed โ†’ archiveFiles(). Original method is still available with @deprecated status.
    • ๐Ÿ—„ UnifiedArchive::getFileData() now returns ArchiveEntry instead of stdClass. Original object fields are still available with @deprecated status.

    Main changes:

    โž• Added checks of archive opening status in UnifiedArchive constructor: now an Exception is throwing if archive is not readable.

    addFiles() and deleteFiles() now return false when archive is not editable.

    Some changes in archiveNodes() about handling directory names.

    ๐Ÿ›  Fixed archive rescan in addFiles() and deleteFiles().

    โœ‚ Removed example scripts (examples/).

    Code changes: added comments.