- Fix typo: initialized to initalize (thanks to @melvincarvalho)
- Stores will now automatically use different contexts (thanks to @alexandrius, see #12)
This change is 100% backwards compatible and in most cases it should be safe to update. But considering possible impact it might have on existing apps with many stores - it's a major release.
- Add typescript support
- Additional build optimizations for a smaller size bundle
- Use hooks to create stores and Provider wrapper to manage them
- Initial stable version