|
1 | | -# owmr 0.3.0 |
| 1 | +# owmr 0.8.0 |
2 | 2 |
|
3 | | -* Added a `NEWS.md` file to track changes to the package. |
| 3 | +* Added generic function `owmr_as_tibble` to get similiar-ish and tidy data frames |
| 4 | +for all kind of responses |
| 5 | +* Removed `find_stations_by_geo_point` and `get_current_from_station` because of a new |
| 6 | +_owm stations api_ |
4 | 7 |
|
5 | | -# owmr 0.4.0 |
| 8 | +# owmr 0.7.4 |
6 | 9 |
|
7 | | -* Added function to search owm's city list by city name. |
8 | | -* Added tests for current data. |
9 | | - - Added helper function to fetch 'fresh' data used in tests. |
| 10 | +* Fixed bug in `add_owm_tiles` |
| 11 | +* `find_stations_by_geo_point` and `get_current_from_station` are not supported anymore because of breaking changes in the owm api for stations. Functions will be removed in a future version. |
10 | 12 |
|
11 | | -# owmr 0.4.1 |
| 13 | +# owmr 0.7.3 |
12 | 14 |
|
13 | | -* Added function to fetch current weather data for multiple cities at once. |
| 15 | +* Added feature to store the api key in an environment variable called `OWM_API_KEY` |
| 16 | +* It is still possible to set the key via `owmr_settings`, but it is recommended that you use the environment variable instead |
14 | 17 |
|
15 | | -# owmr 0.5.0 |
| 18 | +# owmr 0.7.2 |
16 | 19 |
|
17 | | -* Refactored code |
18 | | -* Added function to fetch current weather data for cities around geo point (more or less an alias to `find_city`). |
19 | | -* Marked UTF-8 string in data fixed. |
| 20 | +* Updated package description |
20 | 21 |
|
21 | | -# owmr 0.6.1 |
| 22 | +# owmr 0.7.1 |
22 | 23 |
|
23 | | -* Added function to show weather data on leaflet map. |
24 | | - - Added operator `%$$%` to render template text for popups. |
| 24 | +* Fixed false poitives in check for undefined global variable `.` from `magrittr` |
25 | 25 |
|
26 | 26 | # owmr 0.7.0 |
27 | 27 |
|
28 | 28 | * Added functions to add owm tiles to leaflet map. |
29 | 29 | - Note: Performance of owm tile server seems to be low. |
30 | 30 |
|
31 | | -# owmr 0.7.1 |
| 31 | +# owmr 0.6.1 |
32 | 32 |
|
33 | | -* Fixed false poitives in check for undefined global variable `.` from `magrittr` |
| 33 | +* Added function to show weather data on leaflet map. |
| 34 | + - Added operator `%$$%` to render template text for popups. |
34 | 35 |
|
35 | | -# owmr 0.7.2 |
| 36 | +# owmr 0.5.0 |
36 | 37 |
|
37 | | -* Updated package description |
| 38 | +* Refactored code |
| 39 | +* Added function to fetch current weather data for cities around geo point (more or less an alias to `find_city`). |
| 40 | +* Marked UTF-8 string in data fixed. |
| 41 | + |
| 42 | +# owmr 0.4.1 |
| 43 | + |
| 44 | +* Added function to fetch current weather data for multiple cities at once. |
| 45 | + |
| 46 | +# owmr 0.4.0 |
| 47 | + |
| 48 | +* Added function to search owm's city list by city name. |
| 49 | +* Added tests for current data. |
| 50 | + - Added helper function to fetch 'fresh' data used in tests. |
| 51 | + |
| 52 | +# owmr 0.3.0 |
| 53 | + |
| 54 | +* Added a `NEWS.md` file to track changes to the package. |
0 commit comments