Liking cljdoc? Tell your friends :D

Changelog

Released

1.1.0 (2020-11-20)

Changed

  • Extended UnifiedResponse protocol to Object, nil for the compatibility

  • Simplified helper functions

  • Updated github actions configs

  • Updated cljstyle config

  • Updated development deps

    • org.clojure/clojure "1.10.2-alpha4"

    • nrepl/nrepl "0.8.3"

    • criterium/criterium "0.4.6"

    • olical/cljs-test-runner "3.8.0"

    • lambdaisland/kaocha-cloverage "1.0.75"

    • seancorfield/depstar "1.1.136"

1.0.0 (2020-10-23)

Unifier API has been stabilized. Added some helper functions and macros.

v0.3.0 (2020-10-20)

Added

Extended UnifiedResponse protocol with a new function: as-http

v0.2.0 (2020-10-20)

Added

Extended UnifiedResponse protocol with a new function: as-map

Changed

  • Updated deps

    • org.clojure/clojure "1.10.2-alpha2"

  • Updated development deps

    • seancorfield/depstar "1.1.132"

    • deps-deploy/deps-deploy "0.0.12"

v0.1.0 (2020-09-22)

Added

A simple API for the unified responses.

  • Customizable unified response:

    • as-response

  • Unified error responses:

    • as-warning

    • as-error

    • as-exception

    • as-unavailable

    • as-interrupted

    • as-incorrect

    • as-unauthorized

    • as-forbidden

    • as-not-found

    • as-unsupported

    • as-conflict

    • as-busy

    • as-unknown

  • Unified success responses:

    • as-success

    • as-created

    • as-deleted

    • as-accepted

Can you improve this documentation?Edit on GitHub

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

× close