File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ The following general sections are available:
2222
2323** Using typescript-logging version 1?**
2424
25- Please visit [ https://github.com/vauxite-org/typescript-logging/tree/release-1.x ] ( https://github.com/vauxite-org/typescript-logging/tree/release-1.x )
25+ Please visit
26+ [ https://github.com/vauxite-org/typescript-logging/tree/release-1.x ] ( https://github.com/vauxite-org/typescript-logging/tree/release-1.x )
2627for more details. Consider upgrading to the latest version.
2728
2829** Version 2 of typescript-logging is _ not_ compatible with version 1**
@@ -143,6 +144,8 @@ function example(value: string) {
143144
144145## Build
145146
147+ Please make sure to have node 18 LTS installed.
148+
146149To locally build the logging flavors. The easiest is to run the ./initialize.sh script:
147150
148151``` shell
@@ -192,7 +195,7 @@ npm run build # Run inside respective test-integration project. Builds test we
192195
193196## Bugs
194197
195- If you encounter a bug please log it in the issue tracker of this repository and make sure to specify what flavor
198+ If you encounter a bug please log it in the issue tracker of this repository and make sure to specify what flavor
196199(style) you are using.
197200
198201## Contributing
Original file line number Diff line number Diff line change 22
33This page describes the relevant changes per version since 2.0.0 release.
44
5+ * 2.1.0
6+ * Dev dependencies updated (to get rid of vulnerability warnings), these have no influence on the production
7+ release and are used during the build only.
8+
59* 2.0.2
610 * Fix issue https://github.com/vauxite-org/typescript-logging/issues/102 for both flavors, where LogLevel.Trace was
711 erroneously set to LogLevel.Error (default) when custom config was provided.
You can’t perform that action at this time.
0 commit comments