Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sindresorhus/file-type
base: v16.2.0
Choose a base ref
...
head repository: sindresorhus/file-type
compare: v16.3.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 26, 2021

  1. Add file type descriptions (#433)

    Co-authored-by: Sindre Sorhus <[email protected]>
    Richienb and sindresorhus committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    2cc0869 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Add support for Zstandard compressed file (#439)

    * Add support for Zstandard compressed file
    
    https://en.wikipedia.org/wiki/Zstandard
    
    **Zstandard**
    
    Filename extension:
    .zst
    
    Internet media type:
    application/zstd
    
    Magic number	:
    28 b5 2f fd
    
    Type of format	Data compression:
    Standard	RFC 8478
    
    Website:
    https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md
    
    * fix "Invalid number literal casing"
    ardavank committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    9319167 View commit details
    Browse the repository at this point in the history
  2. 16.3.0

    sindresorhus committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    fd1e72c View commit details
    Browse the repository at this point in the history