Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 875 Bytes

CHANGELOG.markdown

File metadata and controls

28 lines (16 loc) · 875 Bytes

CHANGELOG

1.0.5

1.0.4

  • Added brief_forecast API endpoint to return a brief forecast for the latitude and longitude.

1.0.3

  • Added interesting API endpoint to return a list of interesting storms happening right now.
  • Fixed bug in precipitation API endpoint where multiple locations were not correctly passed to the API.

1.0.2

  • Removed default to disable SSL peer verification now that the DarkSky API server has a signed certificate.

1.0.1

  • Added options hash to API endpoints as final parameter.
  • Default options for API endpoints disable SSL peer verification while DarkSky API is in beta and still uses a self-signed certificate.
  • Fixed response parsing for precipitation API endpoint.

1.0.0

  • Initial release.