-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
18 lines (14 loc) · 828 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
v3.0.0
Breaking changes:
- _stateDidUpdate, _didLinkedWithStore and _didUnlinkedWithStore are renamed to stateDidUpdate, didLinkedWithStore and didUnlinkedWithStore respectively
- __initializeMdl and __deinitialize is renamed to __initialize_RMC and __deinitialize_RMC respectively
- some of undocumented methods are renamed
- a `creatorName` has been removed from a proxy-action =)
Nonebreaking changes:
- action type is now optional
v2.2.0 (29.01.20)
- it`s possible to create an action creator for a proxy-action by supplying a `creatorName` property
v2.1.0 (14.10.19)
- an action creator is no longer required, it is a function that returns an empty object by default;
- actions can be dispatched by call an appropriate method directly from the module (not from the `actions` property);
- the changelog is added;