Skip to content

Release 1.4.0#103

Merged
alvinhui merged 8 commits into
masterfrom
release/1.4.0
Apr 24, 2020
Merged

Release 1.4.0#103
alvinhui merged 8 commits into
masterfrom
release/1.4.0

Conversation

@alvinhui

@alvinhui alvinhui commented Apr 17, 2020

Copy link
Copy Markdown
Member

@alvinhui alvinhui requested review from chenbin92 and luhc228 April 17, 2020 16:30
@alvinhui alvinhui self-assigned this Apr 17, 2020
luhc228 and others added 2 commits April 18, 2020 22:31
* chore: add dependency

* test: add helper and init test

* test: add createStore test

* test: add withModel withModelActions withModelEffectsState test

* test: add throw error when getting unexist model

* chore: new version

* test: add global actions test

* test: add createModel test

* test: add createUseContainer test

* chore: createModel

* test: add createContainer test

* test: update test cases

* test: add useModel test

* test: add class component test

* test: update class component test

* test: add createStore options test

* test: add appendReducer test

* test: add appendReducer test

* chore: lint

* test: add utils test

* docs: add badge

* chore: remove unnecessary comment

* test: update converter test

* feat: add comment to pr

* fix: fix by the comments

* chore: update codecov config

* test: update test

* test: update converter test case

* test: update examples

* test: update todos example

* chore: update modelEffects type

Co-authored-by: alvinhui <alvin.hui@qq.com>
@codecov-io

codecov-io commented Apr 18, 2020

Copy link
Copy Markdown

Codecov Report

Merging #103 into master will increase coverage by 71.45%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #103       +/-   ##
===========================================
+ Coverage   16.48%   87.93%   +71.45%     
===========================================
  Files          20       20               
  Lines         546      547        +1     
  Branches      121      121               
===========================================
+ Hits           90      481      +391     
+ Misses        453       56      -397     
- Partials        3       10        +7     
Impacted Files Coverage Δ
src/plugins/effects.ts 94.44% <100.00%> (+82.67%) ⬆️
src/icestore.ts 84.09% <0.00%> (+59.09%) ⬆️
src/plugins/effectsStateApis.tsx 80.64% <0.00%> (+64.51%) ⬆️
src/index.ts 100.00% <0.00%> (+65.95%) ⬆️
src/plugins/provider.tsx 100.00% <0.00%> (+66.66%) ⬆️
src/plugins/reduxHooks.ts 100.00% <0.00%> (+66.66%) ⬆️
src/plugins/immer.ts 100.00% <0.00%> (+69.23%) ⬆️
src/plugins/modelApis.tsx 83.72% <0.00%> (+72.09%) ⬆️
src/redux.ts 81.25% <0.00%> (+72.91%) ⬆️
... and 9 more

* fix: effects should return an object

* chore: lint
* chore: add classComponent example

* chore: rename async function

* chore: visibility logic

* docs: add examples section
* feat: withModel init

* refactor: model apis

* feat: model for withModel

* feat: ts support for withModel

* chore: typo

* chore: lint

* test: disable loading and error

* test: mock value

* chore: playload && meta is option

* chore: typo

* docs: withModel

* refactor: class and function component demo

* chore: class component support

* chore: remove console

* chore: lint

* chore: withModel example

* chore: remove product

* chore: undo

* chore: typo
@alvinhui alvinhui changed the title [WIP] Release 1.4.0 Release 1.4.0 Apr 24, 2020
@alvinhui alvinhui requested a review from imsobear April 24, 2020 06:07
imsobear
imsobear previously approved these changes Apr 24, 2020
@alvinhui alvinhui merged commit abf623e into master Apr 24, 2020
@delete-merged-branch delete-merged-branch Bot deleted the release/1.4.0 branch April 24, 2020 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants