Skip to content

Releases: richardpiazza/CodeQuickKit

CodeQuickKit 7.0.0

11 Nov 18:50
8b1e515

Choose a tag to compare

Version 7.0 of CodeQuickKit 😲

Highlights of this release:

  • Lightweight dependency management using property wrappers.
  • A property wrapper for accessing UserDefaults.
  • Activity Alert (UIKit and SwiftUI)
  • Mac Catalyst support
  • Deprecation cleanup

CodeQuickKit 6.10.0

26 Mar 17:47
f3055c6

Choose a tag to compare

  • Fixes some deprecations that arrived with Xcode 13
  • Deprecated several classes that are now implemented in other projects.

WebAPI Additions

17 Jun 22:28

Choose a tag to compare

Added additions to WebAPI to allow access to the HTTP Response object.

Verbose logging and repository structure changes.

09 May 20:17

Choose a tag to compare

2.2.0

Repository source directory changes.

Refreshed Ubiquity; NSUbiquitiousKeyValueStore

02 May 21:03

Choose a tag to compare

Refreshed Ubiquity; NSUbiquitiousKeyValueStore

NSBundle and WebAPI updates

10 Apr 00:08

Choose a tag to compare

Swift Corrections

Updated accessibility on WebAPI static structs; Corrected NSNull
checking on NSBundle.

Corrected Podspec Source Files

09 Apr 22:12

Choose a tag to compare

2.0.1

Reset podspec source files.

Swift Transition

20 Mar 03:41

Choose a tag to compare

This release offers a swift rewrite of CodeQuickKit.

setDefaults Correction

01 Mar 11:08

Choose a tag to compare

Overriding the default initializer on NSManagedObject subclasses is not recommend. Moved the setDefaults implementation to the convenience initializers.

Set Defaults

23 Feb 07:45

Choose a tag to compare

Added setDefaults() to bypass having to implement all initializers in swift.