Changes in version 0.6.5 - Migrated all console message printing from message() to the cli package, introducing structured headers (cli_h1, cli_h2) and semantic alerts (cli_alert_info, cli_alert_success, cli_alert_warning, cli_text). - Implemented year-doc level RDS caching (gdfpd2_cache/processed_RDS/) to avoid redundant unzipping and parsing of CSV files. - Implemented early row filtering by company codes before binding data frames in memory, reducing footprint and overhead. - Resolved type-coercion compatibility issues with logical/character classes in dplyr::bind_rows for zero-row filtered dataframes. - Memoised CVM FTP directory listings session-wide to avoid redundant web scraping latency. Changes in version 0.6.4 - new function get_tickers() issue #11 Changes in version 0.6.3 (2023-04-25) - Fixed issue #8 - Moved all "http://" addresses to https:// Changes in version 0.6.2 (2022-06-09) - Fixed issue with ftp change in CVM Changes in version 0.6.1 (2022-03-02) - Fixed issue with cran check on oldrel (new pipeline only available in R>4.1) Changes in version 0.6 (2022-02-19) - Fixed issue with get_info_companies(). See issue #6. - Fixed issue with cvm_id = 22179 (issue #1). Changes in version 0.5 (2021-03-24) - First