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 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. 2018-03-29 / 1.6.3
  2. ==================
  3. * deps: depd@~1.1.2
  4. - perf: remove argument reassignment
  5. * deps: setprototypeof@1.1.0
  6. * deps: statuses@'>= 1.3.1 < 2'
  7. 2017-08-04 / 1.6.2
  8. ==================
  9. * deps: depd@1.1.1
  10. - Remove unnecessary `Buffer` loading
  11. 2017-02-20 / 1.6.1
  12. ==================
  13. * deps: setprototypeof@1.0.3
  14. - Fix shim for old browsers
  15. 2017-02-14 / 1.6.0
  16. ==================
  17. * Accept custom 4xx and 5xx status codes in factory
  18. * Add deprecation message to `"I'mateapot"` export
  19. * Deprecate passing status code as anything except first argument in factory
  20. * Deprecate using non-error status codes
  21. * Make `message` property enumerable for `HttpError`s
  22. 2016-11-16 / 1.5.1
  23. ==================
  24. * deps: inherits@2.0.3
  25. - Fix issue loading in browser
  26. * deps: setprototypeof@1.0.2
  27. * deps: statuses@'>= 1.3.1 < 2'
  28. 2016-05-18 / 1.5.0
  29. ==================
  30. * Support new code `421 Misdirected Request`
  31. * Use `setprototypeof` module to replace `__proto__` setting
  32. * deps: statuses@'>= 1.3.0 < 2'
  33. - Add `421 Misdirected Request`
  34. - perf: enable strict mode
  35. * perf: enable strict mode
  36. 2016-01-28 / 1.4.0
  37. ==================
  38. * Add `HttpError` export, for `err instanceof createError.HttpError`
  39. * deps: inherits@2.0.1
  40. * deps: statuses@'>= 1.2.1 < 2'
  41. - Fix message for status 451
  42. - Remove incorrect nginx status code
  43. 2015-02-02 / 1.3.1
  44. ==================
  45. * Fix regression where status can be overwritten in `createError` `props`
  46. 2015-02-01 / 1.3.0
  47. ==================
  48. * Construct errors using defined constructors from `createError`
  49. * Fix error names that are not identifiers
  50. - `createError["I'mateapot"]` is now `createError.ImATeapot`
  51. * Set a meaningful `name` property on constructed errors
  52. 2014-12-09 / 1.2.8
  53. ==================
  54. * Fix stack trace from exported function
  55. * Remove `arguments.callee` usage
  56. 2014-10-14 / 1.2.7
  57. ==================
  58. * Remove duplicate line
  59. 2014-10-02 / 1.2.6
  60. ==================
  61. * Fix `expose` to be `true` for `ClientError` constructor
  62. 2014-09-28 / 1.2.5
  63. ==================
  64. * deps: statuses@1
  65. 2014-09-21 / 1.2.4
  66. ==================
  67. * Fix dependency version to work with old `npm`s
  68. 2014-09-21 / 1.2.3
  69. ==================
  70. * deps: statuses@~1.1.0
  71. 2014-09-21 / 1.2.2
  72. ==================
  73. * Fix publish error
  74. 2014-09-21 / 1.2.1
  75. ==================
  76. * Support Node.js 0.6
  77. * Use `inherits` instead of `util`
  78. 2014-09-09 / 1.2.0
  79. ==================
  80. * Fix the way inheriting functions
  81. * Support `expose` being provided in properties argument
  82. 2014-09-08 / 1.1.0
  83. ==================
  84. * Default status to 500
  85. * Support provided `error` to extend
  86. 2014-09-08 / 1.0.1
  87. ==================
  88. * Fix accepting string message
  89. 2014-09-08 / 1.0.0
  90. ==================
  91. * Initial release