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