Releases: worldturtlemedia/openweathermap-onecall
Releases · worldturtlemedia/openweathermap-onecall
v1.3.0
1.3.0 (2023-02-18)
Bug Fixes
- deps: update dependency axios to ^0.27.0 (a4305df)
- deps: update dependency axios to v1 (#165) (c417114)
Features
- api: Update to API 3.0 and add missing daily fields (#192) (bf6e023), closes #191
v1.2.4
1.2.4 (2022-03-07)
Bug Fixes
- correctly importing typings (9f0211f)
v1.2.3
1.2.3 (2022-03-05)
Bug Fixes
v1.2.2
1.2.2 (2022-02-28)
Bug Fixes
- module: fix module declaration in package.json (787fdbb), closes #112
v1.2.1
1.2.1 (2022-02-28)
Bug Fixes
- deps: update dependency axios to ^0.26.0 (d1c8e07)
- module: fix the module declaration (97fc1f6), closes #112
v1.2.0
1.2.0 (2021-06-03)
Bug Fixes
- weathericon.ts: fix the value for FewClouds (49e8087)
Features
- condition.ts: add types for the condition codes (ea61faa)
v1.1.0
1.1.0 (2021-02-24)
Bug Fixes
- data: fix the mapping of OWM to DarkSky (af0eb0f)
Features
- alerts: add the alerts field to the response types (c1d2998)
v1.0.1
1.0.1 (2021-02-10)
Bug Fixes
- release: fix the release step (8801d38)
v1.0.0
1.0.0 (2021-02-10)
Bug Fixes
- deps: update dependency axios to ^0.21.0 (2d90ea9)
- typedoc: update command to match new version (99d8664)
Features
- client: add a basic client for making a forecast request (8617558)
- client: port over old functionality from darkskyapi library (04695c3)
- darksky: add a darksky compatible client (adf8ede)
- darksky: add types and mapping functions for darksky (8963ca3)
- types: add types for the API request and response (f1c9237)