UNPKG

clean-redux

Version:

Utilities for implementing clean architecture using Redux

71 lines (44 loc) 1.59 kB
### **1.0.1** (2022-01-25) - Warn about renaming - Rename clean-redux to redux-clean-architecture - Rename toolkit into utilities - Remove clean-redux in banner - Better bullet points in benefits - Rephrase and link video source # **1.0.0** (2022-01-07) - Add extra example - provide evtAction with runtime compatibility with createAsyncThunk - Document opignionated restrictions - Exclude evtAction from index - update deps of demo app - Add keywords in package.json - Loosen the required evt version - Point out the line to delete to disable evtAction - Fix setup error - Deconstruct name from createSlice return type ### **0.3.4** (2021-12-25) - Fix runtime bug in middlewareEvtAction - Update README video (cangelog ignore) - Expand evtAction type for better experience in vscode type preview - evt action gives payload ### **0.3.3** (2021-12-23) ### **0.3.2** (2021-12-23) ### **0.3.1** (2021-12-21) - Update demo-setup readme - add missing files (changeog ignore) - Rename app -> ui and lib -> core ## **0.3.0** (2021-12-21) - Implement middleware for dispatch events ### **0.2.5** (2021-12-20) - Rename UseCase -> Usecase and useCases -> usecases ### **0.2.4** (2021-12-20) - Fix usecasesToPureFonctions ### **0.2.3** (2021-12-20) - fix previous commit - Remove .yarn_home - Add missing index ## **0.2.0** (2021-12-20) - Add annotation - Add pure function ### **0.1.1** (2021-12-20) - Add video