Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip vbump] upversion to 0.3.0 #96

Merged
merged 4 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.logger
Title: Logging Setup for the 'teal' Family of Packages
Version: 0.2.0.9012
Date: 2024-10-23
Version: 0.3.0
Date: 2024-10-04
donyunardi marked this conversation as resolved.
Show resolved Hide resolved
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Konrad", "Pagacz", role = "aut"),
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# teal.logger 0.2.0.9012
# teal.logger 0.3.0

* New function `log_shiny_input_changes` based on `logger` implementation, but curated to `teal` needs.
* New function `log_shiny_input_changes` based on `logger` implementation, but curated to `teal` needs.
It allows to track all shiny inputs changes in teal modules on `TRACE` level with appended namespace name.
* Fixed `logger::formatter_glue` to handle `NULL` and `vector` objects.
* Fixed `logger::formatter_glue` to handle `NULL` and `vector` objects.

# teal.logger 0.2.0

Expand Down
Loading