From 56e7bb44db624b917c55e46c762e8ee56dd6f950 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Wed, 20 Jul 2016 09:52:39 +1000 Subject: [PATCH] More README madness --- CHANGES.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f780abb..98102f1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,16 @@ ## 0.8.0 (2016.07.XX) -Staying on the leading edge of new buzzwords is obviously critical for any framework. Angular's terrifying faceplant -is a sobering reminder to us all. With this release, re-frame's already impressive buzzword muscles +Deftly surfing buzzword waves is obviously crucial for any framework. Angular's terrifying faceplant +is a sobering reminder to us all - a rooster one day and a feather duster the next. With this release, +re-frame's already impressive buzzword muscles bulge further with new walnuts like "effects", "coeffects", and "de-duplicated signal graph". I know, right? Some may even find these new features useful. -Headline: +Headline + +Joking aside, this is a substantial release which will fundamentally change how you use re-frame: + - re-frame subscriptions are now de-duplicated. As a result, many Signal graphs will be more efficient. The new behaviour better matches programmer intuitions about what "should" happen. @@ -97,6 +101,7 @@ Improvements: - XXX todomvc changed to use spec, instead of Schema - XXX remove use of spec in reg-sub + - Enhancement: - Bug fix: `post-event-callbacks` were not called when `dispatch-sync` was called. - added new API `re-frame.core/remove-post-event-callback`. See doc string. - when an event-handler makes no change to `app-db`, the `debug` middleware now logs a