File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Bitworking\Mimeparse Changelog
2+
3+ ## 2.1.1
4+
5+ _ Released 2015-03-20_
6+
7+ * Added CHANGELOG to project
8+ * Updated Travis CI build to include testing on PHP 7
9+ * Updated Travis CI build to lint and check for coding standards
10+ * Coding standards fixes
11+
12+ ## 2.1.0
13+
14+ _ Released 2014-02-26_
15+
16+ * Make type/subtype matches only add fitness when they aren't "* "
17+ * Upgraded package to use PSR-4 autoloading
18+ * Various documentation updates
19+
20+ ## 2.0.0
21+
22+ _ Released 2012-09-18_
23+
24+ * Rename ` fitnessAndQualityParsed ` to ` qualityAndFitnessParsed ` to represent order of returned array
25+ * Simplify process of rejecting unacceptable types
26+ * Use order of $supported array instead of $tieBreaker to break ties
27+ * Clarify exception message
28+ * Make difference between ` parseMediaRange ` and ` parseMimeType ` more clear
29+ * More accurately differentiate between media-ranges and mime-types
30+ * Various documentation updates
31+
32+ ## 1.1.1
33+
34+ _ Released 2012-09-08_
35+
36+ * Change visibility for for ` parseMimeType ` to public
37+ * Parse subtype for data format
38+ * Improved ` parseMediaType() ` logic for setting quality to one (` 1 ` )
39+ * Adding tie-breaker functionality
40+ * Fixed bug when quality for a type was set to zero
41+ * Fixed wrong ordering of candidates
42+ * Improved test suite
43+ * Support running tests on Travis CI
44+ * Various documentation updates
45+
46+ ## 1.0.0
47+
48+ _ Released 2012-07-16_
49+
50+ * Initial release of port of [ mimeparse.php] ( https://code.google.com/p/mimeparse/source/browse/trunk/mimeparse.php?r=23 ) script
You can’t perform that action at this time.
0 commit comments