Changes in version 2025-10-27 Added - New function to convert NULL value to default value - Add information in milestones datasets - get_nbr_comments(): Function to compute the number of comments - with_comments(): Function to filter the issue with or without comments - author_last_comment(): Add new function to retrieve the name of the last commentator Changes in version 2025-10-21 Added - summary() accept duplicated as a state_reason - get_issues() with repo = NULL return all the issues of all the repositories of a user - error and warning message if a username or a repository don't exist - new entry closed_at with the closing date of an issue - New function with_text() to select the issues that contains text in their title, body or comments - New logo - New function with_labels() to filter issues by label's name - New function get_all_repos() to get all the repos' name from an owner - New method print() and summary() for LabelsTB objects - Not exported isDark() function to verify if a colour is dark or light (to display text in black or white above) - New function to check the output of the API Changed - Labels in issues have been lightened (just the name and the colour of the labels and no more information are stored) - get_labels() now accepts repo = NULL and retrieve all the labels from all the repos from an owner. - slightly change the writing and reading method of datasets Changes in version 2025-07-16 Changed - Changed structure of issue --> data.frame Removed - Remove sorting and filtering function (to use the tidyverse instead) Added - Url link with Issues printed - New sample(), rbind(), summary() method Changes in version 2025-04-26 Added - New function to format Milestones - New function to format timestamp - New argument accepted in filter_issues() : "b" for "body", "t" for "title", "l" for "labels" and "m" for "milestones" Changed - ignore.case = FALSE if fixed = TRUE - lint condition_call (with call. = FALSE) Changes in version 2025-01-09 Added - Additional argument ... to functions filter_issues and contains to custom vgrepl (and therefore to grepl) Changed - internal function vgrepl() uses fixed = TRUE and perl = FALSE as default argument Fixed - Bug fixed when milestones description is missing (commit 9b4832) - Bug fixed :missing argument ... in vgrepl call (commit 490d00a) Removed - [.IssuesTB was duplicated - removed ... = _ in paste0 for R version before 4.2 Changes in version 2024-09-12 Added - First release - New CHANGELOG (NEWS.md) - Documentation for logic_reducer(), no_milestones(), vgrepl() and simple_sort