You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ In the navigation to the left, you'll see a link to both.
9
9
10
10
## Dependency Information
11
11
12
-
Please review both the [releases page](http://day8.github.io/re-frame/releases/2021) and the [Clojars page](https://clojars.org/re-frame/) to discover the version you should be using.
12
+
Please review both the [releases page](http://day8.github.io/re-frame/releases/2022) and the [Clojars page](https://clojars.org/re-frame/) to discover the version you should be using.
<!-- leave this H1 here. It stops mkdocs putting in a Title at the top.
3
+
It needs to be at the top of the file otherwise it breaks the
4
+
table of contents on the right hand side. -->
5
+
#
6
+
7
+
> The re-frame [Clojars page](https://clojars.org/re-frame/) contains dependency coordinates for Maven/deps/Lein.
8
+
9
+
## Unreleased
10
+
11
+
> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
12
+
13
+
## 1.3.0
14
+
15
+
### rc3 (2022-03-04)
16
+
17
+
#### Added
18
+
19
+
- Warn user when calling subscribe outside of reactive context. See [#740](https://github.com/day8/re-frame/issues/740). Thanks to [@dannyfreeman](https://github.com/dannyfreeman).
20
+
- Allow enrich to return `nil`. See [#751](https://github.com/day8/re-frame/pull/751). Thanks to [@NoahTheDuke](https://github.com/NoahTheDuke).
21
+
22
+
### rc2 (2021-12-22)
23
+
24
+
#### Fixed
25
+
26
+
- Fix some docs re recent reg-sub additions. Thanks to [@eval](https://github.com/eval).
27
+
28
+
### rc1 (2021-12-20)
29
+
30
+
#### Added
31
+
32
+
- Syntactic sugar for trivial reg-sub declarations. See [#634](https://github.com/day8/re-frame/pull/634).
33
+
Thanks to [@bsboiko](https://github.com/bsboiko).
34
+
35
+
#### Changed
36
+
37
+
- Change `nil``:fx` value to `:warn` instead of `:error` console log
0 commit comments