Skip to content

Commit 87f5a4a

Browse files
committed
Upgrade cljs-ajax to 0.8.1
1 parent c70f51f commit 87f5a4a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
#### Changed
44

5+
- **Upgrade cljs-ajax to 0.8.1**. Upstream project's CHANGELOG is missing this version, appears to be [these changes](https://github.com/JulianBirch/cljs-ajax/compare/0c2633694332bfed34847e922bd206ca0090957b...af16a67982320af360c90a0dd48228d4eaf1f3ab) since 0.8.0.
6+
- Upgrade Clojure to 1.10.2
7+
- Upgrade shadow-cljs to 2.10.18
8+
- Upgrade re-frame to 1.2.0
9+
10+
## v0.2.2 (2020-12-21)
11+
12+
#### Changed
13+
14+
- Don't require cljs-ajax API wholesale. See [#29](https://github.com/day8/re-frame-http-fx/pull/29). Thanks to [@nathell](https://github.com/nathell).
515
- Upgrade ClojureScript to 1.10.773
616
- Upgrade lein-git-inject to 0.0.14
717
- Upgrade shadow-cljs to 2.10.17

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
org.clojure/google-closure-library-third-party]]
1111
[thheller/shadow-cljs "2.11.18" :scope "provided"]
1212
[re-frame "1.2.0" :scope "provided"]
13-
[cljs-ajax "0.8.0"]]
13+
[cljs-ajax "0.8.1"]]
1414

1515
:plugins [[day8/lein-git-inject "0.0.14"]
1616
[lein-shadow "0.3.1"]

0 commit comments

Comments
 (0)