| 1 | unreleased
|
|---|
| 2 | ==================
|
|---|
| 3 |
|
|---|
| 4 | * Added an option preferred encodings array #59
|
|---|
| 5 |
|
|---|
| 6 | 0.6.3 / 2022-01-22
|
|---|
| 7 | ==================
|
|---|
| 8 |
|
|---|
| 9 | * Revert "Lazy-load modules from main entry point"
|
|---|
| 10 |
|
|---|
| 11 | 0.6.2 / 2019-04-29
|
|---|
| 12 | ==================
|
|---|
| 13 |
|
|---|
| 14 | * Fix sorting charset, encoding, and language with extra parameters
|
|---|
| 15 |
|
|---|
| 16 | 0.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 |
|
|---|
| 24 | 0.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 |
|
|---|
| 38 | 0.5.3 / 2015-05-10
|
|---|
| 39 | ==================
|
|---|
| 40 |
|
|---|
| 41 | * Fix media type parameter matching to be case-insensitive
|
|---|
| 42 |
|
|---|
| 43 | 0.5.2 / 2015-05-06
|
|---|
| 44 | ==================
|
|---|
| 45 |
|
|---|
| 46 | * Fix comparing media types with quoted values
|
|---|
| 47 | * Fix splitting media types with quoted commas
|
|---|
| 48 |
|
|---|
| 49 | 0.5.1 / 2015-02-14
|
|---|
| 50 | ==================
|
|---|
| 51 |
|
|---|
| 52 | * Fix preference sorting to be stable for long acceptable lists
|
|---|
| 53 |
|
|---|
| 54 | 0.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 |
|
|---|
| 61 | 0.4.9 / 2014-10-14
|
|---|
| 62 | ==================
|
|---|
| 63 |
|
|---|
| 64 | * Fix error when media type has invalid parameter
|
|---|
| 65 |
|
|---|
| 66 | 0.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 |
|
|---|
| 73 | 0.4.7 / 2014-06-24
|
|---|
| 74 | ==================
|
|---|
| 75 |
|
|---|
| 76 | * Handle invalid provided languages
|
|---|
| 77 | * Handle invalid provided media types
|
|---|
| 78 |
|
|---|
| 79 | 0.4.6 / 2014-06-11
|
|---|
| 80 | ==================
|
|---|
| 81 |
|
|---|
| 82 | * Order by specificity when quality is the same
|
|---|
| 83 |
|
|---|
| 84 | 0.4.5 / 2014-05-29
|
|---|
| 85 | ==================
|
|---|
| 86 |
|
|---|
| 87 | * Fix regression in empty header handling
|
|---|
| 88 |
|
|---|
| 89 | 0.4.4 / 2014-05-29
|
|---|
| 90 | ==================
|
|---|
| 91 |
|
|---|
| 92 | * Fix behaviors when headers are not present
|
|---|
| 93 |
|
|---|
| 94 | 0.4.3 / 2014-04-16
|
|---|
| 95 | ==================
|
|---|
| 96 |
|
|---|
| 97 | * Handle slashes on media params correctly
|
|---|
| 98 |
|
|---|
| 99 | 0.4.2 / 2014-02-28
|
|---|
| 100 | ==================
|
|---|
| 101 |
|
|---|
| 102 | * Fix media type sorting
|
|---|
| 103 | * Handle media types params strictly
|
|---|
| 104 |
|
|---|
| 105 | 0.4.1 / 2014-01-16
|
|---|
| 106 | ==================
|
|---|
| 107 |
|
|---|
| 108 | * Use most specific matches
|
|---|
| 109 |
|
|---|
| 110 | 0.4.0 / 2014-01-09
|
|---|
| 111 | ==================
|
|---|
| 112 |
|
|---|
| 113 | * Remove preferred prefix from methods
|
|---|