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