alt v0.15.0 Release Notes

  • โž• Added

    • AltContainer which is a react container component that facilitates listening to stores and managing data. commit
    • beforeEach and afterEach hooks in stores for extending. commit
    • ๐Ÿ‘ Allow custom dispatcher to be specified. commit
    • โž• Adds serialize/loadEvents to the DispatcherRecorder. You can now transfer events between different alt instances and machines. commit
    • You can now get a list of a store's bound listeners with boundListeners. commit
    • โœ… Testing has been made even easier with access to the original store class with StoreModel. commit
    • takeSnapshot now allows you to take a snapshot of a single store. commit
    • โช rollback, flush, and recycle now emit change events. commit, [commit](bda22be)
    • โž• Adds AltManagerUtil which lets you manage multiple instances of alt. commit

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes build on Windows. commit
    • If a non-store is passed to bootstrap it no longer crashes. commit
    • โž• Added the snapshot method back in. commit