Skip to content

Releases: AJMitev/FileTypeChecker

Release @ v4.3.0

26 Sep 05:42

Choose a tag to compare

What's Changed

  • Added support for WAV and improve AVI file detection by @snechaev in #43
  • Added standard MIME types for all existing types by @mentallabyrinth in #44
  • Added ReadOnlySpan overloads for all major methods, providing significant performance improvements.

New Contributors

Full Changelog: v4.2.0...v4.3.0

Release @ 4.2.0

15 Aug 19:10

Choose a tag to compare

What's Changed

  • Fixed Exception when bulding scoreboard with custom type by @sofiansii in #39
  • Fixed Some DOCX files were incorrectly detected as ZIP files instead of Microsoft Office 365 Documents
  • Addeded New test cases for problematic DOCX files

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

27 Apr 08:05
1bf5a56

Choose a tag to compare

Full Changelog: v4.1.0...v4.1.1

Release @ 4.1.0

06 Apr 04:57
577b78d

Choose a tag to compare

What's Changed

  • Add Try methods by @adamhathcock in #28
  • Added dynamically assessed MinimalBufferSize to allow validation with custom validators requiring more than 20 bytes by @ziocampo in #33

New Contributors

Full Changelog: v4.0.0...v4.1.0

Release @ 4.0.0

02 May 09:39

Choose a tag to compare

What's Changed

  • Add license scan report and status by @fossabot in #16
  • Adds Null-conditional operator to Is extension check by @Hejle in #18
  • Change Microsoft Office 365 Document magic bytes by @gbiellem in #22

Full Changelog: v2.1.0...v4.0.0

Release @ 2.1.0

16 Nov 07:24

Choose a tag to compare

Platform Support

With this release we are no longer support .NET Framework. If you are using this type of project you can download older version.

Change log

Release @ 2.0.0

11 Nov 05:32

Choose a tag to compare

Change log

  • Adding async API.
  • Fixing Issue #14

Release @ 1.5.3

29 Oct 06:14

Choose a tag to compare

Change log

  • Improve core functionality to find best match if two or more matches occurs.
  • Adding support for Microsoft 365 Document (docx) format. Issue #13

Release @ 1.5.2

02 Aug 05:19

Choose a tag to compare

Change log

  • Adding IFormFile extension and validations to work directly with ASP NET Core input interface.
  • Update attributes to validate multiple files and adding API that allows user to work with IFormFile directly.
  • Optimized activator usage.
  • Making sure file types only get initialized once when calling RegisterTypes after initialization has triggered.

Release @ 1.4.0

24 Nov 12:43

Choose a tag to compare

Change log

  • Adding support for Icon file, Windows Meta File, MPEG audio file frame synch pattern and Windows Audio file.