Changes in version 0.1.7 (2025-10-28) - BREAKING CHANGE: remove i14y_get_data_service() as it fails test and seems to always return error 404. Changes in version 0.1.6 (2025-09-24) - Fail gracefully if no internet - Use air code formatter Changes in version 0.1.5 (2025-07-14) - new contributor - added and fixed tests for pull request https://github.com/lgnbhl/I14Y/pull/1 - Modification by pull request https://github.com/lgnbhl/I14Y/pull/1 : - Updated all affected functions to use the new backend API base URL. - Refactored i14y_search_concept() to align with the new Catalog endpoint, and added support for filtering by conceptValueTypes and registrationStatuses. - Added a new function, i14y_get_dataset_metadata(), which now retrieves both dataset descriptions and distributions, since these are handled under a unified endpoint in the updated API. - BREAKING CHANGE: i14y_get_data_element() removed, as its endpoint seems to have been removed in the API. - Updated and re-rendered the README.Rmd to reflect the API changes and function modifications. Changes in version 0.1.4 (2025-06-09) - BREAKING CHANGE: remove i14y_get_data_service_registration() as it fails test. Changes in version 0.1.3 (2025-04-24) - add Depends: R (>= 4.0) in DESCRIPTION so older R version can use the package. Changes in version 0.1.2 (2025-04-16) - fix validate message giving wrong information to user Changes in version 0.1.0 (2025-03-05) - first version