Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / negotiator / HISTORY.md
1 0.5.3 / 2015-05-10
2 ==================
3
4   * Fix media type parameter matching to be case-insensitive
5
6 0.5.2 / 2015-05-06
7 ==================
8
9   * Fix comparing media types with quoted values
10   * Fix splitting media types with quoted commas
11
12 0.5.1 / 2015-02-14
13 ==================
14
15   * Fix preference sorting to be stable for long acceptable lists
16
17 0.5.0 / 2014-12-18
18 ==================
19
20   * Fix list return order when large accepted list
21   * Fix missing identity encoding when q=0 exists
22   * Remove dynamic building of Negotiator class
23
24 0.4.9 / 2014-10-14
25 ==================
26
27   * Fix error when media type has invalid parameter
28
29 0.4.8 / 2014-09-28
30 ==================
31
32   * Fix all negotiations to be case-insensitive
33   * Stable sort preferences of same quality according to client order
34   * Support Node.js 0.6
35
36 0.4.7 / 2014-06-24
37 ==================
38
39   * Handle invalid provided languages
40   * Handle invalid provided media types
41
42 0.4.6 / 2014-06-11
43 ==================
44
45   *  Order by specificity when quality is the same
46
47 0.4.5 / 2014-05-29
48 ==================
49
50   * Fix regression in empty header handling
51
52 0.4.4 / 2014-05-29
53 ==================
54
55   * Fix behaviors when headers are not present
56
57 0.4.3 / 2014-04-16
58 ==================
59
60   * Handle slashes on media params correctly
61
62 0.4.2 / 2014-02-28
63 ==================
64
65   * Fix media type sorting
66   * Handle media types params strictly
67
68 0.4.1 / 2014-01-16
69 ==================
70
71   * Use most specific matches
72
73 0.4.0 / 2014-01-09
74 ==================
75
76   * Remove preferred prefix from methods