Initial commit
[yaffs-website] / node_modules / http-errors / HISTORY.md
1 2015-02-02 / 1.3.1
2 ==================
3
4   * Fix regression where status can be overwritten in `createError` `props`
5
6 2015-02-01 / 1.3.0
7 ==================
8
9   * Construct errors using defined constructors from `createError`
10   * Fix error names that are not identifiers
11     - `createError["I'mateapot"]` is now `createError.ImATeapot`
12   * Set a meaningful `name` property on constructed errors
13
14 2014-12-09 / 1.2.8
15 ==================
16
17   * Fix stack trace from exported function
18   * Remove `arguments.callee` usage
19
20 2014-10-14 / 1.2.7
21 ==================
22
23   * Remove duplicate line
24
25 2014-10-02 / 1.2.6
26 ==================
27
28   * Fix `expose` to be `true` for `ClientError` constructor
29
30 2014-09-28 / 1.2.5
31 ==================
32
33   * deps: statuses@1
34
35 2014-09-21 / 1.2.4
36 ==================
37
38   * Fix dependency version to work with old `npm`s
39
40 2014-09-21 / 1.2.3
41 ==================
42
43   * deps: statuses@~1.1.0
44
45 2014-09-21 / 1.2.2
46 ==================
47
48   * Fix publish error
49
50 2014-09-21 / 1.2.1
51 ==================
52
53   * Support Node.js 0.6
54   * Use `inherits` instead of `util`
55
56 2014-09-09 / 1.2.0
57 ==================
58
59   * Fix the way inheriting functions
60   * Support `expose` being provided in properties argument
61
62 2014-09-08 / 1.1.0
63 ==================
64
65   * Default status to 500
66   * Support provided `error` to extend
67
68 2014-09-08 / 1.0.1
69 ==================
70
71   * Fix accepting string message
72
73 2014-09-08 / 1.0.0
74 ==================
75
76   * Initial release