zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

CHANGELOG.md (773B)


      1 # Changelog
      2 
      3 ## v2.0.3
      4 
      5   * Support Markdown, JPEG XL, and PSD formats
      6 
      7 ## v2.0.2
      8 
      9   * Support Associated Signature Containers (ASiC) files
     10   * Support `.atom` and `.rss` files
     11 
     12 ## v2.0.1
     13 
     14   * Add `.text` extension to text/plain
     15 
     16 ## v2.0.0
     17 
     18 Upgrade note: mime v2 no longer ships with a complete database of mime.types,
     19 instead it lists the most common mime types used by web applications. When
     20 upgrading, check carefully if all mime types used by your app are supported.
     21 
     22   * Ship with our own minimal types database
     23 
     24 ## v1.6.0
     25 
     26   * Deprecate MIME.valid?
     27   * Ignore media type params
     28   * Detect subtype suffix according to the spec
     29 
     30 ## v1.5.0
     31 
     32   * Compare extensions in a case-insensitive way (see
     33     [elixir-plug/mime#38](https://github.com/elixir-plug/mime/issues/38)).