Skip to content

Commit

Permalink
Update changelog with batching. Bump alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Apr 14, 2017
1 parent a10c30b commit 6491128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
actions that return promises.
- Action status changing methods are auto-bound, and will warn when a
completed action attempts to move into a new state (strict mode only)
- Added `batch` as an option when instantiating Microcosm. When set to
`true`, high frequency change events will be batched together using
`requestIdleCallback`

### Auto-bound action status methods

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microcosm",
"version": "12.7.0-alpha.3",
"version": "12.7.0-alpha.4",
"private": true,
"description": "Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.",
"main": "microcosm.js",
Expand Down

0 comments on commit 6491128

Please sign in to comment.