Skip to content

Commit

Permalink
Merge pull request #213 from daroczig/gergely/thanks-hadley
Browse files Browse the repository at this point in the history
acknowledge all the great stuff contributed by @hadley
  • Loading branch information
daroczig authored Sep 11, 2024
2 parents e05f1a8 + ed010e7 commit 6f5e153
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Date: 2024-03-03
Authors@R: c(
person("Gergely", "Daróczi", , "daroczig@rapporter.net", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3149-8537")),
person("Hadley", "Wickham", , "hadley@posit.co", role = "aut",
comment = c(ORCID = "0000-0003-4757-117X")),
person("System1", role = "fnd")
)
Description: Inspired by the the 'futile.logger' R package and 'logging'
Expand All @@ -14,7 +16,7 @@ Description: Inspired by the the 'futile.logger' R package and 'logging'
License: AGPL-3
URL: https://daroczig.github.io/logger/
BugReports: https://github.com/daroczig/logger/issues
Depends:
Depends:
R (>= 4.0.0)
Imports:
utils
Expand Down Expand Up @@ -45,7 +47,7 @@ Enhances:
futile.logger,
log4r,
logging
VignetteBuilder:
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: TRUE
Expand Down
23 changes: 21 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
# logger (development version)

* logger now computes metadata lazily, so various expensive computations are only performed if you actually add them to the log (#105).
* `log_appender()`, `log_layout()` and `log_formatter()` now check that you are calling them with a function, and return the previously set value.
## New features

* logo 😻 (#196, @hadley)
* computing metadata lazily, so various expensive computations are only performed if you actually add them to the log (#105, @hadley)
* `log_appender()`, `log_layout()` and `log_formatter()` now check that you are calling them with a function, and return the previously set value (#170, @hadley)
* new function to return number of log indices (#194, @WurmPeter)

## Fixes

* `eval` scoping and lazy eval (#178, @hadley)

## Housekeeping

* update `pkgdown` site to Bootstrap 5 and related revamp, e.g. reference index and run/show examples (#159 #165 #193, @hadley)
* roxygen updated to use markdown, general cleanup (#160 #161 #191 #201, @hadley)
* testing improvements, e.g. move to `testthat` v3 and snapshots, syntactic sugar (#163 #167 #168 #169 #171 #192, @hadley)
* README tweaks (#162 #176, @hadley)
* modernize GitHub Actions (#171, @hadley)
* drop support for R versions below 4.0.0 (#177, @hadley)
* internal function tweaks (#181 #187 #197, @hadley)
* restyle sources (#185 #186 #191 #199, @daroczig and @hadley)

# logger 0.3.0 (2024-03-03)

Expand Down

0 comments on commit 6f5e153

Please sign in to comment.