From bfe7232e69f178e2ceb5b43259d20248ed818120 Mon Sep 17 00:00:00 2001 From: Josh Perez Date: Thu, 26 Mar 2015 23:26:17 -0700 Subject: [PATCH] Working CHANGELOG for 0.15.0 Conflicts: CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bca35b78..4aa2376c 100644 --- a/CHANGELOG.md +++ b/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: