Releases: day8/re-frame
Releases · day8/re-frame
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v1.0.0-rc6
v1.0.0-rc5
v0.12.0
v0.10.7
New
- add
update-effect
#440
Fixed
after
andenrich
interceptors now no longer run if there is nodb
effect, rather than running against thedb
coffect. #453- #512 Error with infer-externs "goog is not defined in the externs"
Improvements
- Update dependency on reagent from
0.7.0
to0.8.1
. - Update dependency on karma from
4.0.0
to4.1.0
. - Update dependency on Clojure from
1.8.0
to1.10.1
. - Update dependency on ClojureScript from
1.10.439
to1.10.520
.
v0.10.6
v0.10.5
Changed
- Event handlers and fx are now traced, to provide more granular timing info in re-frame-trace. This has no impact on your code execution if you haven't enabled tracing.