Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / morgan / HISTORY.md
1 1.5.1 / 2014-12-31
2 ==================
3
4   * deps: debug@~2.1.1
5   * deps: on-finished@~2.2.0
6
7 1.5.0 / 2014-11-06
8 ==================
9
10   * Add multiple date formats
11     - `clf` for the common log format
12     - `iso` for the common ISO 8601 date time format
13     - `web` for the common RFC 1123 date time format
14   * Deprecate `buffer` option
15   * Fix date format in `common` and `combined` formats
16   * Fix token arguments to accept values with `"`
17
18 1.4.1 / 2014-10-22
19 ==================
20
21   * deps: on-finished@~2.1.1
22     - Fix handling of pipelined requests
23
24 1.4.0 / 2014-10-16
25 ==================
26
27   * Add `debug` messages
28   * deps: depd@~1.0.0
29
30 1.3.2 / 2014-09-27
31 ==================
32
33   * Fix `req.ip` integration when `immediate: false`
34
35 1.3.1 / 2014-09-14
36 ==================
37
38   * Remove un-used `bytes` dependency
39   * deps: depd@0.4.5
40
41 1.3.0 / 2014-09-01
42 ==================
43
44   * Assert if `format` is not a function or string
45
46 1.2.3 / 2014-08-16
47 ==================
48
49   * deps: on-finished@2.1.0
50
51 1.2.2 / 2014-07-27
52 ==================
53
54   * deps: depd@0.4.4
55     - Work-around v8 generating empty stack traces
56
57 1.2.1 / 2014-07-26
58 ==================
59
60   * deps: depd@0.4.3
61     - Fix exception when global `Error.stackTraceLimit` is too low
62
63 1.2.0 / 2014-07-19
64 ==================
65
66   * Add `:remote-user` token
67   * Add `combined` log format
68   * Add `common` log format
69   * Add `morgan(format, options)` function signature
70   * Deprecate `default` format -- use `combined` format instead
71   * Deprecate not providing a format
72   * Remove non-standard grey color from `dev` format
73
74 1.1.1 / 2014-05-20
75 ==================
76
77   * simplify method to get remote address
78
79 1.1.0 / 2014-05-18
80 ==================
81
82   * "dev" format will use same tokens as other formats
83   * `:response-time` token is now empty when immediate used
84   * `:response-time` token is now monotonic
85   * `:response-time` token has precision to 1 μs
86   * fix `:status` + immediate output in node.js 0.8
87   * improve `buffer` option to prevent indefinite event loop holding
88   * deps: bytes@1.0.0
89     - add negative support
90
91 1.0.1 / 2014-05-04
92 ==================
93
94   * Make buffer unique per morgan instance
95   * deps: bytes@0.3.0
96     * added terabyte support
97
98 1.0.0 / 2014-02-08
99 ==================
100
101   * Initial release