Skip to content

v2.9.0

Latest
Compare
Choose a tag to compare
@NSProgrammer NSProgrammer released this 10 Aug 21:21
· 1 commit to master since this release
c306e27

2.9.0

  • Drop support for iOS 7, 8 & 9

2.8.5

  • Improved Swift interface

2.8.1

  • Convert private static C functions (that take self as an argument) to Objective-C direct methods
    • Same low overhead, better calling syntax

2.8.0

  • Update initWithOutError: to initAndReturnError: for TLSRollingFileOutputStream
    • More idiomatic