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.
add purge-event-queue to the API. See https://github.com/day8/re-frame-test/issues/13 for motivation.
added a new FAQ entry Reagent looks terrific. Why do I need re-frame?
added a new Infographic explaining how dominoes play out over time in the browser
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.