Skip to content

Releases: yurii-lysytsia/AirKit

v0.8.0

22 Jan 15:56
1836bc1
Compare
Choose a tag to compare

📝 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

21 Jan 21:52
030af44
Compare
Choose a tag to compare

📝 Changes

  • Added Mirror extensions;
  • Added TimeZone, Date and Calendar extensions;

v 0.7.4 | NSDirectionalEdgeInsets and many small changes

09 Feb 17:55
0416815
Compare
Choose a tag to compare

📝 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

09 Feb 14:56
ba1808a
Compare
Choose a tag to compare

📝 Changes

  • Added UIFont extensions;
  • Added UISegmentedControl extensions;
  • Added String palindrome validator;
  • Added ConfigurableView protocol and extensions for UITableView;
  • Fixed UIButton.isCircle;

v 0.7.2 | LAContext

27 Jan 23:28
638db45
Compare
Choose a tag to compare

📝 Changes

  • Extensions for LAContext

v 0.7.1 | WebKit

17 Oct 16:45
67a6498
Compare
Choose a tag to compare

📝 Changes

  • Extensions for WKWebView

v 0.7.0 | MapKit

17 Oct 16:13
c949d7b
Compare
Choose a tag to compare

📝 Changes

  • Extensions for MKMapView;
  • Extensions for MKPolygon;
  • Extensions for MKPolyline;

v 0.6.1 | UIKit (controllers)

16 Oct 08:22
6dd440c
Compare
Choose a tag to compare

📝 Changes

  • Extensions for UIViewController;
  • Extensions for UIPageViewController;
  • Extensions for UIWindow;
  • Extensions for UIApplication;

v 0.5.3 | UIKit (views)

07 Oct 14:11
9cea2c3
Compare
Choose a tag to compare

📝 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)

02 Oct 14:34
c5c2073
Compare
Choose a tag to compare

📝 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;