10.6.3 / 2022-01-22 2================== 3 4 * Revert "Lazy-load modules from main entry point" 5 60.6.2 / 2019-04-29 7================== 8 9 * Fix sorting charset, encoding, and language with extra parameters 10 110.6.1 / 2016-05-02 12================== 13 14 * perf: improve `Accept` parsing speed 15 * perf: improve `Accept-Charset` parsing speed 16 * perf: improve `Accept-Encoding` parsing speed 17 * perf: improve `Accept-Language` parsing speed 18 190.6.0 / 2015-09-29 20================== 21 22 * Fix including type extensions in parameters in `Accept` parsing 23 * Fix parsing `Accept` parameters with quoted equals 24 * Fix parsing `Accept` parameters with quoted semicolons 25 * Lazy-load modules from main entry point 26 * perf: delay type concatenation until needed 27 * perf: enable strict mode 28 * perf: hoist regular expressions 29 * perf: remove closures getting spec properties 30 * perf: remove a closure from media type parsing 31 * perf: remove property delete from media type parsing 32 330.5.3 / 2015-05-10 34================== 35 36 * Fix media type parameter matching to be case-insensitive 37 380.5.2 / 2015-05-06 39================== 40 41 * Fix comparing media types with quoted values 42 * Fix splitting media types with quoted commas 43 440.5.1 / 2015-02-14 45================== 46 47 * Fix preference sorting to be stable for long acceptable lists 48 490.5.0 / 2014-12-18 50================== 51 52 * Fix list return order when large accepted list 53 * Fix missing identity encoding when q=0 exists 54 * Remove dynamic building of Negotiator class 55 560.4.9 / 2014-10-14 57================== 58 59 * Fix error when media type has invalid parameter 60 610.4.8 / 2014-09-28 62================== 63 64 * Fix all negotiations to be case-insensitive 65 * Stable sort preferences of same quality according to client order 66 * Support Node.js 0.6 67 680.4.7 / 2014-06-24 69================== 70 71 * Handle invalid provided languages 72 * Handle invalid provided media types 73 740.4.6 / 2014-06-11 75================== 76 77 * Order by specificity when quality is the same 78 790.4.5 / 2014-05-29 80================== 81 82 * Fix regression in empty header handling 83 840.4.4 / 2014-05-29 85================== 86 87 * Fix behaviors when headers are not present 88 890.4.3 / 2014-04-16 90================== 91 92 * Handle slashes on media params correctly 93 940.4.2 / 2014-02-28 95================== 96 97 * Fix media type sorting 98 * Handle media types params strictly 99 1000.4.1 / 2014-01-16 101================== 102 103 * Use most specific matches 104 1050.4.0 / 2014-01-09 106================== 107 108 * Remove preferred prefix from methods 109