Skip to content

1.1.0 Release

Compare
Choose a tag to compare
@minajevs minajevs released this 28 Jun 09:49
· 16 commits to master since this release

🎉Middleware release 🎉

Middleware proved to be very stable in my other pet projects, so it is good enough to be released.

New features

Middleware!

Now it is possible to inject custom middleware into stores. Read more about it here

Api changes

Store creator function now does not accept injected stores as a 3rd argument. Instead it takes special options objects, which may or may not contain stores and middleware

v1.0.0...v1.1.0