Commit Graph

6 Commits

Author SHA1 Message Date
Joseph Rossi
943b4db4ab Adding the default logger's level property. 2015-05-12 12:10:52 -04:00
Steven Yackel
1ad6deec11 Added the missing addColors method from winston 2014-11-20 15:51:29 -06:00
vvakame
72b094e548 fix winston/winston.d.ts 2014-10-07 14:44:26 +09:00
CodeAnimal
f8127f0223 Remove legacy node references
The legacy node references have been removed to stop the global
namespace being littered with old node definitions.
2014-09-25 01:13:47 +01:00
CodeAnimal
42dc44b2d5 Update winston definitions and tests
A large rewrite, with greater detailed definitions.

*BREAKING CHANGE:* winston.Transport and winston.Logger types have been
renamed to winston.TransportStatic and winston.LoggerStatic
respectively. Instantiating the types still uses the old syntax: ```var
logger = new winston.Logger``` but the return type's name has had
"Static" appended.
2014-09-24 22:05:34 +01:00
Bart van der Schoor
09f3d7a8dc imported 25 definitions from typescript-node-definitions
first batch: the easy pickings

- as per https://github.com/borisyankov/DefinitelyTyped/issues/115
- added DT headers (scraped creators from git history)
- added tests
- some modifications
- added CONTRIBUTORS.md for the substantial defs (>50 LOC)
2014-04-22 22:09:35 +02:00