Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 802 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 802 Bytes

Change Log

Notable changes documented here, per keepachangelog.com. Yes, we use semantic versioning.

[4.0.0] 2018-12-08

Changed

  • Combined the various targets into one, for easier building and testing.

[3.6.0] - 2017-08-20

Changed

  • Prefixed categories to avoid Objective-C namespacing collisions resulting in compiler warning.
  • Nullability audit, for better Swift interoperability.
  • Changed #import syntax to @import syntax, to take advantage of modules.
  • Redefined a few of the older enums to use proper NS_ENUM syntax.
  • Added NS_SWIFT_NAMEs to classes and enums.

[3.0.0] - 2015-11-12

Changed

  • Removed the old project targets and replaced them with a new single Framework target.
  • Changed the KCAstronomicalCalculator class into a protocol.