Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@wapmorgan wapmorgan released this 30 Jun 15:53
· 6 commits to master since this release
5f02ad0
  • Deprecate few functions:
    • Formats::checkFormatSupportAbility() marked deprecated, use can() instead.
    • UnifiedArchive: addFile() and addDirectory() marked deprecated, use add() instead.
  • Changed behaviour:
    • UnifiedArchive: add() and create() changed fileOrFiles handling: if passed string, then file/directory will be archived with full its original name (as opposed to relative name before).
    • Formats: detectArchiveFormat() and getFormatMimeType() returns null instead of false in case of failed type detection.
    • UnifiedArchive::getMimeType() returns null instead of false.
  • New:
    • Improved test() functionality - returns list of mismatched hashes.