Skip to content

v2.0-beta

Pre-release
Pre-release

Choose a tag to compare

@abbeycode abbeycode released this 22 May 14:43
· 1 commit to master since this release
  • Removed methods deprecated in v1.9 (Issue #90, PR #92)
  • Fixed behavior of -extractFilesTo:overwrite:error:, so it shows the progress of each individual file as they extract (Issue #91, PR #94)
  • Deprecated the initializers that take a file path instead of an NSURL (Issue #90, PR #95)
  • Fixed a crasher for unreadable files in +pathIsAZip: (Issue #99)
  • Deprecated all overloads of -writeData:... and -writeIntoBuffer:... that take any file properties other than the path, replacing them each with a single call that takes an instance of the new ZipFileProperties. This allows for all the default values to be defined in one place, so you can specify only where you want to deviate from the defaults (Issue #89, PR #97)