Skip to content

Latest commit

 

History

History
163 lines (136 loc) · 5.4 KB

History.md

File metadata and controls

163 lines (136 loc) · 5.4 KB

v1.0.3 / 2021-11-21

  • fix(#108): add application file matchers
  • Merge pull request #106 from hannesbraun/aiff-support
  • Add AIFF support
  • fix(archive): format issue indentation
  • feat(version): bump patch
  • Merge pull request #100 from da2018/master
  • Enhance Zstd support
  • Merge pull request #98 from cfergeau/zstd
  • Add zstd support
  • Merge pull request #99 from cfergeau/byteprefixmatcher
  • Introduce bytePrefixMatcher helper

v1.1.0 / 2020-06-06

v1.0.10 / 2019-08-06

  • Merge pull request #76 from lex-r/fix-matroska-detection
  • fix: mkv and webm types detection

v1.0.9 / 2019-07-25

  • Merge pull request #75 from Trane9991/master
  • add video/3gpp support
  • fix: use proper iso file mime type
  • feat: add iso image format
  • Merge pull request #65 from Fentonz/master
  • Merge pull request #70 from fanpei91/master
  • add image/vnd.dwg to README
  • add image/vnd.dwg support
  • Added support for .iso files

v1.0.8 / 2019-02-10

  • refactor(images): heic -> heif
  • feat(docs): add heif format
  • Merge pull request #60 from rikonor/master
  • add heif/heic support
  • fix(docs): dicom -> dcm
  • feat: add dicom type
  • Merge pull request #58 from Fentonz/master
  • Merge pull request #59 from kmanley/master
  • fix example; related to #43
  • Added DICOM type to archive

v1.0.7 / 2019-02-09

  • Merge pull request #56 from akupila/wasm
  • add wasm to readme
  • detect wasm file type

v1.0.6 / 2019-01-22

  • Merge pull request #55 from ivanlemeshev/master
  • Added ftypmp4v to MP4 matcher
  • Merge pull request #54 from aofei/master
  • chore: add support for Go modules
  • feat: add support for AAC (audio/aac)
  • Merge pull request #53 from lynxbyorion/check-for-docoments
  • Added checks for documents.
  • Merge pull request #51 from eriken/master
  • fixed bad mime and import paths
  • Merge pull request #50 from eriken/jpeg2000_support
  • fix import paths
  • jpeg2000 support
  • Merge pull request #47 from Ma124/master
  • Merge pull request #49 from amoore614/master
  • more robust check for .mov files
  • bugfix: reverse order of matcher key list so user registered matchers appear first
  • bugfix: store ptr to MatcherKeys in case user registered matchers are used.
  • update comment
  • Bump buffer size to 8K to allow for more custom file matching
  • refactor(readme): update package import path
  • Merge pull request #48 from kumakichi/support_msooxml
  • do not use v1
  • ok, master already changed travis
  • add fixtures, but MatchReader may not work for some msooxml files, 4096 bytes maybe not enough
  • support ms ooxml, #40
  • Fixed misspells
  • fix(travis): use string notation for matrix items
  • Merge pull request #42 from bruth/patch-2
  • refactor(travis): remove Go 1.6, add Go 1.10
  • Change maximum bytes required for detection
  • Merge pull request #36 from yiiTT/patch-1
  • Add MP4 dash and additional ISO formats
  • Merge pull request #34 from RangelReale/fix-mp4-case
  • Merge pull request #32 from yiiTT/fix-m4v
  • Fixed mp4 detection case-sensitivity according to http://www.ftyps.com/
  • Fix M4v matcher

v1.0.5 / 2017-12-12

v1.0.4 / 2017-11-29

  • fix: tests and document types matchers
  • refactor(docs): remove codesponsor
  • Merge pull request #26 from bienkma/master
  • Add support check file type: .doc, .docx, .pptx, .ppt, .xls, .xlsx
  • feat(docs): add code sponsor banner
  • feat(travis): add go 1.9
  • Merge pull request #24 from strazzere/patch-1
  • Fix typo in unknown

v1.0.3 / 2017-08-03

  • Merge pull request #21 from elemeta/master
  • Add Elf file as supported matcher archive type

v1.0.2 / 2017-07-26

  • Merge pull request #20 from marshyski/master
  • Added RedHat RPM as supported matcher archive type
  • Merge pull request #19 from nlamirault/patch-1
  • Fix typo in documentation

v1.0.1 / 2017-02-24

  • Merge pull request #18 from Impyy/enable-webm
  • Enable the webm matcher
  • feat(docs): add Go version badge

1.0.0 / 2016-12-11

  • Initial stable version (v1.0.0).