Skip to content

Releases: FileEye/MimeMap

2.1.0

06 Apr 13:06
4ea9ac8

Choose a tag to compare

What’s Changed

2.0.3

11 Nov 14:22

Choose a tag to compare

What’s Changed

2.0.2

29 Aug 16:29

Choose a tag to compare

What’s Changed

2.0.1

11 Feb 20:10

Choose a tag to compare

Update MIME map.

2.0.0

19 Aug 10:43
24144b7

Choose a tag to compare

The package's API has not changed significantly from 1.x releases, but now all methods are strictly typed.

Methods no longer accept being passed null values for arguments. Methods no longer return null - always throw exceptions in that case. The $strict parameter that could be passed to some methods is no longer supported.

A lot of the refactoring was driven by recommendations from the implementation of the PHPStan and Psalm tools.

2.0.0-rc1

17 Jul 13:13
24144b7

Choose a tag to compare

2.0.0-rc1 Pre-release
Pre-release

Release candidate version not for productive usage.

The package API has not changed significantly from releases 1.x, but now all methods are strictly typed.

Methods no longer accept being passed null values for arguments. Methods no longer return null - always throw exceptions in that case. The $strict parameter that could be passed to some methods is no longer supported.

A lot of the refactoring was driven by recommendations from the implementation of the PHPStan and Psalm tools.

2.0.0-beta1

14 May 10:40
41c4baf

Choose a tag to compare

2.0.0-beta1 Pre-release
Pre-release

Beta version not for productive usage.

The API has not changed significantly from releases 1.x, but now all methods are strictly typed. Do not expect to pass null values in calls to methods, and no methods return null - always throw exceptions in that case. The $strict parameter that could be passed to some methods is no longer working here.

A lot of the refactoring was driven by recommendations from PHPStan and Psalm implementation.

What’s Changed

1.2.2

02 May 15:35

Choose a tag to compare

This is the last release of the 1.x series. Next major release will remove support for PHP <= 7.2 and tighten the API with interfaces and type hinting, aiming at achieving PHPStan level 9 code quality.

When MimeMap 2.0.0 will be released, 1.x series will be EOL.

What’s Changed

1.2.1

22 Nov 13:22

Choose a tag to compare

What’s Changed

  • Map updates

1.2.0

21 Sep 20:31
b5383be

Choose a tag to compare

  • Drop support for old EOL PHP versions 5.4 and 5.5
  • Add testing for PHP 8.1
  • Requires Composer 2

What’s Changed