Skip to content

Commit cab92d5

Browse files
author
craig
committed
@alt-javascript 1.0.5 README.md updates and keywords
1 parent 5d201c5 commit cab92d5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.6 / 2021-07-14
2+
==================
3+
4+
* Fixed testability example to use ConsoleLogger - @craigparra
5+
16
1.0.5 / 2021-07-14
27
==================
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ logger.info('Hello world!');
9797
Testing loggers is hard, and testability is a first class concern at @alt-javascript so the logging the module exports an EphemeralLogger and EphemeralLogSink that will capture log lines that can be asserted.
9898

9999
```javascript
100-
const {LoggerFactory,WinstonLogger} = require('@alt-javascript/logger');
100+
const {LoggerFactory,EphemeralLogger} = require('@alt-javascript/logger');
101101
const ephemeralLogger = new EphemeralLogger('@myorg/mypackage/MyModule');
102102
const logger = LoggerFactory.getLogger('@myorg/mypackage/MyModule', ephemeralLogger);
103103

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alt-javascript/logger",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A simple configurable logging facade for javascript.",
55
"author" : "Craig Parravicini",
66
"keywords": ["log","logger","loglevel", "loggerlevel","LogFactory","facade","config","configurable","slf4j"],

0 commit comments

Comments
 (0)