We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What need to be done before final release
format
time
currentTime
reset
leading
trailing
throttle
condition
clock
fn
interval
source
spread
Store
StoreWritable<T>
Event
in
out
forward
EventCallable<T>
patronum/{method}
How to release:
-next
The text was updated successfully, but these errors were encountered:
sergeysova
Successfully merging a pull request may close this issue.
What need to be done before final release
format
method #173format
#177time
method #172 AddcurrentTime
operator #152time
operator #274reset
method implementation #181 `reset` operator #178reset
#223leading
andtrailing
forthrottle
like in lodash #37condition
types #109condition
doesn't work with type guards #166clock
andfn
tocondition
#184condition
case #189interval
method #159 implement basic interval method #163source
inspread
operator #234Store
andStoreWritable<T>
whenever it is meaningful #275 (Separate types for readonly Store (Store
) and listen-only Event (Event
) effector#847)in
/out
to simplify inferring.forward
using #292EventCallable<T>
andStoreWritable<T>
where possible.patronum/{method}
imports in favor of direct import from patronumHow to release:
-next
releasesThe text was updated successfully, but these errors were encountered: