Releases: ice-lab/icestore
Releases · ice-lab/icestore
v2.0.0
- 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
- chore: peerDep react version compatible 17.x
- chore: travis-ci -> Github Actions
v1.4.2...v1.4.3
v1.4.1
- Fix: Error & Loading plugin using immer
v1.4.0
- 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
- Fix: utility type - ExtractIModelDispatcher*
- Docs: model define upgrade guide for 1.0 to 1.3
v1.3.4
- 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
- Fix:
getModelDispatchers
API should return available dispatchers
v1.3.2
- Feat: Better TypeScript Support
- Feat: Support Provider initialStates
- Feat: Support
this.setState
- Docs: Better example and more details for effects