Changes in version 1.0.0.9000 Changes in version 1.0.0 (2025-01-31) - Breaking change: date_start and station no longer have default values. - New arguments data, latlon, report_type, elev (#48, @JElchison). - Breaking change: latlon default to FALSE: you need to explicitly set it to TRUE for the latitude and longitude of the station to be included in the output. Changes in version 0.3.2 (2024-07-26) - Remove last usage of vcr as the choice was made to use httptest2 instead. Changes in version 0.3.1 (2024-04-04) - set tz=UTC on request to ensure tz result (#43, @akrherz) - Fixes timestamp parsing bug in riem_measures() caused by a lubridate 1.9.0 bug (#40, @BenoitFayolle) Changes in version 0.3.0 (2022-02-08) - Switches to httr2 and httptest2 under the hood. - Improves error messages. Changes in version 0.2.0 (2021-12-17) - Switches to newer IEM metadata web services (#35, @akrherz) Changes in version 0.1.1 (2016-09-10) - Eliminates a few dependencies (dplyr, lazyeval, readr) to make installation easier. - Now the default end date for riem_measures is the current date as given by Sys.Date(). Changes in version 0.1.0 (2016-05-28) - Added a NEWS.md file to track changes to the package.