Resolve "Ability to separately set content to `byId` state and `ids` state"
requested to merge feature/10-ability-to-separately-set-content-to-byid-state-and-ids-state into develop
What I Did
- Added ability to separately set
byId
andids
keys by using a new action creator factory argument to limit scope. - Added deprecated warning helper.
Testing
- Check the docs and ensure they're understandable
- Implement an action creator for each of
set
,update
,add
andremove
and ensure it limits mutations to each state key.
Closes #10 (closed)