Skip to content

v2.0.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 05 Aug 19:49
· 808 commits to main since this release

New

  • Now supports unregistering dynamic modules via store.unregisterModule(path: string | Array<string>). Note this method can only unregister modules registered dynamically via store.registerModule.

Breaking Changes

  • store.module renamed to store.registerModule.