Skip to content

Releases: dguo/sunrise-sunset-js

v0.2.1

02 May 20:29
v0.2.1
Compare
Choose a tag to compare

Fixed

  • Fixed the homepage and repository links in package.json.

v0.2.0

01 May 22:18
v0.2.0
Compare
Choose a tag to compare

Added

  • Exported the UnformattedSunriseSunsetResponse,
    FormattedSunriseSunsetResponse, and SunriseSunsetResponse types.

Changed

  • Renamed the SunriseSunsetRequest type to SunriseSunsetOptions.

Removed

  • Removed the option to get keys in camel case format. This is the default
    format now, with no way to get keys in snake case format. This is to adhere
    to the convention for JavaScript. If you need snake case keys, you can convert
    them yourself.

Fixed

  • Fixed mock mode incorrectly returning an unformatted response when the
    formatting mode isn't specified.

v0.1.0

27 Mar 17:38
v0.1.0
Compare
Choose a tag to compare

Initial release.