Projekt

Obecné

Profil

Stáhnout (2.35 KB) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
0.6.2 / 2019-04-29
2
==================
3
4
  * Fix sorting charset, encoding, and language with extra parameters
5
6
0.6.1 / 2016-05-02
7
==================
8
9
  * perf: improve `Accept` parsing speed
10
  * perf: improve `Accept-Charset` parsing speed
11
  * perf: improve `Accept-Encoding` parsing speed
12
  * perf: improve `Accept-Language` parsing speed
13
14
0.6.0 / 2015-09-29
15
==================
16
17
  * Fix including type extensions in parameters in `Accept` parsing
18
  * Fix parsing `Accept` parameters with quoted equals
19
  * Fix parsing `Accept` parameters with quoted semicolons
20
  * Lazy-load modules from main entry point
21
  * perf: delay type concatenation until needed
22
  * perf: enable strict mode
23
  * perf: hoist regular expressions
24
  * perf: remove closures getting spec properties
25
  * perf: remove a closure from media type parsing
26
  * perf: remove property delete from media type parsing
27
28
0.5.3 / 2015-05-10
29
==================
30
31
  * Fix media type parameter matching to be case-insensitive
32
33
0.5.2 / 2015-05-06
34
==================
35
36
  * Fix comparing media types with quoted values
37
  * Fix splitting media types with quoted commas
38
39
0.5.1 / 2015-02-14
40
==================
41
42
  * Fix preference sorting to be stable for long acceptable lists
43
44
0.5.0 / 2014-12-18
45
==================
46
47
  * Fix list return order when large accepted list
48
  * Fix missing identity encoding when q=0 exists
49
  * Remove dynamic building of Negotiator class
50
51
0.4.9 / 2014-10-14
52
==================
53
54
  * Fix error when media type has invalid parameter
55
56
0.4.8 / 2014-09-28
57
==================
58
59
  * Fix all negotiations to be case-insensitive
60
  * Stable sort preferences of same quality according to client order
61
  * Support Node.js 0.6
62
63
0.4.7 / 2014-06-24
64
==================
65
66
  * Handle invalid provided languages
67
  * Handle invalid provided media types
68
69
0.4.6 / 2014-06-11
70
==================
71
72
  *  Order by specificity when quality is the same
73
74
0.4.5 / 2014-05-29
75
==================
76
77
  * Fix regression in empty header handling
78
79
0.4.4 / 2014-05-29
80
==================
81
82
  * Fix behaviors when headers are not present
83
84
0.4.3 / 2014-04-16
85
==================
86
87
  * Handle slashes on media params correctly
88
89
0.4.2 / 2014-02-28
90
==================
91
92
  * Fix media type sorting
93
  * Handle media types params strictly
94
95
0.4.1 / 2014-01-16
96
==================
97
98
  * Use most specific matches
99
100
0.4.0 / 2014-01-09
101
==================
102
103
  * Remove preferred prefix from methods