Skip to content

Releases: natesabrown/swift-sunrise-sunset

0.2.0

14 Jun 00:10
c1c8d06
Compare
Choose a tag to compare

The most significant change in this release is the argument label for date for sunrise and sunset functions has been changed from on to for. So usage goes from sunrise(on:... to sunrise(for:... which reads better for dates like .now and "tomorrow".

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

13 Jun 22:25
Compare
Choose a tag to compare

A package for determining the sunrise or sunset for a time and location in Swift, designed for testability and the capability to support additional algorithms.