Skip to content

Releases: day8/re-frame

v1.1.1

25 Aug 22:02
v1.1.1
26cacc5
Compare
Choose a tag to compare

v1.1.0

24 Aug 06:35
v1.1.0
c48deaa
Compare
Choose a tag to compare

v1.0.0

19 Jul 23:09
v1.0.0
Compare
Choose a tag to compare

v1.0.0-rc6

06 Jul 06:29
v1.0.0-rc6
179de0d
Compare
Choose a tag to compare

v1.0.0-rc5

03 Jul 12:38
v1.0.0-rc5
bbe2d08
Compare
Choose a tag to compare
v1.0.0-rc5 Pre-release
Pre-release

v0.12.0

03 Jul 12:40
v0.12.0
a531e6f
Compare
Choose a tag to compare

v0.10.7

23 Jun 21:30
Compare
Choose a tag to compare

New

  • add update-effect #440

Fixed

  • after and enrich interceptors now no longer run if there is no db effect, rather than running against the db coffect. #453
  • #512 Error with infer-externs "goog is not defined in the externs"

Improvements

  • Update dependency on reagent from 0.7.0 to 0.8.1.
  • Update dependency on karma from 4.0.0 to 4.1.0.
  • Update dependency on Clojure from 1.8.0 to 1.10.1.
  • Update dependency on ClojureScript from 1.10.439 to 1.10.520.

v0.10.6

03 Sep 00:19
Compare
Choose a tag to compare

Fixed

  • After interceptor now runs against effect db if effect db is nil/false. #447
  • The effect handler for :dispatch-later will now ignore nils. #455
  • Add locking to the EventQueue when running under JVM to avoid race conditions and subtle errors when dispatching lots of events. #471

v0.10.5

13 Feb 02:44
Compare
Choose a tag to compare

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.

v0.10.4

30 Jan 19:29
Compare
Choose a tag to compare

Changed

  • Interceptors, effects, and coeffects are now captured in re-frame's tracing.