source: frontend/node_modules/negotiator/HISTORY.md

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

Fix frontend appearance

  • Property mode set to 100644
File size: 2.5 KB
Line 
1unreleased
2==================
3
4 * Added an option preferred encodings array #59
5
60.6.3 / 2022-01-22
7==================
8
9 * Revert "Lazy-load modules from main entry point"
10
110.6.2 / 2019-04-29
12==================
13
14 * Fix sorting charset, encoding, and language with extra parameters
15
160.6.1 / 2016-05-02
17==================
18
19 * perf: improve `Accept` parsing speed
20 * perf: improve `Accept-Charset` parsing speed
21 * perf: improve `Accept-Encoding` parsing speed
22 * perf: improve `Accept-Language` parsing speed
23
240.6.0 / 2015-09-29
25==================
26
27 * Fix including type extensions in parameters in `Accept` parsing
28 * Fix parsing `Accept` parameters with quoted equals
29 * Fix parsing `Accept` parameters with quoted semicolons
30 * Lazy-load modules from main entry point
31 * perf: delay type concatenation until needed
32 * perf: enable strict mode
33 * perf: hoist regular expressions
34 * perf: remove closures getting spec properties
35 * perf: remove a closure from media type parsing
36 * perf: remove property delete from media type parsing
37
380.5.3 / 2015-05-10
39==================
40
41 * Fix media type parameter matching to be case-insensitive
42
430.5.2 / 2015-05-06
44==================
45
46 * Fix comparing media types with quoted values
47 * Fix splitting media types with quoted commas
48
490.5.1 / 2015-02-14
50==================
51
52 * Fix preference sorting to be stable for long acceptable lists
53
540.5.0 / 2014-12-18
55==================
56
57 * Fix list return order when large accepted list
58 * Fix missing identity encoding when q=0 exists
59 * Remove dynamic building of Negotiator class
60
610.4.9 / 2014-10-14
62==================
63
64 * Fix error when media type has invalid parameter
65
660.4.8 / 2014-09-28
67==================
68
69 * Fix all negotiations to be case-insensitive
70 * Stable sort preferences of same quality according to client order
71 * Support Node.js 0.6
72
730.4.7 / 2014-06-24
74==================
75
76 * Handle invalid provided languages
77 * Handle invalid provided media types
78
790.4.6 / 2014-06-11
80==================
81
82 * Order by specificity when quality is the same
83
840.4.5 / 2014-05-29
85==================
86
87 * Fix regression in empty header handling
88
890.4.4 / 2014-05-29
90==================
91
92 * Fix behaviors when headers are not present
93
940.4.3 / 2014-04-16
95==================
96
97 * Handle slashes on media params correctly
98
990.4.2 / 2014-02-28
100==================
101
102 * Fix media type sorting
103 * Handle media types params strictly
104
1050.4.1 / 2014-01-16
106==================
107
108 * Use most specific matches
109
1100.4.0 / 2014-01-09
111==================
112
113 * Remove preferred prefix from methods
Note: See TracBrowser for help on using the repository browser.