CHANGELOG_GUIDELINES.md
Here you can find the general guidelines for maintaining the Changelog (or adding new entries). We follow the guidelines from Keep a Changelog with few additions.
... with the following SwifterSwift specific additions:
UIDatePicker
textColor property to set and get text color of UIDatePicker. #335 by @omaralbeik.Continuous Integration
Date
Array
shuffle and shuffled are no more constrained to Equatable. #327 by LucianoPAlmeida.reversed() -> String is deprecated in favor of Swift 4 new reversed() -> ReversedCollection<String>. #305 by LucianoPAlmeida.isInThisWeek has been renamed to isInCurrentWeek.navigationBar that was causing iOS apps to crash, thanks to drewpitchford for reporting in #243. by drewpitchfordXCTAssertNotNil could not handle optionals. #188. by omaralbeik