v2.4.0
New
-
New helper method
createNamespacedHelpers
: a helper-generator that generates namespacedmapXXX
helpers for you:const { mapState, mapActions } = createNamespacedHelpers('some/nested/module') // everything generated by mapState and mapActions are bound to the module.
See docs for more info.
Misc
- Various typing and assertion improvements.