Skip to content

Releases: day8/re-frame

v0.10.3

24 Jan 07:40
Compare
Choose a tag to compare

New

Changed

  • Debounce trace callbacks to handle larger batches of traces at once, to improve efficiency.
  • Improved error messages to not have multiple spaces before variables.

Fixed

  • Handle js/performance not being defined in NodeJS. #439
  • Improve cache eviction behaviour of subscription caches. In more complex applications a subscription may have been unnecessarily created and destroyed several times after a Figwheel re-render.

Historical changes are at CHANGES.md.

v0.10.3-rc2

20 Jan 07:10
Compare
Choose a tag to compare
v0.10.3-rc2 Pre-release
Pre-release

This is the release candidate for v0.10.3. Try it out in your applications, and let us know if there are any issues.

You can see the CHANGELOG for all of the changes.

v0.10.2 (2017.10.07)

07 Oct 06:36
Compare
Choose a tag to compare

New Features

  • On dispose callbacks now run on JVM re-frame. #386.
  • Log warnings when tracing is not enabled and you try to add a trace callback #395.

New Docs

  • added a new FAQ entry How do I turn on/off polling a database every 60 secs (hint: effects)
  • added a new FAQ entry How do I do full-stack re-frame?
  • Added a gitbook for re-frame docs #414.
  • Lots of spelling fixes, for which we are eternally grateful.

See the full changelog at CHANGES.md

v0.10.1

16 Aug 21:13
Compare
Choose a tag to compare

0.10.1 (2017.08.17)

  • fix a showstopper bug introduced at the last minute in v0.10.0

0.10.0 (2017.08.16)

New Docs

Breaking

  • #357
    I'd be amazed if this actually broke any apps. Shocked! But, better safe than sorry.
    The effect handler for :db has changed: if the new value provided tests
    identical? to the existing value within app-db, then app-db is not reset!.
    Previously, app-db was always reset! irrespective,
    which potentially caused Layer 2 subscriptions to run unnecessarily. So this is a tiny
    efficiency change in this edge case, and it results in behaviour that better matches
    programmer intuitions.

Minor Fixes and Improvements

  • #400 Improve error message when a registered cofx can't be found
  • The effect handler for :dispatch-n will now ignore nils. See checkin
  • #340
  • #341 Fix re-frame.core/on-changes to work even if event handler does not set :db.
  • #395 Warn users if they try to enable tracing without setting the closure define re-frame.trace.trace-enabled?.

v0.10.0

16 Aug 21:14
Compare
Choose a tag to compare

This release has a show-stopper bug in it. You shouldn't use it, and instead should upgrade to 0.10.1.

v0.9.4

01 Jun 04:41
Compare
Choose a tag to compare

This is another minor release, adding a CITATION.md file, and changes for self hosting.

You can see the full changelog here.

v0.9.3

14 May 20:32
Compare
Choose a tag to compare

This is another minor release, fixing a bad ns form, some undefined behaviour around reg-sub, and the update-coeffect interceptor.

N.B. The changes to reg-sub breaks code that was wrong but previously worked. The reg-sub function was too liberal in the separator it accepted, now only :<- is accepted.

You can see the full changelog here.

v0.9.2

28 Feb 21:47
Compare
Choose a tag to compare

This is a small release, mainly switching re-frame's lein-npm dependencies to use :devDependencies. You can see the full changelog here.

v0.9.1

19 Dec 20:11
Compare
Choose a tag to compare

This is a hotfix release which fixes dynamic subscriptions. The full changelog is available here.

v0.9.0

15 Dec 03:03
Compare
Choose a tag to compare

Dr Ford has created a new 6-part narrative, and Bernard some infographics. Anyone seen Dolores?

You can see all of the changes in 0.9.0 in the meticulously laid out changelog. What's that you say? It doesn't look like anything to you?