Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@lukeed lukeed released this 20 Dec 15:32
· 1 commit to main since this release

Breaking

  • Change lookup return signature from string | void to string | undefined (#5): 3218148, 743d85b
    Thank you @willstott101

  • Upgrade mime-db version, which changes some extensions' values (#8): 30fb901
    See here for visual diff

    Removed:

    • es

    Changed

    • asc :: application/pgp-signature => application/pgp-keys
    • js :: application/javascript => text/javascript
    • mjs :: application/javascript => text/javascript
    • rtf :: application/rtf => text/rtf
    • xml :: application/xml => text/xml

    Added

    • several... see diff :)

Chores


Full Changelog: v1.0.1...v2.0.0