Skip to content

v1.1.0

Compare
Choose a tag to compare
@charkour charkour released this 12 Jul 17:01
· 201 commits to main since this release

Add's optional second parameter to undoMiddleware, an options object. Currently only takes { omit: ['string']} which is used to omit fields from being tracked in state.

zustand dep bumped to 3.5.6

  • bump zustand dep ad36e3d
  • Merge pull request #10 from charkour/ignore-fields 2dd17a3
  • make options optional 0638400
  • convert to options object 7c245d2
  • update readme 3c5845a
  • allow ability to omit fields from being tracked in history 18e483e
  • bump zustand version e4162f8

v1.0.0...v1.1.0