- Fix link in docs, from (https://github.com/day8/re-frame/tree/develop/docs) to (https://github.com/day8/re-frame/blob/master/docs/Effects.md)
- Upgrade cljs-ajax to 0.8.4. Upstream project's CHANGELOG is missing this version, appears to be these changes since 0.8.1.
- Upgrade cljs-ajax to 0.8.1. Upstream project's CHANGELOG is missing this version, appears to be these changes since 0.8.0.
- Upgrade Clojure to 1.10.2
- Upgrade shadow-cljs to 2.10.18
- Upgrade re-frame to 1.2.0
- Don't require cljs-ajax API wholesale. See #29. Thanks to @nathell.
- Upgrade ClojureScript to 1.10.773
- Upgrade lein-git-inject to 0.0.14
- Upgrade shadow-cljs to 2.10.17
- Upgrade binaryage/devtools to 1.0.2
- Upgrade re-frame to 1.0.0
Only a minor release mostly just to test releases with GitHub Actions. Do be wary of the cljs-ajax version bump due to breaking changes.
- Fix infer-externs compiler warning. See #38.
- Migrate to shadow-cljs
- Upgrade Clojure to 1.10.1
- Upgrade ClojureScript to 1.10.520
- Bump cljs-ajax to 0.8.0
- Move the http-effect into an accessible function.
- Small docs improvements
- Add missing bracket in handler example
- Add examples for making POST requests
- Comment out spec until it has a stable release
- Bump CLJS dependency to 1.9.229 to support the newer spec definition of
coll-of
. #5
- Added a spec to enforce that people provide a response format that is not a keyword. #2
##v0.0.5 (2016.08.22)
Bump to release ver of re-frame 0.8.0
##v0.0.1 & v0.0.4 (2016.07.XX)
Initial code drop based on re-frame 0.8.0-alpha9