Encode the world
This release breaks:
- Any use of the
encode-body
andcoerce-response
interceptors in theclj-http
,httpkit
orcljs-http
namespaces. These interceptors have been unified undermartian.interceptors
, see #23
This release adds support for:
- Supporting custom encoding in addition to the built-in support for
transit+msgpack
,transit+json
,edn
andjson
#23
This release fixes:
- Identical requests sent while the previous request is still pending are deduplicated in martian-re-frame #48
This release improves: