mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 07:18:22 +00:00
More README madness
This commit is contained in:
parent
018eb0dff5
commit
56e7bb44db
11
CHANGES.md
11
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user