Skip to content

Tags: ice-lab/icestore

Tags

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add main to pkg (#140)

v2.0.0

Toggle v2.0.0's commit message
docs: update

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: peerDep react version compatible 17.x (#132)

* chore: peerDep react version compatible 17.x

commit c11cef5
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 21:06:01 2021  0800

    chore: version

commit 5444efc
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 21:03:15 2021  0800

    chore: add dingding notify

commit df44514
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 21:00:37 2021  0800

    chore: add dingding notify

commit 43bb31e
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 20:56:15 2021  0800

    chore: add dingding notify

commit 9893cdf
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 20:28:14 2021  0800

    chore: add publish

commit d4ce841
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 20:26:18 2021  0800

    chore: add publish

commit de1ee63
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 20:17:38 2021  0800

    chore: add publish

commit 0d6daab
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 17:48:04 2021  0800

    chore: add publish

commit 5f117f0
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 17:43:10 2021  0800

    chore: add publish

commit 6c03a98
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 17:30:28 2021  0800

    chore: add publish

commit ed328f7
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 17:27:52 2021  0800

    chore: add publish

commit 4dcc1ae
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 17:20:40 2021  0800

    chore: add publish

commit 2e2d452
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 17:18:09 2021  0800

    chore: add publish

commit 14951c9
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 17:15:28 2021  0800

    chore: add publish

commit 222681b
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 17:12:46 2021  0800

    chore: add publish

commit ca8c36c
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 15:50:19 2021  0800

    chore: react-scripts -> icejs

commit 62d81ae
Author: liuxiong.lx <[email protected]>
Date:   Wed Jun 16 15:20:29 2021  0800

    chore: ts error

commit 31fa1b7
Author: liuxiong.lx <[email protected]>
Date:   Tue Jun 15 18:07:12 2021  0800

    chore: upgrade ts to 4

commit 6391127
Author: liuxiong.lx <[email protected]>
Date:   Tue Jun 15 17:28:38 2021  0800

    chore: fix ci

commit 808922e
Author: liuxiong.lx <[email protected]>
Date:   Tue Jun 15 17:21:15 2021  0800

    chore: node_modules cache

commit db1dbcb
Author: liuxiong.lx <[email protected]>
Date:   Tue Jun 15 17:19:00 2021  0800

    chore: node_modules cache

commit 1140ccc
Author: liuxiong.lx <[email protected]>
Date:   Tue Jun 15 17:17:31 2021  0800

    chore: node_modules cache

commit 7fd326a
Author: liuxiong.lx <[email protected]>
Date:   Tue Jun 15 16:56:30 2021  0800

    chore: add lock file to git

commit 2518dbf
Author: liuxiong.lx <[email protected]>
Date:   Tue Jun 15 16:48:05 2021  0800

    chore: travis -> github actions

commit cca281f
Author: liuxiong.lx <[email protected]>
Date:   Tue Jun 15 15:51:24 2021  0800

    chore: peerDep react version compatible 17.x

* chore: link

* chore: version

* chore: use prettier replace editorconfig

* chore: bump version

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use immer will throw error in IE11 (#120)

* fix: use immer will throw error

* fix: fix lint

* fix: fix by the comment

* fix: fix lint error

* chore: update version

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release/1.4.1 (#116)

* docs: language link for migration

* docs: add link for upgrade guidelines

* fix: immer error (#117)

* feat: set error & loading as blacklist for immer pulgin

* chore: lint

* chore: notice

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 1.4.0 (#103)

* chore: new version

* fix: add meta type in ModelEffects (#102)

* Add @ice/store Unit Test (#84)

* 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 <[email protected]>

* fix: effects should return an object (#105)

* fix: effects should return an object

* chore: lint

* Better example (#106)

* chore: add classComponent example

* chore: rename async function

* chore: visibility logic

* docs: add examples section

* feat: withModel (#104)

* 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

* Docs: Migrating From Redux  (#108)

* chore: example @ice/store version

Co-authored-by: Hengchang Lu <44047106 [email protected]>

v1.3.5

Toggle v1.3.5's commit message

v1.3.4

Toggle v1.3.4's commit message

v1.3.3

Toggle v1.3.3's commit message

v1.3.2

Toggle v1.3.2's commit message