v5.0.0
MAJOR change
state.deleteAll
must be called with thematch
optionstate.deleteAll
andstate.stats
do not return null anymore on 404. But return{ keys: 0, ... }
.
MAJOR change
state.deleteAll
must be called with the match
optionstate.deleteAll
and state.stats
do not return null anymore on 404. But return { keys: 0, ... }
.