¶
The re-frame Clojars page contains dependency coordinates for Maven/deps/Lein.
Unreleased¶
Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
Breaking
- 763 on detecting an incorrect event structure, the
unwrap
interceptor now exceptions instead of writing an error tojs/console
and continuing
1.3.0 (2022-08-27)¶
1.3.0-rc3 has been re-tagged as 1.3.0 final.
rc3 (2022-03-04)¶
Added
- Warn user when calling subscribe outside of reactive context. See #740. Thanks to @dannyfreeman.
- Allow enrich to return
nil
. See #751. Thanks to @NoahTheDuke.
rc2 (2021-12-22)¶
Fixed
- Fix some docs re recent reg-sub additions. Thanks to @eval.
rc1 (2021-12-20)¶
Added
Changed
- Change
nil
:fx
value to:warn
instead of:error
console log