Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

[Unreleased]

[1.2.1] - 2025-04-03

Changed

  • Added type hints to eliminate reflection warnings and improve performance

[1.2.0] - 2025-04-03

Changed

  • Renamed default-byte-array-store to byte-array-store
  • Updated byte-array-store to match Ring's original middleware API
    • Now returns a function when called
    • Returns only :filename, :content-type, and :bytes keys

[1.1.0] - 2025-04-02

Changed

  • Updated the :progress-fn signature to match Ring's original middleware
  • The progress function now takes four parameters: request, bytes-read, content-length, and item-count

[1.0.0] - 2025-04-01

  • Initial release of ring-multipart-nodeps
  • Zero-dependency replacement for ring.middleware.multipart-params
  • Compatible with both JVM Clojure and Babashka

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close