/ node_modules / statuses / HISTORY.md
HISTORY.md
 1  2.0.2 / 2025-06-06
 2  ==================
 3  
 4    * Migrate to `String.prototype.slice()`
 5  
 6  2.0.1 / 2021-01-03
 7  ==================
 8  
 9    * Fix returning values from `Object.prototype`
10  
11  2.0.0 / 2020-04-19
12  ==================
13  
14    * Drop support for Node.js 0.6
15    * Fix messaging casing of `418 I'm a Teapot`
16    * Remove code 306
17    * Remove `status[code]` exports; use `status.message[code]`
18    * Remove `status[msg]` exports; use `status.code[msg]`
19    * Rename `425 Unordered Collection` to standard `425 Too Early`
20    * Rename `STATUS_CODES` export to `message`
21    * Return status message for `statuses(code)` when given code
22  
23  1.5.0 / 2018-03-27
24  ==================
25  
26    * Add `103 Early Hints`
27  
28  1.4.0 / 2017-10-20
29  ==================
30  
31    * Add `STATUS_CODES` export
32  
33  1.3.1 / 2016-11-11
34  ==================
35  
36    * Fix return type in JSDoc
37  
38  1.3.0 / 2016-05-17
39  ==================
40  
41    * Add `421 Misdirected Request`
42    * perf: enable strict mode
43  
44  1.2.1 / 2015-02-01
45  ==================
46  
47    * Fix message for status 451
48      - `451 Unavailable For Legal Reasons`
49  
50  1.2.0 / 2014-09-28
51  ==================
52  
53    * Add `208 Already Repored`
54    * Add `226 IM Used`
55    * Add `306 (Unused)`
56    * Add `415 Unable For Legal Reasons`
57    * Add `508 Loop Detected`
58  
59  1.1.1 / 2014-09-24
60  ==================
61  
62    * Add missing 308 to `codes.json`
63  
64  1.1.0 / 2014-09-21
65  ==================
66  
67    * Add `codes.json` for universal support
68  
69  1.0.4 / 2014-08-20
70  ==================
71  
72    * Package cleanup
73  
74  1.0.3 / 2014-06-08
75  ==================
76  
77    * Add 308 to `.redirect` category
78  
79  1.0.2 / 2014-03-13
80  ==================
81  
82    * Add `.retry` category
83  
84  1.0.1 / 2014-03-12
85  ==================
86  
87    * Initial release