forked from discourse/mini_mime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
53 lines (37 loc) · 938 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
11-10-2021
- Version 1.1.2
- update mime types from upstream
23-08-2021
- Version 1.1.1
- update mime types from upstream
05-04-2021
- Version 1.1.0
- MiniMime.lookup_by_extension is now case insensitive
26-03-2021
- Version 1.0.3
- Update mime types from upstream
08-07-2019
- Version 1.0.2
- Update mime types from upstream
14-08-2018
- Version 1.0.1
- Update mime types from upstream
- Add lookup_by_extension to the public API
08-11-2017
- Version 1.0.0
- Other than the version number, no difference from 0.1.4
11-08-2017
- Version 0.1.4
- Return preferred extension when looking up by content type
28-03-2016
- Version 0.1.3
- Prefer non-obsolete mime types to obsolete ones
14-12-2016
- Version 0.1.2
- Backwards compat with ancient Ruby to match mail gem
14-12-2016
- Version 0.1.1
- Adjusted API to be more consistent
14-12-2016
- Version 0.1.0
- Initial version