Skip to content

Commit 6dab658

Browse files
committed
Adding CHANGELOG.md
1 parent d7e9561 commit 6dab658

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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

0 commit comments

Comments
 (0)