Skip to content

Releases: AJMitev/FileTypeChecker

v4.1.1

27 Apr 08:05
1bf5a56
Compare
Choose a tag to compare

Release @ 4.1.0

06 Apr 04:57
577b78d
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Change log

  • Adding async API.
  • Fixing Issue #14

Release @ 1.5.3

29 Oct 06:14
Compare
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
Compare
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
Compare
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.

Release @ 1.3.3

20 Oct 14:15
Compare
Choose a tag to compare

Change log

  • Adding recognition for xml files with BOM header.

Release @ 1.3.2

04 Oct 06:53
Compare
Choose a tag to compare

Change log

  • Adding support for mp4/m4v.
  • Fixing multiple choice checking.
  • Adding option to skip bytes.