- Fix in vignette
- Improved unit test and increased code coverage (#116).
- Removed
lifecycledependency.
- Update
loggerversion to latest release.
- Fixed a
glueformatting issues when capturing errors, warnings or messages (#101).
- Enhance
log_shiny_input_changesto 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.
- New function
log_shiny_input_changesbased onloggerimplementation, but curated totealneeds. It allows to track all shiny inputs changes in teal modules onTRACElevel with appended namespace name. - Fixed
logger::formatter_glueto handleNULLandvectorobjects.
- New function
register_handlersto register global handlers for logging messages, warnings and errors. - Specified minimal version of package dependencies.
- Update installation instructions in
README.
- Fixed CRAN requirements for the first CRAN submission.
- Updated usage and installation instructions in
README. - Updated phrasing of the
Getting Startedvignette.
- Updated installation instruction in
README.
- Initial release of
teal.logger, a package for the logging setup fortealapplications.
- The functions
suppress_logsandlog_system_infoare now part of the API of the package as they are now exported.