All Versions
11
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.9.0 Changes

    • Only serve static files on HEAD or GET requests.
  • v0.8.3 Changes

    • ➕ Add Options, staticWithOptions, staticPolicyWithOptions, and unsafeStaticPolicyWithOptions.
    • Parameterize Middleware with options allowing custom file name to MIME type mapping.
  • v0.8.2 Changes

    • ✂ Remove unused test suite.
  • v0.8.1 Changes

    • ➕ Add Semigroup Policy instance
    • ✅ Replace dependencies on base16-bytestring and cryptohash with the more modern memory and cryptonite packages, respectively [myfreeweb]
  • v0.8.0 Changes

    • The mime-types library is now used to lookup MIME types from extensions. As a result, some extensions now map to different MIME types. They are:
    Extension wai-middleware-static mime-types
    class application/octet-stream application/java-vm
    dtd text/xml application/xml-dtd
    jar application/x-java-archive application/java-archive
    js text/javascript application/javascript
    ogg application/ogg audio/ogg
    ttf application/x-font-truetype application/x-font-ttf
    • 🔦 Exposed getMimeType function [Shimuuar]
  • v0.7.0.1 Changes

    • 🛠 Fixed Windows build (by replacing unix dependency with equivalent directory function)
  • v0.7.0.0 Changes

    • Implement caching [agrafix]
    • Include mp4 and ogv mime_types [DrBoolean]
    • ⚡️ Dependency updates for ghc 7.10 [DougBurke]
  • v0.6.0 Changes

    • ⚡️ Update to wai 3.0
  • v0.6.0.1 Changes

    • ⚡️ Update links to new wai-middleware-static github/issue tracker.

    • ⬆️ Bump upper bound for text

  • v0.5.0.1 Changes

    • ⬆️ Bump upper bound for mtl