All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
summary()
accept duplicated
as a
state_reason
get_issues()
with repo = NULL
return all
the issues of all the repositories of a userclosed_at
with the closing date of an
issuewith_text()
to select the issues that
contains text in their title, body or commentswith_labels()
to filter issues by label’s
nameget_all_repos()
to get all the repos’ name
from an ownerprint()
and summary()
for
LabelsTB
objectsisDark()
function to verify if a colour is
dark or light (to display text in black or white above)get_labels()
now accepts repo = NULL
and
retrieve all the labels from all the repos from an owner.sample()
, rbind()
,
summary()
methodfilter_issues()
:
"b"
for "body"
, "t"
for
"title"
, "l"
for "labels"
and
"m"
for "milestones"
ignore.case = FALSE
if fixed = TRUE
call. = FALSE
)filter_issues
and
contains
to custom vgrepl
(and therefore to
grepl
)vgrepl()
uses
fixed = TRUE
and perl = FALSE
as default
argumentvgrepl
call (commit
490d00a)[.IssuesTB
was duplicated... = _
in paste0 for R version before 4.2NEWS.md
)logic_reducer()
,
no_milestones()
, vgrepl()
and
simple_sort