blob: fa6712838c78f71cf98abf47846446b5416209e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
0.3.0
=====
* Switch from HTTP to HTTPS API (https://api.openweathermap.org/data/2.5).
* Command line utility prints absolute humidity and local time.
* Require Servant >= 0.19.
0.2.0
=====
* (* BREAKING *) Made Location a part of the API to
reduce code duplication.
* (* BREAKING *) Made all query parameters required.
* Changed -c to -q for the command line utility.
* Added forecast weather API.
0.1.0
=====
* Removed the `message` field from the `Sys` type.
It was some internal parameter and might be absent.
* Require servant-client >= 0.16 (for `ClientError` instead of `ServantError`).
0.0.0
=====
* Initial version.
|