Skip to content

v.1.8.0

Latest
Compare
Choose a tag to compare
@wmcginty wmcginty released this 20 Jan 00:04
· 9 commits to main since this release
e375ddc
Enhancements
  • Extend CLLocationCoordinate2D with isValid computed property
    Andrew Winn
    #102

  • Improve support for registering supplementary and decoration views with UICollectionView.
    Will McGinty
    #110

  • Re-organize the way Swift Packages are managed. Instead of importing UtiliKit as a package, each target (or Cocoapods subspec) is imported separately. The full list of libraries is: GeneralUtilities, Instantiation, TimelessDate, Versioning, ContainerViewController, ActiveLabel, Obfuscation. UtiliKit remains as a possible library which will import all the above targets at once.
    Will McGinty
    #104

Bug Fixes
  • None