byte-fe / react-model

The next generation state management library for React
236 stars 23 forks source link

feat(subscribe): add unsubscribe api,add actions return value from Model #82

Closed ArrayZoneYour closed 5 years ago

ArrayZoneYour commented 5 years ago

Subscriptions: Function => Function[]

codecov[bot] commented 5 years ago

Codecov Report

Merging #82 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #82   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines         191    206   +15     
  Branches       26     29    +3     
=====================================
+ Hits          191    206   +15
Impacted Files Coverage Δ
src/middlewares.ts 100% <100%> (ø) :arrow_up:
src/index.tsx 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a98f4cd...49382c2. Read the comment docs.