Skip to content

Commit 94e28a2

Browse files
committed
Add docs/releases/2022.md
1 parent 6cd9341 commit 94e28a2

File tree

3 files changed

+38
-26
lines changed

3 files changed

+38
-26
lines changed

docs/api-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In the navigation to the left, you'll see a link to both.
99

1010
## Dependency Information
1111

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.
1313

1414

1515
## Using re-frame

docs/releases/2021.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,6 @@
44
table of contents on the right hand side. -->
55
#
66

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-
### rc2 (2021-12-22)
16-
17-
#### Fixed
18-
19-
- Fix some docs re recent reg-sub additions. Thanks to [@eval](https://github.com/eval).
20-
21-
### rc1 (2021-12-20)
22-
23-
#### Added
24-
25-
- Syntactic sugar for trivial reg-sub declarations. See [#634](https://github.com/day8/re-frame/pull/634).
26-
Thanks to [@bsboiko](https://github.com/bsboiko).
27-
28-
#### Changed
29-
30-
- Change `nil` `:fx` value to `:warn` instead of `:error` console log
31-
327
## 1.2.0 (2021-02-25)
338

349
#### Changed

docs/releases/2022.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
<!-- 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

Comments
 (0)