Skip to content

Latest commit

 

History

History
267 lines (177 loc) · 15 KB

CHANGELOG.md

File metadata and controls

267 lines (177 loc) · 15 KB

Change Log

1.2.0 (2024-09-16)

Full Changelog

Added

Changed

  • Update Platforms Support Policy in README #198 (Widcket)

1.2.0-beta.0 (2024-07-02)

Full Changelog

Added

Changed

  • Remove CircleCI config and related Fastlane lanes [SDK-4458] #187 (Widcket)

Fixed

  • test: migrated from Quick & Nimble to use XCTest to remove dependency on third party packages #213 (desusai7)
  • Improve GH Actions workflows #192 (Widcket)
  • Reduce permissions of GH actions and limit its triggers #189 (Widcket)

1.1.0 (2023-06-14)

Full Changelog

Removed

  • Drop support for iOS 12, tvOS 12, macOS 10.15, watch0S < 7, and Xcode 13 #184 (Widcket)

1.0.1 (2022-09-14)

Full Changelog

Fixed

1.0.0 (2022-07-20)

Full Changelog

Migration Guide

⚠️ BREAKING CHANGES

  • Drop support for old Swift versions [SDK-3444] #141 (Widcket)
  • Migrate to Swift [SDK-3428] #139 (Widcket)
  • Remove obsolete functionality [SDK-3419] #136 (Widcket)
  • Remove usage of deprecated properties [SDK-3414] #133 (Widcket)
  • Remove deprecated method [SDK-3413] #132 (Widcket)
  • Drop old platform versions [SDK-3387] #129 (Widcket)

Added

Changed

  • Replace OSX with macOS in schemes and targets #154 (Widcket)
  • Apply recommended Xcode 14 settings #143 (Widcket)

1.0.0-fa (2022-06-24)

Full Changelog

Migration Guide

⚠️ BREAKING CHANGES

  • Drop support for old Swift versions [SDK-3444] #141 (Widcket)
  • Migrate to Swift [SDK-3428] #139 (Widcket)
  • Remove obsolete functionality [SDK-3419] #136 (Widcket)
  • Remove usage of deprecated properties [SDK-3414] #133 (Widcket)
  • Remove deprecated method [SDK-3413] #132 (Widcket)
  • Drop old platform versions [SDK-3387] #129 (Widcket)

Added

  • Add support for custom attributes #153 (Widcket)
  • Add support for iCloud synchronization [SDK-3453] #146 (Widcket)

Changed

  • Replace OSX with macOS in schemes and targets #154 (Widcket)
  • Apply recommended Xcode 14 settings #143 (Widcket)

0.12.5 (2021-09-30)

Full Changelog

Changed

0.12.4 (2021-08-24)

Full Changelog

Security

0.12.3 (2021-06-07)

Full Changelog

Changed

  • Make test dependencies not resolve when installing with SPM [SDK-2598] #108 (Widcket)

0.12.2 (2021-02-11)

Full Changelog

Fixed

  • Fixed Mac Catalyst warnings related to deprecated accessibility options #105 (eaceto)

0.12.1 (2020-10-19)

Full Changelog

Fixed

  • Fixed macOS version check on Big Sur #99 (Widcket)

0.12.0 (2020-10-15)

Full Changelog

Changed

0.11.1 (2020-03-26)

Full Changelog

Fixed

  • Disabled LAContext attribute in simulator [SDK-1476] #91 (Widcket)

0.11.0 (2020-02-27)

Full Changelog

Changed

  • Marked up A0SimpleKeychain+KeyPair to admit that keys may not exist #86 (cysp)

Fixed

  • Fixed A0LocalAuthenticationCapable macro #81 (Widcket)

0.10.0 (2020-02-05)

Full Changelog

Added

Changed

  • Reused LocalAuthentication context #74 (eaceto)

0.9.0 (2019-04-23)

Full Changelog

Changed

0.8.1 (2018-04-30)

Full Changelog

Added

Changed

Fixed

0.8.0 (2017-06-06)

Full Changelog

Added

Changed

0.7.0 (2016-01-20)

Full Changelog

Closed issues:

  • Always getting "Error trying to access to non available kSecUseOperationPrompt in iOS7" log #24
  • Default accessiblity should be kSecAttrAccessibleWhenUnlockedThisDeviceOnly #17

Merged pull requests:

  • Update default accessibility #26 (tupakapoor)
  • Only show ios7 error message when attempting to use access control #25 (tupakapoor)

0.6.1 (2015-10-29)

Full Changelog

0.6.0 (2015-10-29)

Full Changelog

Merged pull requests:

0.5.0 (2015-08-13)

Full Changelog

Fixed bugs:

  • -[A0SimpleKeychain queryNewKey:value:] leaks accessControl #18

Merged pull requests:

0.4.0 (2015-06-05)

Full Changelog

Closed issues:

  • Enhancement: Update to swift 1.2 #13
  • Code Errors in Your README. #11
  • TouchID does not show up #10

Merged pull requests:

0.3.0 (2015-01-15)

Full Changelog

Closed issues:

  • how to disable touch ID dialog #8
  • Xcode analysis raises 'nil value' issue #7

Merged pull requests:

  • TouchId: Determine reason for failed dataForKey: call #9 (Yspadadden)

0.2.2 (2014-12-10)

Full Changelog

Closed issues:

  • dyld: Symbol not found: _kSecAttrAccessControl #5

Merged pull requests:

  • Value stored into 'NSMutableDictionary' cannot be nil #6 (nsarno)

0.2.1 (2014-12-04)

Full Changelog

Merged pull requests:

  • Fixed issue with TouchId and hasValueForKey: #4 (Yspadadden)

0.2.0 (2014-11-01)

Full Changelog

Merged pull requests:

0.1.0 (2014-10-21)

Merged pull requests:

  • Generate KeyPair in Keychain #1 (hzalaz)

* This Change Log was automatically generated by github_changelog_generator