Releases: abbeycode/UnrarKit
Releases · abbeycode/UnrarKit
v2.8.1
Updated to UnRAR library v 5.5.5 (Issue #43 - Thanks to @Jegge for the suggestion!)
v2.8
- Add fields for total compressed and uncompressed sizes of archive (Issue #32 - Thanks to @gerchicov-bp for the suggestion!)
- Upgraded to UnRAR library v5.4.5 (PR #36 - Thanks to @aonez for the suggestion!)
- Began importing
Foundation
instead of UIKit
or Cocoa
in UnrarKit.h
(PR #37 - Thanks to @amosavian for the suggestion!)
v2.8-beta
Add fields for total compressed and uncompressed sizes of archive (Issue #32 - Thanks to @gerchicov-bp for the suggestion!)
v2.7.1
- Pushing tagged builds to CocoaPods from Travis
- Adding release notes to GitHub
v2.7
Updated to the latest version of the UnRAR library (v5.3.11)
v2.6
- Added full support for Carthage (Issue #22)
- Added annotations for nullability, improving compatibility with Xcode 7 and Swift