Skip to content

Latest commit

 

History

History
154 lines (93 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

154 lines (93 loc) · 3.57 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

3.0 - 2020-04-04

Changed

  • Updated to Swift 5.0 and Xcode 10.2 #57

2.3.2 - 2018-12-16

Changed

  • Lowered deployment target for cocoapod

2.3.1 - 2018-12-16

Fixed

  • Issue with deployment target #48

2.3.0 - 2018-12-03

Added

  • Support for setting up icons array #33
  • TypIcons Font Support #41

Changed

  • Unused break statements -> Switch statements

Fixed

  • Terminal Warnings for UIButton #35

2.2.0 - 2018-07-19

Added

  • Carthage Support #6

2.1.0 - 2018-07-08

Added

  • Support for FontAwesome 5.1.0 #23

2.0.1 - 2018-01-13

Changed

  • UIBarButtonItem extensions (Fixes #14)

2.0 - 2017-12-06

Added

  • Support for Swift 4.0

1.5.1 - 2017-06-08

Changed

  • UIBarButtonItem extensions (Fixes onTap animation)

1.5 - 2017-06-07

Added

  • UIBarButtonItem extension for custom view

Changed

  • UIBarButtonItem extensions (Fixes #7)

1.4.1 - 2017-05-05

Added

  • SwiftPM Support

1.4 - 2017-05-05

Added

  • Travis CI Support

1.3 - 2017-04-26

Added

Removed

  • UIColor extension (If anyone wants to use this extension, it is also available here in Extensions.swift or there is this popular library Hue)

1.2 - 2017-04-07

Added

  • Support for icofonts

1.1 - 2017-04-05

Added

  • Methods in UIButton extension to set the text at the bottom of icon

Changed

  • UIButton extensions (Now supports background colors)

1.0.2 - 2017-03-30

Added

  • Initial Version of SwiftIcons
  • Support for Cocoapods