You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
adrifmonte
changed the title
Incorrect link in README of 2.4.0 pointing to Transport documentation of master
Incorrect link in 2.4.0's README pointing to master's Transports' documentation
Jan 16, 2018
* commit 'dc74db60b8d46475fce04bab1e0c31abe5201e09': (34 commits)
[dist] Maintenance release. 2.4.3
[Winston 2.x] Decycle circular `Error` instances (winstonjs#1307)
[dist] Maintenance release. 2.4.2
[dist] Add .gitattributes file.
[fix] Backport winstonjs#1281 onto 2.x for maintenance.
[dist] Add ignores from 3.x for easier maintenance switching.
fix: clone() cloning prototype's custom methods (winstonjs#1086)
Don't swallow Error message/stack when using formatter (winstonjs#1188)
[dist] Add package-lock.json
Update http.js - Add support for headers
fix 2.x readme (fixeswinstonjs#1179)
[dist] Maintenance release. 2.4.1
Always pass a function to fs.close (winstonjs#1227)
Update documentation for the `stringify` option
[dist] Version bump. 2.4.0
[fix] Correct documentation mistake in 2.x
Add how to colorize output in the custom formatter example (winstonjs#989)
[fix] Container.add() 'filters' and 'rewriters' option passing to logger (winstonjs#1036)
Fixed working of "humanReadableUnhandledException" parameter when additional data is added in meta (winstonjs#1066)
Added filtering by log level (winstonjs#1040)
...
Go to https://github.com/winstonjs/winston/tree/2.4.0#usage
The link to Transports documentation is incorrect:
https://github.com/winstonjs/winston/blob/master/docs/transports.md
It should be:
https://github.com/winstonjs/winston/blob/2.4.0/docs/transports.md
The text was updated successfully, but these errors were encountered: