Releases: insightsengineering/teal.logger
Releases · insightsengineering/teal.logger
v0.3.1-rc1: Update NEWS.md
Co-authored-by: Marcin <[email protected]>
v0.3.1
- 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
- README output match code by @llrs-roche in #99
- Fix log_shiny_input_changes by @llrs-roche in #100
- add setup-r-dependencies by @donyunardi in #102
- fix logger error
All unnamed arguments must be length 1
. by @gogonzo in #103 - [skip vbump] upversion 0.3.1 by @donyunardi in #105
New Contributors
- @llrs-roche made their first contribution in #99
Full Changelog: v0.3.0...v0.3.1
v0.3.0-rc2: Update DESCRIPTION
Co-authored-by: André Veríssimo <[email protected]> Signed-off-by: Dony Unardi <[email protected]>
v0.3.0
- New function
log_shiny_input_changes
based onlogger
implementation, but curated toteal
needs.
It allows to track all shiny inputs changes in teal modules onTRACE
level with appended namespace name. - Fixed
logger::formatter_glue
to handleNULL
andvector
objects.
What's Changed
- vbump testthat by @pawelru in #81
- Workflow propagation by @walkowif in #77
- Bumps
{rmarkdown}
minimal version by @averissimo in #83 - 553 introduce internal
log_shiny_input_changes
function by @m7pr in #84 log_shiny_input_changes
followup by @m7pr in #85- Workflow propagations by @walkowif in #87
- Fixed Failed Pipeline by @donyunardi in #89
- update readme by @pawelru in #90
- Fix log shiny inputs@main by @gogonzo in #86
- Workflow propagations by @walkowif in #91
- Update logger min version in DESCRIPTION by @donyunardi in #93
- Fixes tests failure that were affected from {logger} update by @averissimo in #95
- [skip vbump] upversion to 0.3.0 by @donyunardi in #96
Full Changelog: v0.2.0...v0.3.0
v0.3.0-rc1: Merge branch 'main' into release-candidate-v0.3.0
Signed-off-by: Dony Unardi <[email protected]>
v0.2.0
- 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
- Missing URLs on DESCRIPTION file by @averissimo in #61
- Update README.md by @m7pr in #65
- 468 updating documentation url by @kartikeyakirar in #64
- remove_dependencies by @m7pr in #66
- Update Installation section for CRAN by @m7pr in #63
- add no_browser hook in pre-commit by @donyunardi in #67
- Adds min package version by @averissimo in #49
- update repo roster link by @donyunardi in #68
- Workflow propagation by @walkowif in #70
- 430 use
expect_no_error
in tests instead ofexpect_error(, NA)
by @m7pr in #71 - Propagate files from insightsengineering/.github by @insights-engineering-bot in #75
- [skip actions] Propagate files from insightsengineering/.github by @insights-engineering-bot in #76
- options for strict testing; few enhancements by @pawelru in #72
- new register_handlers function by @pawelru in #73
- [skip vbump] upversion to 0.2.0 by @donyunardi in #80
New Contributors
- @averissimo made their first contribution in #61
- @kartikeyakirar made their first contribution in #64
Full Changelog: v0.1.3...v0.2.0
v0.1.3
- Fixed CRAN requirements for the first CRAN submission.
What's Changed
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- Updated usage and installation instructions in
README
. - Updated phrasing of the
Getting Started
vignette.
What's Changed
- [skip vbump] Dev version with 9xxx by @arkadiuszbeer in #37
- Add coverage badge by @walkowif in #38
- Enable checks for
workflow_dispatch
event by @walkowif in #39 - Badges and contribution guidelines by @insights-engineering-bot in #40
- Update check as-cran and default landing page by @walkowif in #42
- Workflow updates by @walkowif in #43
- Update workflows by @walkowif in #44
- reduce the amount of spelling issues / WORDLIST by @m7pr in #46
- Workflow propagations by @walkowif in #47
- meaningless change by @gogonzo in #48
- Update install by @gogonzo in #50
- Workflow propagation by @walkowif in #52
- Add CRAN release template by @walkowif in #54
- Only retain hard dependencies from pre-commit hooks by @vedhav in #56
- 51 pre-CRAN release updates by @m7pr in #55
- release 0.1.2 [skip vbump] [skip spelling] by @donyunardi in #57
New Contributors
- @walkowif made their first contribution in #38
- @m7pr made their first contribution in #46
- @vedhav made their first contribution in #56
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Updated installation instruction in README.
What's Changed
- feat: exported suppress_logs (#1) by @kpagacz in #2
- re-org [green] by @nikolas-burkoff in #3
- docs: added a home page vignette by @kpagacz in #5
- Update staged.deps by @nikolas-burkoff in #6
- news by @nikolas-burkoff in #7
- NEWS by @denisovan31415 in #8
- minor tweaks by @nikolas-burkoff in #9
- Get started vignette by @mhallal1 in #10
- version bump and date by @gogonzo in #11
- Pre release by @pawelru in #15
- fix news and version by @gogonzo in #16
- devops: added a template to the pkgdown configuration by @kpagacz in #17
- update authors by @pawelru in #18
- Prepare for open sourcing by @cicdguy in #19
- update NEWS by @mhallal1 in #20
- Update .Rbuildignore by @arkadiuszbeer in #21
- Contribution guide updates by @insights-engineering-bot in #23
- update readme by @nikolas-burkoff in #24
- update installation instructions by @nikolas-burkoff in #25
- Update Rbuildignore and add auto-updates by @insights-engineering-bot in #26
- Update pre-commit config to detect
_pkgdown.y[a]ml
by @insights-engineering-bot in #28 - Update staged_dependencies.yaml for teal.modules.helios by @danielinteractive in #27
- Update documentation workflow by @insights-engineering-bot in #29
- Update check.yaml by @arkadiuszbeer in #31
- fixes by @mhallal1 in #33
- update news by @donyunardi in #35
- [skip vbump] Release for version 0.1.1 by @insights-engineering-bot in #36
New Contributors
- @nikolas-burkoff made their first contribution in #3
- @denisovan31415 made their first contribution in #8
- @mhallal1 made their first contribution in #10
- @gogonzo made their first contribution in #11
- @cicdguy made their first contribution in #19
- @arkadiuszbeer made their first contribution in #21
- @danielinteractive made their first contribution in #27
- @donyunardi made their first contribution in #35
Full Changelog: https://github.com/insightsengineering/teal.logger/commits/v0.1.1
v0.1.0
teal.logger 0.1.0
- Initial release of
teal.logger
, a package for the logging setup forteal
applications.
Changes (from behavior when functionality was part of teal
)
Misc
- The functions
suppress_logs
andlog_system_info
are now part of the API of the package as they are now exported.