@loglayer/transport-simple-pretty-terminal Changelog
2.2.13
Patch Changes
- Updated dependencies []:
- @loglayer/transport@2.3.9
2.2.12
Patch Changes
- Updated dependencies []:
- @loglayer/transport@2.3.8
2.2.11
Patch Changes
- Updated dependencies []:
- @loglayer/transport@2.3.7
2.2.10
Patch Changes
- Updated dependencies []:
- @loglayer/transport@2.3.6
2.2.9
Patch Changes
- Updated dependencies []:
- @loglayer/transport@2.3.5
2.2.8
Patch Changes
#277
1e01627Thanks @Eptagone! - Migration from tsup to tsdown and small dependency updates.Updated dependencies [
1e01627]:- @loglayer/transport@2.3.4
2.2.7
Patch Changes
- Updated dependencies []:
- @loglayer/transport@2.3.3
2.2.6
Patch Changes
- Updated dependencies []:
- @loglayer/transport@2.3.2
2.2.5
Patch Changes
- Updated dependencies []:
- @loglayer/transport@2.3.1
2.2.4
Patch Changes
- Updated dependencies [
94d0230]:- @loglayer/transport@2.3.0
2.2.3
Patch Changes
- Updated dependencies []:
- @loglayer/transport@2.2.2
2.2.2
Patch Changes
edf99c8Thanks @theogravity! - Update chalk and date-fns packages
2.2.1
Patch Changes
a211dc7Thanks @theogravity! - Fixes a bug in expanded mode where if there is no data to print, will print out an empty line
2.2.0
Minor Changes
- #212
fc0cdfdThanks @theogravity! - Remove algorithmic wrapping of text (decided it was better for the user's terminal to handle wrapping), addincludeDataInBrowserConsoleoption to give users the ability to inspect object data when using browser devtools
2.1.0
Minor Changes
- #210
3f761bbThanks @theogravity! - In browser mode, use the appropriate console level method (eg console.error) instead of console.log for everything
2.0.0
Major Changes
- #207
738ebe4Thanks @theogravity! - Remove writeFn, add in aruntimemode, which adds browser-rendering support
1.2.0
Major Changes
- Added browser compatibility with new
runtimeconfiguration option - Removed
writeFnconfiguration option in favor ofruntimeoption - Made all
process.stdoutreferences optional for browser compatibility
Features
- Added
runtimeconfiguration option with values'node'or'browser' - In
'node'runtime, logs are written usingprocess.stdout.write - In
'browser'runtime, logs are written usingconsole.log - Default runtime is
'node'for backward compatibility
1.1.0
Minor Changes
- #205
0c287b2Thanks @theogravity! - Add writeFn config option to customize how to write out the logs
1.0.0
Major Changes
ebbdadThanks @theogravity! - First version
