Skip to content

Releases: insightsengineering/teal.logger

v0.3.1-rc1: Update NEWS.md

22 Jan 18:32
1219624
Compare
Choose a tag to compare

v0.3.1

22 Jan 22:05
d75d5e5
Compare
Choose a tag to compare
  • Enhance log_shiny_input_changes to support log levels provided in lowercase or numeric values.
  • Fixed an issue with incorrect pasting of log messages when they were passed as vectors of length greater than one.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0-rc2: Update DESCRIPTION

24 Oct 14:35
6efb5b0
Compare
Choose a tag to compare
Co-authored-by: André Veríssimo <[email protected]>
Signed-off-by: Dony Unardi <[email protected]>

v0.3.0

24 Oct 14:37
3bf2a50
Compare
Choose a tag to compare
  • 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.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.3.0-rc1: Merge branch 'main' into release-candidate-v0.3.0

24 Oct 05:48
7b9bd83
Compare
Choose a tag to compare

v0.2.0

25 Mar 14:54
1ff0f08
Compare
Choose a tag to compare
  • New function register_handlers to register global handlers for logging messages, warnings and errors.
  • Specified minimal version of package dependencies.
  • Update installation instructions in README.

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.2.0

v0.1.3

08 Sep 17:12
48a1248
Compare
Choose a tag to compare
  • Fixed CRAN requirements for the first CRAN submission.

What's Changed

  • 58 cran comments@main [skip vbump] by @m7pr in #59

Full Changelog: v0.1.2...v0.1.3

v0.1.2

31 Aug 14:35
086703b
Compare
Choose a tag to compare
  • Updated usage and installation instructions in README.
  • Updated phrasing of the Getting Started vignette.

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

14 Oct 01:26
2adf290
Compare
Choose a tag to compare
  • Updated installation instruction in README.

What's Changed

New Contributors

Full Changelog: https://github.com/insightsengineering/teal.logger/commits/v0.1.1

v0.1.0

05 Jul 14:20
9ca2ca4
Compare
Choose a tag to compare

teal.logger 0.1.0

  • Initial release of teal.logger, a package for the logging setup for teal applications.

Changes (from behavior when functionality was part of teal)

Misc

  • The functions suppress_logs and log_system_info are now part of the API of the package as they are now exported.