Releases: richardpiazza/CodeQuickKit
Releases · richardpiazza/CodeQuickKit
CodeQuickKit 7.0.0
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
- Fixes some deprecations that arrived with Xcode 13
- Deprecated several classes that are now implemented in other projects.
WebAPI Additions
Added additions to WebAPI to allow access to the HTTP Response object.
Verbose logging and repository structure changes.
2.2.0 Repository source directory changes.
Refreshed Ubiquity; NSUbiquitiousKeyValueStore
Refreshed Ubiquity; NSUbiquitiousKeyValueStore
NSBundle and WebAPI updates
Swift Corrections Updated accessibility on WebAPI static structs; Corrected NSNull checking on NSBundle.
Corrected Podspec Source Files
2.0.1 Reset podspec source files.
Swift Transition
This release offers a swift rewrite of CodeQuickKit.
setDefaults Correction
Overriding the default initializer on NSManagedObject subclasses is not recommend. Moved the setDefaults implementation to the convenience initializers.
Set Defaults
Added setDefaults() to bypass having to implement all initializers in swift.