Skip to content

Latest commit

 

History

History
79 lines (68 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

79 lines (68 loc) · 2.69 KB

Changelog

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

The format is based on Keep a Changelog.

Formatting Rules for Entries Each entry should use the following format:
- Summary of what was changed in a single line using past tense & followed by two whitespaces.  
  Issue: [#0](https://github.com/Flinesoft/HandySwift/issues/0) | PR: [#0](https://github.com/Flinesoft/HandySwift/pull/0) | Author: [Cihat Gündüz](https://github.com/Jeehut)

Note that at the end of the summary line, you need to add two whitespaces ( ) for correct rendering on GitHub.

If needed, pluralize to Tasks, PRs or Authors and list multiple entries separated by , . Also, remove entries not needed in the second line.

[Unreleased]

Added

  • None.

Changed

  • None.

Deprecated

  • None.

Removed

  • None.

Fixed

  • None.

Security

  • None.

[1.9.3] - 2021-10-15

Fixed

  • Fixed a warning due to a wrong path in the Swift package manifest.

[1.9.2] - 2020-05-07

Added

  • Made cornerRadius and IBDesignables available for override.

Changed

  • Updated code to Xcode 11.4 & Swift 5.

[1.9.0] - 2019-02-11

Added

  • New NibLoadable protocol for loading UIView subclasses from XIB files both from code and IB files.
  • New RoundableView IBDesignable with cornerRadius defined for use right within Interface Builder files.
  • New TemplateButton IBDesignable with image always rendered as .alwaysTemplate for use right within IB files.
  • New TemplateImageView IBDesignable with image always rendered as .alwaysTemplate for use right within IB files.
  • New visibleViewController properties on UIWindow to get the currently presented view controller globally.

Changed

  • The bindEdgesToSuperview method now supports an optional insets parameter of type UIEdgeInsets

Deprecated

  • None.

Removed

  • None.

Fixed

  • None.

Security

  • None.

[1.8.0] - 2018-10-31

Added

  • UITableViewExtension to dequeue cells, headers & footers with static typing. via #10 by Murat Yilmaz

Changed

  • Updated code to Swift 4.2 & Xcode 10.

Deprecated

  • None.

Removed

  • None.

Fixed

  • Fixed an issue where the Info.plist file could not be found when executing tests. via #9 by Andreas Link
  • Fixes an issue in toGrayscale() method – did not consider image's scale. via #8 by Andreas Link

Security

  • None.