Releases: QualityUnit/TNEFDecoder
Releases · QualityUnit/TNEFDecoder
1.2.9 Fix wrong return type
1.2.8 Fix php 7.0 compatibility
What's Changed
- Fixed php 7.0 compatibility in #21
- Added running of phplint and phpunit also on php 7.1 (oldest supported version by php-action/composer)
Full Changelog: 1.2.7...1.2.8
1.2.7 Mime-types improvements
What's Changed
- updated outdated mime-types and added some common ones by @alperenersoy in #19
Full Changelog: 1.2.6...1.2.7
1.2.6 - add MS offite mime-types
What's Changed
- added missing office types to extension mime type map by @alperenersoy in #18
New Contributors
- @alperenersoy made their first contribution in #18
Full Changelog: 1.2.5...1.2.6
Improve decoding performance
What's Changed
- Revert to string concatenation for decompression by @bartbutler in #17
Full Changelog: 1.2.4...1.2.5
Fix nested content parsing
What's Changed
- Fix/tnef content parsing by @bartbutler in #14
- Add tests to verify content hashes and test nested files by @bartbutler in #15
Full Changelog: 1.2.3...1.2.4
Improve decoding performance
What's Changed
- Improve decoding performance by reducing new string creation by @bartbutler in #13
New Contributors
- @bartbutler made their first contribution in #13
Full Changelog: 1.2.2...1.2.3
Added checksum validation
What's Changed
Full Changelog: 1.2.1...1.2.2
Fix PHP opening tags
Merge pull request #10 from ProtonMail/fix/php_opening_tag fix php opening tag