Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 1.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0 - 2019-04-14

Changed

  • BREAKING: States are now stored in a provider component. Every component that wants to use connected reducers has to be an ancestor of this ConnectedProvider. This provides an easy way to debug connected states via React Dev Tools.
  • BREAKING: Namespaces are not allowed to be an array anymore, but have to be strings.

0.2.0 - 2019-03-25

Changed

  • Internal refactoring that leads to less memory usage and better performance

0.1.1 - 2019-03-24

Added

  • useConnectedReducer – A React Hook to share state between components