All Versions
11
Latest Version
Avg Release Cycle
113 days
Latest Release
1341 days ago

Changelog History
Page 1

  • v0.13.1

    July 27, 2020
  • v0.13.0 Changes

    July 19, 2019

    ๐Ÿšš iOS 13 beta removed the following mode constants:

    • kCCModeF8,
    • kCCModeLRW, and
    • kCCModeXTS.

    The first two were not actually implemented in CommonCrypto, according to comments in the header files.
    The last one may have been implemented, but IDZSwiftCommonCrypto never exposed some constants that would have been needed to use it.

    ๐Ÿš€ This release removes references to these constants.

  • v0.12.1

    May 24, 2019
  • v0.12.0 Changes

    May 22, 2019

    โž• Addressing #91 and #94.

    • โšก๏ธ SWIFT_VERSION updated to 5.0
    • Tidied up podspec
  • v0.11.3 Changes

    March 22, 2019

    ๐Ÿš€ This release updates IDZSwiftCommonCrypto to Swift 4.2.

    • Pseudo-framework is no longer needed.
    • ๐Ÿš€ Minimum deployment for watchOS is now 5.1
  • v0.11.2

    March 22, 2019
  • v0.11.1

    March 22, 2019
  • v0.11.0

    March 22, 2019
  • v0.10.0

    October 08, 2017
  • v0.9.3 Changes

    September 22, 2017

    โ€ข Fix issues in README.playground and DemoPlayground.playground