Releases: vicajilau/file_magic_number
Releases · vicajilau/file_magic_number
1.4.0
- 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
- 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
- Improved file detection.
- Fixed some private methods that were publicly accessible.
- Updated dependencies.
1.3.0
- 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
- Updated documentation.
- Updated dependencies from example project.
- Removed cocoapods from example project.
1.2.1
- Increased support for Dart from version 3.4.
1.2.0
- Updated example project dependencies
- Improved tests
- Improved example project flow and style
- Added
getBytesFromPathOrBlob
method returning Uint8List
object.
1.1.1
- Minor improvements.
- Added more documentation.
1.1.0
- Added
detectFileTypeFromPathOrBlob
method in FileMagicNumber
.
- Improved documentation.
1.0.0
- BREAKING CHANGE:
MagicNumber
has been renamed to FileMagicNumber
.
- BREAKING CHANGE:
MagicNumberType
has been renamed to FileMagicNumberType
.
- BREAKING CHANGE:
detectFileType
has been renamed to detectFileTypeFromBytes
.