2.0.0-rc.2 • Published 3 months ago
@tanyaisinmybed/effector-undo v2.0.0-rc.2
effector-undo
Simple undo/redo functionality for effector
Example
import { createHistory } from "@tanyaisinmybed/effector-undo";
export const { undo, redo, clear, $history } = createHistory({
store: counter,
limit: 10,
events: [inc, dec],
filter: (lastState, state) => state - lastState > 3,
});
2.0.0-rc.2
3 months ago
2.0.0-rc.1
7 months ago
1.0.0
6 years ago
1.0.0-alpha.4
6 years ago
1.0.0-alpha.3
6 years ago
1.0.0-alpha.2
6 years ago
1.0.0-alpha.1
6 years ago
1.0.0-alpha.0
6 years ago