Skip to content

Commit

Permalink
Working CHANGELOG for 0.15.0
Browse files Browse the repository at this point in the history
Conflicts:
	CHANGELOG.md
  • Loading branch information
goatslacker committed Mar 29, 2015
1 parent edf52f3 commit bfe7232
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog

## 0.15.0

Added:

* `beforeEach` and `afterEach` hooks in stores for extending. [commit](46daa25)
* Allow custom dispatcher to be specified. [commit](8f57b6c)
* Adds serialize/loadEvents to the DispatcherRecorder. You can now transfer events between different alt instances and machines. [commit](c18b7f2)
* You can now get a list of a store's bound listeners with `boundListeners`. [commit](e76ae26)
* Testing has been made even easier with access to the original store class with `StoreModel`. [commit](e76ae26)
* takeSnapshot now allows you to take a snapshot of a single store. [commit](98b3c04)
* `rollback`, `flush`, and `recycle` now emit change events. [commit](44ad1de), [commit](bda22be)
* Adds AltManagerUtil which lets you manage multiple instances of alt. [commit](a901e9c)

Fixed:

* Fixes build on Windows. [commit](42d8ca4)
* If a non-store is passed to bootstrap it no longer crashes. [commit](b458450)
* Added the `snapshot` method back in. [commit](5767ae6)

## 0.14.5

Fixed:
Expand Down

0 comments on commit bfe7232

Please sign in to comment.