Skip to content

Latest commit

 

History

History
131 lines (80 loc) · 4.42 KB

CHANGELOG.md

File metadata and controls

131 lines (80 loc) · 4.42 KB

Change Log

Next Version

Added

  • Configurable Symmetric Key Naming. #31 Thanks @nuomi1!

Improvements

  • visionOS Compatible.
  • Swift Package Manager tools version update to 5.10
  • Xcode version update to 15.4

0.7.1

Fixed

Commits

0.7.0

Added

  • Customizable kSecClass.
  • kSecReturnAttributes by default.

Commits

0.6.0 (In memory of my friend Haldo Spontón. Rest in peace. 😢)

Added

Improvements

  • Swift Package Manager tools version update to 5.5

Commits

0.5.0

Added

Commits

0.4.2

Fixed

Improvements

  • Swift Package Manager tools version update to 5.3

Commits

0.4.1

Fixed

  • Unwrapped always return defaultValue after restart app. #15 Thanks @qchenqizhi!

Commits

0.4.0 (SECURITY UPDATE!)

Fixed

Commits

0.3.2

Fixed

  • Xcode 12.

Commits

0.3.1

Added

  • Register builder closures.
  • Register builder closures with parameters.
  • @InjectWith and @UnwrappedInjectWith parameters property wrappers. #6
  • Instance inject scope.
  • Mock qualifier for testing.
  • KeychainStorage access, group and synchronizable properties. Thanks for the feedback @JesusAntonioGil!

Fixed

  • Strong typing on non-@Store property wrappers to avoid mixing. Thanks for the feedback @JesusAntonioGil!

Commits

0.3.0

Added

  • Added @Inject, @UnwrappedInject and @Register property wrappers for dependency injection with qualifiers. #4

Commits

0.2.0

Added

  • Added Codable and Unwrapped property wrapper variations. #3 Thanks for the feedback @th-mustache-dk!

Commits

0.1.3

Fixed

  • KeychainStorage and SingletonStorage returns their own type in standard class var.

Commits

0.1.2

Changes

  • Renamed to SecurePropertyStorage.

Commits

0.1.1

Added

  • Carthage compatible.

Commits

0.1.0

First official release