4 * Fix using special characters in format
6 - perf: remove argument reassignment
11 * Use `res.headersSent` when available
12 * deps: basic-auth@~2.0.0
13 - Use `safe-buffer` for improved Buffer API
16 - Remove unnecessary `Buffer` loading
22 - Fix `DEBUG_MAX_ARRAY_LENGTH`
29 - Fix deprecation messages in WebStorm and other editors
30 - Undeprecate `DEBUG_FD` set to `1` or `2`
35 * Fix sending unnecessary `undefined` argument to token functions
36 * deps: basic-auth@~1.1.0
38 - Allow colors in workers
39 - Deprecated `DEBUG_FD` environment variable
40 - Fix error when running under React Native
41 - Use same color for same namespace
43 * perf: enable strict mode in compiled functions
48 * Add `digits` argument to `response-time` token
50 - Enable strict mode in more places
51 - Support web browser loading
52 * deps: on-headers@~1.0.1
53 - perf: enable strict mode
58 * deps: basic-auth@~1.0.3
63 * Add `morgan.compile(format)` export
64 * Do not color 1xx status codes in `dev` format
65 * Fix `response-time` token to not include response latency
66 * Fix `status` token incorrectly displaying before response in `dev` format
67 * Fix token return values to be `undefined` or a string
68 * Improve representation of multiple headers in `req` and `res` tokens
69 * Use `res.getHeader` in `res` token
70 * deps: basic-auth@~1.0.2
71 - perf: enable strict mode
72 - perf: hoist regular expression
73 - perf: parse with regular expressions
74 - perf: remove argument reassignment
75 * deps: on-finished@~2.3.0
76 - Add defined behavior for HTTP `CONNECT` requests
77 - Add defined behavior for HTTP `Upgrade` requests
78 - deps: ee-first@1.1.1
79 * pref: enable strict mode
80 * pref: reduce function closure scopes
81 * pref: remove dynamic compile on every request for `dev` format
82 * pref: remove an argument reassignment
83 * pref: skip function call without `skip` option
88 * deps: basic-auth@~1.0.1
92 * deps: on-finished@~2.2.1
93 - Fix `isFinished(req)` when data buffered
99 - Fix high intensity foreground color for bold
106 * deps: on-finished@~2.2.0
111 * Add multiple date formats
112 - `clf` for the common log format
113 - `iso` for the common ISO 8601 date time format
114 - `web` for the common RFC 1123 date time format
115 * Deprecate `buffer` option
116 * Fix date format in `common` and `combined` formats
117 * Fix token arguments to accept values with `"`
122 * deps: on-finished@~2.1.1
123 - Fix handling of pipelined requests
128 * Add `debug` messages
134 * Fix `req.ip` integration when `immediate: false`
139 * Remove un-used `bytes` dependency
145 * Assert if `format` is not a function or string
150 * deps: on-finished@2.1.0
156 - Work-around v8 generating empty stack traces
162 - Fix exception when global `Error.stackTraceLimit` is too low
167 * Add `:remote-user` token
168 * Add `combined` log format
169 * Add `common` log format
170 * Add `morgan(format, options)` function signature
171 * Deprecate `default` format -- use `combined` format instead
172 * Deprecate not providing a format
173 * Remove non-standard grey color from `dev` format
178 * simplify method to get remote address
183 * "dev" format will use same tokens as other formats
184 * `:response-time` token is now empty when immediate used
185 * `:response-time` token is now monotonic
186 * `:response-time` token has precision to 1 μs
187 * fix `:status` + immediate output in node.js 0.8
188 * improve `buffer` option to prevent indefinite event loop holding
190 - add negative support
195 * Make buffer unique per morgan instance
197 * added terabyte support