Changes in version 2.0.7 (2023-03-05) Changes: - Fixed bug relating to list sizes of differing lengths (#69 @tombroekel) and missing href attributes (#70 @Arf9999) - Merged PR from @seakintruth (#56) Changes in version 2.0.6 (2022-08-25) Changes: - Fixed bug relating to HTML comments, a contribution by @chainsawriot. Changes in version 2.0.5 (2022-05-29) Changes: - Fixed bug relating to HTML comments. Changes in version 2.0.4 (2021-10-07) Changes: - Updated user agent. Changes in version 2.0.3 (2020-09-13) Changes: - Removed occurrence of warning message related to tidyselect's where(). - Updated list of contributors in DESCRIPTION. Changes in version 2.0.2 (2020-06-01) Changes: - Updated package to work with dplyr 1.0.0. Changes in version 2.0.1 (2020-03-07) Changes: - More complete testing - Better checking of 'geo' RSS feeds - new parse_dates argument that allows users to skip parsing of dates. - bugfix for missing import of dplyr's case_when Changes in version 2.0.0 (2020-02-25) Changes: Removed simple features parsing functionality to a sister package, tidygeoRSS. More robust testing strategy, streamlined code and less dependencies. Removed dataset of rss feeds as I thought it unnecessary. Changes in version 1.2.12 Changes: Pass default user-agent to httr::GET. This solves 403 errors from certain RSS feeds. Changes in version 1.2.11 (2019-05-22) Changes: Bug (typo) introduced in v1.2.10, which produced 'Error in eval(lhs, parent, parent) : object 'rss' not found'. Now fixed. Feeds that are no longer available have been removed from the dataset included. Better handling of list-columns for rss category columns. Changes in version 1.2.10 (2019-05-14) Changes: Small bugfix for category columns. Changes in version 1.2.9 (2019-05-09) Changes: Added functionality to process dc:date tags in v1 RSS feeds and better handling of item category columns, see https://github.com/luke-a/tidyRSS/commit/c677022996fa971b49ef1a858ae21ca720b56c8e . Changes in version 1.2.8 (2019-03-05) Changes: Fix to add proper href links in Atom feeds. Changes in version 1.2.7 (2018-11-03) Changes: Small fix to add item descriptions for RSS feeds. Changes in version 1.2.6 (2018-08-29) Changes: Fixed an error with feeds parsing as geoRSS when they didn't have the necessary lat/lon columns. Changes in version 1.2.5 (2018-08-05) Changes: Removed tests. The tests were based on checking a bunch of RSS feed URLs. Since feeds undergo maintenance, or are taken down etc., the tests were failing randomly. Changes in version 1.2.4 (2018-06-01) Changes: Added support for geo RSS feeds. Changes in version 1.2.3 (2018-01-29) Changes: Changed tests to avoid failures due to problems outside the package (faulty connections, site maintenance, feeds being taken down). Changes in version 1.2.2 (2017-09-07) Changes: Added preliminary support for jsonfeeds; minor changes to parsing other feeds; minor change to data included with the package. Changes in version 1.2.1 (2017-06-16) Changes: Minor changes to parsing Atom feeds. Changes in version 1.2.0 (2017-06-07) Changes: - Re-wrote package: less dependencies, streamlined code, more robust. Changes in version 1.0.1 (2017-03-01) Changes: - Fixed certain feeds not parsing (Issue #1) Changes in version 1.0.0 (2017-02-24)