Releases: dguo/sunrise-sunset-js
Releases · dguo/sunrise-sunset-js
v0.2.1
v0.2.0
Added
- Exported the
UnformattedSunriseSunsetResponse
,
FormattedSunriseSunsetResponse
, andSunriseSunsetResponse
types.
Changed
- Renamed the
SunriseSunsetRequest
type toSunriseSunsetOptions
.
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.