mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
2.5 KiB
2.5 KiB
1.5.3 / 2015-05-10
- deps: basic-auth@~1.0.1
- deps: debug@~2.2.0
- deps: ms@0.7.1
- deps: depd@~1.0.1
- deps: on-finished@~2.2.1
- Fix
isFinished(req)when data buffered
- Fix
1.5.2 / 2015-03-15
- deps: debug@~2.1.3
- Fix high intensity foreground color for bold
- deps: ms@0.7.0
1.5.1 / 2014-12-31
- deps: debug@~2.1.1
- deps: on-finished@~2.2.0
1.5.0 / 2014-11-06
- Add multiple date formats
clffor the common log formatisofor the common ISO 8601 date time formatwebfor the common RFC 1123 date time format
- Deprecate
bufferoption - Fix date format in
commonandcombinedformats - Fix token arguments to accept values with
"
1.4.1 / 2014-10-22
- deps: on-finished@~2.1.1
- Fix handling of pipelined requests
1.4.0 / 2014-10-16
- Add
debugmessages - deps: depd@~1.0.0
1.3.2 / 2014-09-27
- Fix
req.ipintegration whenimmediate: false
1.3.1 / 2014-09-14
- Remove un-used
bytesdependency - deps: depd@0.4.5
1.3.0 / 2014-09-01
- Assert if
formatis not a function or string
1.2.3 / 2014-08-16
- deps: on-finished@2.1.0
1.2.2 / 2014-07-27
- deps: depd@0.4.4
- Work-around v8 generating empty stack traces
1.2.1 / 2014-07-26
- deps: depd@0.4.3
- Fix exception when global
Error.stackTraceLimitis too low
- Fix exception when global
1.2.0 / 2014-07-19
- Add
:remote-usertoken - Add
combinedlog format - Add
commonlog format - Add
morgan(format, options)function signature - Deprecate
defaultformat -- usecombinedformat instead - Deprecate not providing a format
- Remove non-standard grey color from
devformat
1.1.1 / 2014-05-20
- simplify method to get remote address
1.1.0 / 2014-05-18
- "dev" format will use same tokens as other formats
:response-timetoken is now empty when immediate used:response-timetoken is now monotonic:response-timetoken has precision to 1 μs- fix
:status+ immediate output in node.js 0.8 - improve
bufferoption to prevent indefinite event loop holding - deps: bytes@1.0.0
- add negative support
1.0.1 / 2014-05-04
- Make buffer unique per morgan instance
- deps: bytes@0.3.0
- added terabyte support
1.0.0 / 2014-02-08
- Initial release