Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

HISTORY.md 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. 1.9.1 / 2018-09-10
  2. ==================
  3. * Fix using special characters in format
  4. * deps: depd@~1.1.2
  5. - perf: remove argument reassignment
  6. 1.9.0 / 2017-09-26
  7. ==================
  8. * Use `res.headersSent` when available
  9. * deps: basic-auth@~2.0.0
  10. - Use `safe-buffer` for improved Buffer API
  11. * deps: debug@2.6.9
  12. * deps: depd@~1.1.1
  13. - Remove unnecessary `Buffer` loading
  14. 1.8.2 / 2017-05-23
  15. ==================
  16. * deps: debug@2.6.8
  17. - Fix `DEBUG_MAX_ARRAY_LENGTH`
  18. - deps: ms@2.0.0
  19. 1.8.1 / 2017-02-04
  20. ==================
  21. * deps: debug@2.6.1
  22. - Fix deprecation messages in WebStorm and other editors
  23. - Undeprecate `DEBUG_FD` set to `1` or `2`
  24. 1.8.0 / 2017-02-04
  25. ==================
  26. * Fix sending unnecessary `undefined` argument to token functions
  27. * deps: basic-auth@~1.1.0
  28. * deps: debug@2.6.0
  29. - Allow colors in workers
  30. - Deprecated `DEBUG_FD` environment variable
  31. - Fix error when running under React Native
  32. - Use same color for same namespace
  33. - deps: ms@0.7.2
  34. * perf: enable strict mode in compiled functions
  35. 1.7.0 / 2016-02-18
  36. ==================
  37. * Add `digits` argument to `response-time` token
  38. * deps: depd@~1.1.0
  39. - Enable strict mode in more places
  40. - Support web browser loading
  41. * deps: on-headers@~1.0.1
  42. - perf: enable strict mode
  43. 1.6.1 / 2015-07-03
  44. ==================
  45. * deps: basic-auth@~1.0.3
  46. 1.6.0 / 2015-06-12
  47. ==================
  48. * Add `morgan.compile(format)` export
  49. * Do not color 1xx status codes in `dev` format
  50. * Fix `response-time` token to not include response latency
  51. * Fix `status` token incorrectly displaying before response in `dev` format
  52. * Fix token return values to be `undefined` or a string
  53. * Improve representation of multiple headers in `req` and `res` tokens
  54. * Use `res.getHeader` in `res` token
  55. * deps: basic-auth@~1.0.2
  56. - perf: enable strict mode
  57. - perf: hoist regular expression
  58. - perf: parse with regular expressions
  59. - perf: remove argument reassignment
  60. * deps: on-finished@~2.3.0
  61. - Add defined behavior for HTTP `CONNECT` requests
  62. - Add defined behavior for HTTP `Upgrade` requests
  63. - deps: ee-first@1.1.1
  64. * pref: enable strict mode
  65. * pref: reduce function closure scopes
  66. * pref: remove dynamic compile on every request for `dev` format
  67. * pref: remove an argument reassignment
  68. * pref: skip function call without `skip` option
  69. 1.5.3 / 2015-05-10
  70. ==================
  71. * deps: basic-auth@~1.0.1
  72. * deps: debug@~2.2.0
  73. - deps: ms@0.7.1
  74. * deps: depd@~1.0.1
  75. * deps: on-finished@~2.2.1
  76. - Fix `isFinished(req)` when data buffered
  77. 1.5.2 / 2015-03-15
  78. ==================
  79. * deps: debug@~2.1.3
  80. - Fix high intensity foreground color for bold
  81. - deps: ms@0.7.0
  82. 1.5.1 / 2014-12-31
  83. ==================
  84. * deps: debug@~2.1.1
  85. * deps: on-finished@~2.2.0
  86. 1.5.0 / 2014-11-06
  87. ==================
  88. * Add multiple date formats
  89. - `clf` for the common log format
  90. - `iso` for the common ISO 8601 date time format
  91. - `web` for the common RFC 1123 date time format
  92. * Deprecate `buffer` option
  93. * Fix date format in `common` and `combined` formats
  94. * Fix token arguments to accept values with `"`
  95. 1.4.1 / 2014-10-22
  96. ==================
  97. * deps: on-finished@~2.1.1
  98. - Fix handling of pipelined requests
  99. 1.4.0 / 2014-10-16
  100. ==================
  101. * Add `debug` messages
  102. * deps: depd@~1.0.0
  103. 1.3.2 / 2014-09-27
  104. ==================
  105. * Fix `req.ip` integration when `immediate: false`
  106. 1.3.1 / 2014-09-14
  107. ==================
  108. * Remove un-used `bytes` dependency
  109. * deps: depd@0.4.5
  110. 1.3.0 / 2014-09-01
  111. ==================
  112. * Assert if `format` is not a function or string
  113. 1.2.3 / 2014-08-16
  114. ==================
  115. * deps: on-finished@2.1.0
  116. 1.2.2 / 2014-07-27
  117. ==================
  118. * deps: depd@0.4.4
  119. - Work-around v8 generating empty stack traces
  120. 1.2.1 / 2014-07-26
  121. ==================
  122. * deps: depd@0.4.3
  123. - Fix exception when global `Error.stackTraceLimit` is too low
  124. 1.2.0 / 2014-07-19
  125. ==================
  126. * Add `:remote-user` token
  127. * Add `combined` log format
  128. * Add `common` log format
  129. * Add `morgan(format, options)` function signature
  130. * Deprecate `default` format -- use `combined` format instead
  131. * Deprecate not providing a format
  132. * Remove non-standard grey color from `dev` format
  133. 1.1.1 / 2014-05-20
  134. ==================
  135. * simplify method to get remote address
  136. 1.1.0 / 2014-05-18
  137. ==================
  138. * "dev" format will use same tokens as other formats
  139. * `:response-time` token is now empty when immediate used
  140. * `:response-time` token is now monotonic
  141. * `:response-time` token has precision to 1 μs
  142. * fix `:status` + immediate output in node.js 0.8
  143. * improve `buffer` option to prevent indefinite event loop holding
  144. * deps: bytes@1.0.0
  145. - add negative support
  146. 1.0.1 / 2014-05-04
  147. ==================
  148. * Make buffer unique per morgan instance
  149. * deps: bytes@0.3.0
  150. * added terabyte support
  151. 1.0.0 / 2014-02-08
  152. ==================
  153. * Initial release