UNPKG

1.55 kBMarkdownView Raw
12.0.1 / 2021-01-03
2==================
3
4 * Fix returning values from `Object.prototype`
5
62.0.0 / 2020-04-19
7==================
8
9 * Drop support for Node.js 0.6
10 * Fix messaging casing of `418 I'm a Teapot`
11 * Remove code 306
12 * Remove `status[code]` exports; use `status.message[code]`
13 * Remove `status[msg]` exports; use `status.code[msg]`
14 * Rename `425 Unordered Collection` to standard `425 Too Early`
15 * Rename `STATUS_CODES` export to `message`
16 * Return status message for `statuses(code)` when given code
17
181.5.0 / 2018-03-27
19==================
20
21 * Add `103 Early Hints`
22
231.4.0 / 2017-10-20
24==================
25
26 * Add `STATUS_CODES` export
27
281.3.1 / 2016-11-11
29==================
30
31 * Fix return type in JSDoc
32
331.3.0 / 2016-05-17
34==================
35
36 * Add `421 Misdirected Request`
37 * perf: enable strict mode
38
391.2.1 / 2015-02-01
40==================
41
42 * Fix message for status 451
43 - `451 Unavailable For Legal Reasons`
44
451.2.0 / 2014-09-28
46==================
47
48 * Add `208 Already Repored`
49 * Add `226 IM Used`
50 * Add `306 (Unused)`
51 * Add `415 Unable For Legal Reasons`
52 * Add `508 Loop Detected`
53
541.1.1 / 2014-09-24
55==================
56
57 * Add missing 308 to `codes.json`
58
591.1.0 / 2014-09-21
60==================
61
62 * Add `codes.json` for universal support
63
641.0.4 / 2014-08-20
65==================
66
67 * Package cleanup
68
691.0.3 / 2014-06-08
70==================
71
72 * Add 308 to `.redirect` category
73
741.0.2 / 2014-03-13
75==================
76
77 * Add `.retry` category
78
791.0.1 / 2014-03-12
80==================
81
82 * Initial release