item = 'summaries' in cong_bill()item = 'text' in cong_amendment()congress or state (and district) in cong_member()cong_member()cong_law() function to use the law endpoint.cong_crs_report() function to use the crs-report endpoint.cong_house_vote().cong_bill() (#21)clean = TRUE, the json version will be downloaded and used to clean the object (#17).cong_reports() did not fully rectangularize the data. This has been fixed (#18).clean = TRUE, a new attribute is added (response_info) which provides pagination and request information.clean = TRUE, date and datetime columns are now converted automatically to the correct types.cong_request_next() function which requests the next set of results. This can be piped from the last response, such as cong_bill() |> cong_request_next() to row bind the results.Addresses changes in December 2023 API changes (#16)
cong_amendment() can take item = 'text' for congress <= 117 and warns otherwise.Addresses changes in October 2023 API changes (#15)
congress package. All changes upstream automatically handled.Addresses changes in October 2023 API changes (#14)
congress package. All changes upstream automatically handled.Addresses changes in September 2023 API changes (#13)
cong_treaty() which has case-sensitive suffixes.Addresses changes in August 2023 API changes (#12)
cong_bound_record() to access new bound-congressional-record API endpoint.Addresses changes in July 2023 API changes (#11)
cong_daily_record() to access new daily-congressional-record API endpoint.Addresses changes in June 2023 API changes (#10)
congress package. All changes upstream automatically handled.Addresses changes in May 2023 API changes (#9)
item endpoint within cong_house_requirement()cong_house_communication() endpoint when number is provided. This is due to an upstream change from house-communication to houseCommunication.Addresses changes in March 2023 API changes (#7)
cong_hearing() to access new hearing API endpoint.cong_committee_meeting() to access new committee-meeting API endpoint.cong_committee_print() to access new committee-print API endpoint.cong_senate_communication() where providing number would return an empty tibble.cong_member() where rows would be duplicated if bioguide was provided.cong_amendment() where rows would be duplicated if item was provided.cong_bill() where some rows were (sometimes) duplicated if item was provided.cong_communication() (Deprecated in 0.0.2) in favor of cong_house_communication().Resolves a bug in cong_bill() where item = 'text' would return an empty tibble.
Addresses changes in February 2023 API changes (#6)
house-communication and senate-communication items in cong_committee().cong_senate_communication() for returned data in committees list-column.cong_member(),
cong_committee(), and cong_amendment(). These changes
were automatically handled in version 0.0.1 since February 2023.Addresses changes in January 2023 API changes (#4) and (#5)
cong_member().cong_bill() include CBO estimates. These changes
were automatically handled in version 0.0.1 since January 2023.Addresses changes in December 2022 API changes (#3).
cong_house_requirement() to access new house-requirement API endpoint.Addresses changes in November 2022 API changes (#1) and (#2).
cong_communication() is deprecated in favor of cong_house_communication(),
as a new senate endpoint was added. This can be accessed via cong_senate_communication().cong_nomination(), cong_committee_report(),
and cong_nomination(). These changes were automatically handled in version 0.0.1
since November 2022.NEWS.md file to track changes to the package.