Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

67 lines (50 loc) · 1.92 KB

Change Log

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

3.x Releases


Released on 2018-4-8

Updated

  • KeyValueProtocol: add stringDictionary which returns [String: String] instead of [String: Any]

Released on 2018-4-7

Updated

  • Rename type to resolve conflicts

Released on 2018-4-7

Added

  • Added WeakReferenceProtocol
  • Added modern TypeNameProtocol

Updated

  • Allow override UITextField leftPadding, rightPadding
  • Updated show alert, prevent show multiple alerts

Released on 2018-4-6

Added

  • Added array safe subscript method
  • Added array chunk func to split array
  • Added func Get next element of array
  • Common elements in two arrays
  • Added Sequence group func
  • Added UINavigationBar utils: transparent(), opaque()
  • Apply gradient to Navigation Bar
  • Added UITextField left/right padding
  • Split String into words

Released on 2018-4-6

Updated

  • Removed unused code: protocol PropertyNames

Released on 2018-4-6

Fixed

  • Support XCode 9.2, Swift 4.0: Swizzling -> types.deallocate()

Released on 2018-4-5

Added

  • Added a sugar present view controller method with embedIn navigation option

Added