Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
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 5.3KB

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