source: frontend/node_modules/statuses/HISTORY.md@ 9af201e

Last change on this file since 9af201e was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.6 KB
Line 
12.0.2 / 2025-06-06
2==================
3
4 * Migrate to `String.prototype.slice()`
5
62.0.1 / 2021-01-03
7==================
8
9 * Fix returning values from `Object.prototype`
10
112.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
231.5.0 / 2018-03-27
24==================
25
26 * Add `103 Early Hints`
27
281.4.0 / 2017-10-20
29==================
30
31 * Add `STATUS_CODES` export
32
331.3.1 / 2016-11-11
34==================
35
36 * Fix return type in JSDoc
37
381.3.0 / 2016-05-17
39==================
40
41 * Add `421 Misdirected Request`
42 * perf: enable strict mode
43
441.2.1 / 2015-02-01
45==================
46
47 * Fix message for status 451
48 - `451 Unavailable For Legal Reasons`
49
501.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
591.1.1 / 2014-09-24
60==================
61
62 * Add missing 308 to `codes.json`
63
641.1.0 / 2014-09-21
65==================
66
67 * Add `codes.json` for universal support
68
691.0.4 / 2014-08-20
70==================
71
72 * Package cleanup
73
741.0.3 / 2014-06-08
75==================
76
77 * Add 308 to `.redirect` category
78
791.0.2 / 2014-03-13
80==================
81
82 * Add `.retry` category
83
841.0.1 / 2014-03-12
85==================
86
87 * Initial release
Note: See TracBrowser for help on using the repository browser.