v2.0.0
Minimal supported version of effector is v23.0.0
.
No breaking changes.
v1.0.0
Removed support of effector v21. Now the minimum supported version is v22.1.2
.
No breaking changes in code.
v0.110
From v0.110.0
patronum removed support of effector v20. Now minimum supported version is v21.4
.
Please, before upgrade review release notes of effector v21
.
v0.100
From v0.100.0
patronum introduced object arguments form with BREAKING CHANGES.
throttle
Previous version v0.14.x
Current version v0.102.x
- Wrap
source
and timeout
arguments to object
- Optionally add
target
parameter
https://github.com/sergeysova/patronum/pull/31
debounce
Previous version v0.14.x
Current version v0.102.x
- Wrap
source
and timeout
arguments to object
- Optionally add
target
parameter
https://github.com/sergeysova/patronum/pull/38
splitMap
Previous version v0.14.x
Current version v0.102.x
- First argument should be
source
- Second argument should be
cases
https://github.com/sergeysova/patronum/pull/41
some
Previous version v0.14.x
Current version v0.102.x
- First argument should be
predicate
- Second argument should be
stores
https://github.com/sergeysova/patronum/pull/43
every
Previous version v0.14.x
Current version v0.102.x
- First argument should be
predicate
- Second argument should be
stores
https://github.com/sergeysova/patronum/pull/50
delay
Previous version v0.14.x
Current version v0.102.x
- First argument should be
source
- Second argument should be
timeout
time
property from second argument should be timeout
timeout
can be Store<number>
https://github.com/sergeysova/patronum/pull/51
status
Previous version v0.14.x
Current version v0.102.x
- First argument should be
effect
in object
- Second argument should be
defaultValue
and can be optional
https://github.com/sergeysova/patronum/pull/55
reshape
Previous version v0.14.x
Current version v0.102.x
- First argument should be
source
- Second argument should be
shape
https://github.com/sergeysova/patronum/pull/57
combineEvents
Previous version v0.14.x
Current version v0.102.x
- Assign first argument to property
events
in object
https://github.com/sergeysova/patronum/pull/58
spread
Previous version v0.14.x
Current version v0.102.x
- If you have two arguments:
- First argument should be
source
in object
- Second argument should be
targets
- If only one argument:
- Wrap it to object and assign to
targets
https://github.com/sergeysova/patronum/pull/61