Activity
Update core.d.ts
Update core.d.ts
Adjust number code and comment style suggestions
Adjust number code and comment style suggestions
Force push
Remove markup style start and end code block declarations
Remove markup style start and end code block declarations
Force push
Remove markup style start and end code block declarations
Remove markup style start and end code block declarations
Force push
Remove markup style start and end code block declarations
Remove markup style start and end code block declarations
Force push
Remove markup style start and end code block declarations
Remove markup style start and end code block declarations
Remove unused fileTypeOptions
parameter from typings
Remove unused
fileTypeOptions
parameter from typingsRemove empty comment lines
Remove empty comment lines
Make code examples executable.
Make code examples executable.
Fix TypeScript declaration
Fix TypeScript declaration
Fix error handling
Fix error handling
Rename stream(...) to toDetectingStream(...)
Rename stream(...) to toDetectingStream(...)
Make usage of FileTypeParser class consistent
Make usage of FileTypeParser class consistent
Change error handling for read operations of custom detectors
Change error handling for read operations of custom detectors
Add class based approach to fileTypeStream
Add class based approach to fileTypeStream
Make runCustomDetectors private
Make runCustomDetectors private
Update readme.md (move custom detectors section as suggested by revie…
Update readme.md (move custom detectors section as suggested by revie…
Update core.d.ts
Update core.d.ts
Update core.d.ts
Update core.d.ts
add check for illegal tokenizer position change
add check for illegal tokenizer position change
Update documentation
Update documentation
fix fileTypeStream (add back fileTypeOptions)
fix fileTypeStream (add back fileTypeOptions)
Moved custom detectors from function to constructor argument
Moved custom detectors from function to constructor argument
Adjust fileTypeFromFile(...) to recent changes
Adjust fileTypeFromFile(...) to recent changes
Merge branch 'extend-file-type-updated' of github.com:FredrikSchaefer…
Merge branch 'extend-file-type-updated' of github.com:FredrikSchaefer…
Remove blank space
Remove blank space
compatibility with Node.js 14 and 16
compatibility with Node.js 14 and 16
fix docs
fix docs
add tests
add tests