¶
The re-frame Clojars page contains dependency coordinates for Maven/deps/Lein.
1.4.2 (2023-12-09)¶
Fixed
re-frame.utilsfailed to load in a clj runtime, due to interop issues.
1.4.1 (2023-12-07)¶
Added
dispatch-syncnow emits a:synctrace to indicate when it has finished. See re-frame-10x#165
1.4.0 (2023-11-02)¶
Breaking
re-frame.std-interceptors/pathnow keeps a:re-frame.db/path-historykey in the context, not a:re-frame-path/db-storekey. This shouldn't affect users, unless you're directly hacking the event loop.- 763 on detecting an incorrect event structure, the
unwrapinterceptor now exceptions instead of writing an error tojs/consoleand continuing.
Added
- Interceptors now have an optional
:commentkey. It's a no-op. re-frame.std-interceptors/pathnow remembers the path it uses in a:comment. (re-frame-10x#165)re-frame.alphanamespace, for testing proposed features (see flows and polymorphic subscriptions)
Changed
- Upgrade reagent to 1.2.0
- Added
reg-event-error-handlerto provide a way to handle errors in the interceptor chain #423.