Releases: yurii-lysytsia/AirKit
Releases · yurii-lysytsia/AirKit
v0.8.0
📝 Changes
AirKit becomes modular. Now it's possible to import one or many specific module(s)
Core (without UI elements)
- AirKit/Swift
- AirKit/Foundation
- AirKit/Combine
CoreUI (including UI elements)
- AirKit/QuartzCore
- AirKit/CoreImage
- AirKit/UIKit
Other (specific frameworks to the project)
- AirKit/CoreLocation
- AirKit/MapKit
- AirKit/LocalAuthentication
- AirKit/WebKit
v0.7.5 | Added Mirror, TimeZone, Date, Calendar and small changes
📝 Changes
- Added
Mirror
extensions; - Added
TimeZone
,Date
andCalendar
extensions;
v 0.7.4 | NSDirectionalEdgeInsets and many small changes
📝 Changes
- Added
NSDirectionalEdgeInsets
extensions; - Added
UILayoutPriority.requiredFixWarnings
property; - Refactored
UICollectionView
extensions; - Modified
CGSize
; - Fixed
UIView.layerBorderWidth
; - Removed Swizzling.
v 0.7.3 | UIFont, UISegmentedControl and small fixes
📝 Changes
- Added
UIFont
extensions; - Added
UISegmentedControl
extensions; - Added
String
palindrome validator; - Added
ConfigurableView
protocol and extensions forUITableView
; - Fixed
UIButton.isCircle
;
v 0.7.2 | LAContext
📝 Changes
- Extensions for
LAContext
v 0.7.1 | WebKit
📝 Changes
- Extensions for
WKWebView
v 0.7.0 | MapKit
📝 Changes
- Extensions for
MKMapView
; - Extensions for
MKPolygon
; - Extensions for
MKPolyline
;
v 0.6.1 | UIKit (controllers)
📝 Changes
- Extensions for
UIViewController
; - Extensions for
UIPageViewController
; - Extensions for
UIWindow
; - Extensions for
UIApplication
;
v 0.5.3 | UIKit (views)
📝 Changes
- Extensions for
UIView
; - Extensions for
DispatchQueue
to run block once when application alive; - Extensions for
UIStackView
; - Extensions for
UIButton
; - Extensions for
UISwitch
; - Extensions for
UISearchBar
; - Extensions for
UIBarButtonItem
; - Extensions for
UITextView
; - Extensions for
UIScrollView
; - Extensions for
UICollectionView
; - Extensions for
UITableView
; - New model
Once
to run block once when model alive; - New type aliases
Blocks
to different closure blocks; - New model
Swizzle
to swizzle easily;
v 0.4.2 | UIKit (models)
📝 Changes
- Extensions for
CIFilter
; - Extensions for
CICategory
; - Extensions for
UIGraphicsImageRenderer
; - Extensions for
UIImage
; - Extensions for
UIColor
; - Extensions for
UIEdgeInsets
; - Extensions for
UIBezierPath
; - Extensions for
UILayoutPriority
;