Skip to content

Releases: ice-lab/icestore

v2.0.1

29 Mar 10:31
c26b5b8
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

v2.0.0

29 Mar 10:28
Compare
Choose a tag to compare
  • feat: remove 1.x deprecated features
  • feat: upgrade immer from 6.x to 9.x
  • chore: add es module output
  • chore: remove cjs output

v1.4.3...v2.0.0

v1.4.3

21 Jun 05:59
de76ab8
Compare
Choose a tag to compare
  • chore: peerDep react version compatible 17.x
  • chore: travis-ci -> Github Actions

v1.4.2...v1.4.3

v1.4.2

01 Jun 02:36
aef2bad
Compare
Choose a tag to compare
  • Fix: adapt to use immer in IE11

v1.4.1...v1.4.2

v1.4.1

19 May 03:43
bba4e12
Compare
Choose a tag to compare
  • Fix: Error & Loading plugin using immer

v1.4.0

26 Apr 02:37
abf623e
Compare
Choose a tag to compare
  • Feat: Provide withModel API for smaller use;
  • Feat: Add unit test and coverage rate reaches 87%;
  • Fix: effects should return an object;
  • Fix: Add meta type in ModelEffectsm for TypeScript;
  • Docs & Examples: Add "Migrating From Redux" Section and more examples

v1.3.5

11 Apr 03:17
b08f358
Compare
Choose a tag to compare
  • Fix: utility type - ExtractIModelDispatcher*
  • Docs: model define upgrade guide for 1.0 to 1.3

v1.3.4

10 Apr 06:51
8833e97
Compare
Choose a tag to compare
  • Fix: The condition judgment of the acquisition model is wrong
  • Chore: Display the model name in the error message
  • Docs: Add "Readonly" and "Get Latest state of Model" for Recipes

v1.3.3

08 Apr 02:52
41586a8
Compare
Choose a tag to compare
  • Fix: getModelDispatchers API should return available dispatchers

v1.3.2

07 Apr 09:10
09ba3eb
Compare
Choose a tag to compare
  • Feat: Better TypeScript Support
  • Feat: Support Provider initialStates
  • Feat: Support this.setState
  • Docs: Better example and more details for effects