Skip to content

Commit 33c8366

Browse files
committed
describe recent bug fix changes. change some formatting
1 parent 3aabdd3 commit 33c8366

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

NEWS.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1+
# epidatr 1.1.0.9000
2+
3+
- Function reference now displays commonly-used functions first (#205).
4+
- Endpoints now fail when passed misspelled arguments (#187, #201).
5+
- `pub_fluview_meta` fixed to `fetch` the response automatically.
6+
- `pub_covid_hosp_state_timeseries` now supports use of the `as_of` parameter
7+
(#209).
8+
- `pub_covid_hosp_state_timeseries` now correctly parses the `issue` field,
9+
instead of returning a missing value (#202).
10+
- `release_date` and `latest_update` fields are now parsed as `Date`, rather
11+
than as text. This change impacts several endpoints..
12+
- In `pub_fluview_meta`, `latest_issue` field is now parsed as epiweek, rather
13+
than being parsed as `Date` and returning a missing value.
14+
- Support `Date` objects passed to version arguments `as_of` and `issues` in
15+
endpoints (#192, #194).
16+
117
# epidatr 1.1.0
218

3-
- renamed the mostly internal `get_auth_key` to `get_api_key`
4-
- added `save_api_key` to more easily set the option
5-
- various CRAN submission related doc-fixes
6-
- fixed some errors from passing "" as a key
19+
- Rename the mostly internal `get_auth_key` to `get_api_key` (#181).
20+
- Add `save_api_key` to more easily set the option (#181).
21+
- Fix documentation related to CRAN submission.
22+
- Fix some errors from passing "" as a key.
723

824
# epidatr 1.0.0
925

0 commit comments

Comments
 (0)