Skip to content

Releases: Space-yg/sunrise-sunset.org

v1.1.0

27 Feb 05:19
Compare
Choose a tag to compare

Added

  • Added this CHANGELOG.md.
  • SunriseSunset.APIParameters.date can now take a Date.
  • SunriseSunset.APIResponse can take a type parameter which is a status, or status of the response.
  • SunriseSunset.APIResponseFormatted can now take a type parameter which is boolean for whether the response is formatted or not.
  • getSunriseSunset function now accepts a Date type in the date parameter.

Edited

  • Replaced SunriseSunset.APIResponseNotFormatted with SunriseSunset.APIResponseFormatted<false>.
  • Changed APIResponseInvalidRequest, APIResponseInvalidDate, APIResponseInvalidTzid, and APIResponseUnknownError to type instead of interface.
  • Renamed types.ts to types.d.ts.

v1.0.0

27 Feb 04:42
Compare
Choose a tag to compare

This is the initial release!