Skip to content

Releases: insightsengineering/teal.logger

v0.4.1

02 Dec 10:01
0c68c71

Choose a tag to compare

  • Improved unit test and increased code coverage (#116).
  • Removed lifecycle dependency.

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Jul 21:37
23ce087

Choose a tag to compare

  • Update logger version to latest release.

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2

14 Feb 05:46
e948669

Choose a tag to compare

  • Fixed a glue formatting issues when capturing errors, warnings or messages (#101).

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.2-rc1

14 Feb 01:12

Choose a tag to compare

[skip vbump] upversion 0.3.2

v0.3.1-rc1: Update NEWS.md

22 Jan 18:32
1219624

Choose a tag to compare

Co-authored-by: Marcin <133694481+m7pr@users.noreply.github.com>

v0.3.1

22 Jan 22:05
d75d5e5

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

Choose a tag to compare

Co-authored-by: André Veríssimo <211358+averissimo@users.noreply.github.com>
Signed-off-by: Dony Unardi <donyunardi@gmail.com>

v0.3.0

24 Oct 14:37
3bf2a50

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

Choose a tag to compare

Signed-off-by: Dony Unardi <donyunardi@gmail.com>

v0.2.0

25 Mar 14:54
1ff0f08

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