Skip to content

Releases: vicajilau/file_magic_number

1.4.0

11 Jul 16:40
9f52857
Compare
Choose a tag to compare
  • Fixed an issue where JPEG files were detected as TIFF files #17.
  • Added webp support.
  • Added AVI support.
  • Improved WAV support.
  • Added magic number detection byRange.

1.3.2

19 Jun 08:00
Compare
Choose a tag to compare
  • Fixed an issue where PDFA files were not detected.
  • Removed Cocoapods on example project.
  • Fixed an issue loading images on example project.
  • Improved file detection in dynamic magic numbers.

1.3.1

14 Apr 14:19
Compare
Choose a tag to compare
  • Improved file detection.
  • Fixed some private methods that were publicly accessible.
  • Updated dependencies.

1.3.0

09 Apr 05:30
Compare
Choose a tag to compare
  • Added HEIC (High Efficiency Image Coding) support, part of the HEIF (High Efficiency Image File) format.
  • Breaking change: Resolved an issue with imports where private files are exposed to be imported.
  • Individual files can be dragged and dropped on desktop apps and web app on example project.

1.2.2

23 Mar 07:32
Compare
Choose a tag to compare
  • Updated documentation.
  • Updated dependencies from example project.
  • Removed cocoapods from example project.

1.2.1

12 Mar 10:49
Compare
Choose a tag to compare
  • Increased support for Dart from version 3.4.

1.2.0

09 Mar 16:31
Compare
Choose a tag to compare
  • Updated example project dependencies
  • Improved tests
  • Improved example project flow and style
  • Added getBytesFromPathOrBlob method returning Uint8List object.

1.1.1

19 Feb 13:05
Compare
Choose a tag to compare
  • Minor improvements.
  • Added more documentation.

1.1.0

19 Feb 08:14
Compare
Choose a tag to compare
  • Added detectFileTypeFromPathOrBlob method in FileMagicNumber.
  • Improved documentation.

1.0.0

19 Feb 07:26
Compare
Choose a tag to compare
  • BREAKING CHANGE: MagicNumber has been renamed to FileMagicNumber.
  • BREAKING CHANGE: MagicNumberType has been renamed to FileMagicNumberType.
  • BREAKING CHANGE: detectFileType has been renamed to detectFileTypeFromBytes.