Releases: drdevlin/ec-weather-js
Releases · drdevlin/ec-weather-js
v1.2.2
Fixes a bug with weather.hourly
, where the hour
property was named day
.
v1.2.1
Just code improvements. Same API. No new features.
v1.2
Add optional chaining and some safety
v1.1.3
Tweaked the README:
- the temperature, precipitation, and winds modifier must be used seperately
- added a link to the relevant weather data
v1.1.2
Bug Fix:
- weekly forecast was retrieving too many days
v1.1.0
New Features:
- Retrieve Weekly Forecast
- Retrieve Hourly Forecast
- Narrow forecasts to temperatures, precipitation, and winds
v1.0.1
Patched
- Added license and contributing
- Refactored Weather module
Birth
Features:
- Retrieve all data as a javascript object
- Retrieve all current conditions
- Retrieve all forecast data for a specific date