Skip to content

Releases: lukeed/mrmime

v2.0.1

17 Feb 18:41
c95e4bf
Compare
Choose a tag to compare

Chores

  • Sync with latest mime-db version (#10, #11):
    Thank you @brc-dd. This adds the following extension -> MIMEs:
    • jxl -> "image/jxl"
    • m2t -> "video/mp2t"
    • m2ts -> "video/mp2t"
    • mts -> "video/mp2t"

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

v2.0.0

20 Dec 15:32
Compare
Choose a tag to compare

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

v1.0.1

08 Jun 16:10
Compare
Choose a tag to compare

Patches

  • Add "types" export condition (#6, #7): 0f0e3f6
    Makes the TS definitions discoverable by TypeScript 4.7
    Thank you @PaperStrike~!

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