Skip to content

Releases: AJMitev/FileTypeChecker

Release @ v4.4.0

Choose a tag to compare

@AJMitev AJMitev released this 18 Mar 11:45
1905c21

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.4.0

Release @ v4.3.0

Choose a tag to compare

@AJMitev AJMitev released this 26 Sep 05:42

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

Choose a tag to compare

@AJMitev AJMitev released this 15 Aug 19:10

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

Choose a tag to compare

@AJMitev AJMitev released this 27 Apr 08:05
1bf5a56

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

Release @ 4.1.0

Choose a tag to compare

@AJMitev AJMitev released this 06 Apr 04:57
577b78d

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

Choose a tag to compare

@AJMitev AJMitev released this 02 May 09:39

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

Choose a tag to compare

@AJMitev AJMitev released this 16 Nov 07:24

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

Choose a tag to compare

@AJMitev AJMitev released this 11 Nov 05:32

Change log

  • Adding async API.
  • Fixing Issue #14

Release @ 1.5.3

Choose a tag to compare

@AJMitev AJMitev released this 29 Oct 06:14

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

Choose a tag to compare

@AJMitev AJMitev released this 02 Aug 05:19

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.