0.5.0
- Some improvements: rename Provider to Store, add types + fix eslint #14 (by @aralroca and @danielart)
BREAKING CHANGES
- We renamed
Provider
toStore
because after the reimplementation it is no longer mandatory to use it because it is no longer a provider, it only makes sense to redefine the store and callbacks. In the future, it will surely have more features.