npm zundo 1.4.0

latest releases: 2.3.0, 2.2.0, 2.1.0...
3 years ago

Add historyDepthLimit to zundo store options.

const useStore = create<StoreState>(
  undoMiddleware(
    set => ({ ... }),
    { historyDepthLimit: 100 }
  )
);
  • Merge pull request #18 from charkour/history-depth c723f95
  • lint and fix 218bede
  • update readme for historydepthlimit a0f7075
  • add historyDepthLimit and some unit tests 1e28d97

v1.3.0...v1.4.0

Don't miss a new zundo release

NewReleases is sending notifications on new releases.