Skip to content

Releases: AckeeCZ/ACKategories

6.1.1

11 Jun 10:31
Compare
Choose a tag to compare

6.1

20 May 15:08
Compare
Choose a tag to compare
6.1
  • added deep link generic for Base.FlowCoordinator (#47, kudos to @fortmarek)
  • Swift 5 & Xcode 10.2 migration (#45, kudos to @janmisar)
  • base classes for VCs, VMs, FCs (#45, kudos to @janmisar)

Fixed emoji in log

19 Feb 12:28
48b6432
Compare
Choose a tag to compare
  • emoji for flow coordinator init fixed

6.0.2

11 Feb 15:23
5faa4d8
Compare
Choose a tag to compare
  • move from NSLog to unified logging (#39, kudos to @fortmarek)
  • allow additional logic for isEmpty for collections (#40, kudos to @fortmarek)
  • add LICENSE file to Cocoapods source files

6.0.1

05 Oct 11:16
Compare
Choose a tag to compare

New

Xcode 10 support

19 Sep 09:55
Compare
Choose a tag to compare

New

  • add support for Xcode 10, build using Swift 4.2 (#34, kudos to @olejnjak)

5.7.0

19 Sep 09:27
Compare
Choose a tag to compare

New

  • add safe range subscript to Collections (#31, kudos to @olejnjak)
  • add string.removingDiacritics() (#32, kudos to @olejnjak)

Improvements

  • move safe subscript from Array to Collection (#31, kudos to @olejnjak)

This is last release that will support Xcode 9.x

5.6.1

03 Sep 07:40
Compare
Choose a tag to compare

Make start() methods on FlowCoordinator open

Flow coordinators

31 Aug 10:26
Compare
Choose a tag to compare
  • add base FlowCoordinator class to handle flow outside the view controllers

Date formatting

21 Aug 11:29
a7b5dbe
Compare
Choose a tag to compare

Features

  • add extensions for date formatting (#28, kudos to @janmisar)