Releases: posva/vuex-mock-store
Releases · posva/vuex-mock-store
🚀 Release 0.0.7
- feat: add subscribeAction (c8c8c53)
- fix: improve types, use indexOf for subscriptions (8f1ac9e)
- feat: add store.subscribe (80e67e4)
- docs(readme): update small description (938972e)
🚀 Release 0.0.6
- test: add mapper tests (29ee166)
- refactor: split name and args (05c89ec)
- fix: support nested actions and mutations (113ed22)
- chore: refactor code (80ade7d)
🚀 Release 0.0.5
- fix(types): fix types for _spy (9b3ee73)
- docs(readme): mock return value of dispatch (d63f53c)
🚀 Release 0.0.4
- fix(types): support no options (e2bcac2)
🚀 Release 0.0.3
- fix(typings): correct import, default values state/getters (11c21fa)
🚀 Release 0.0.2
- refactor: remove old code (3a47e40)
- feat: add typings (5888736)
- refactor: add more comments (1a09a10)
- fix(errors): correctly display the error (6798a1c)
- feat(spy): allow custom spy support (5a4e70e)
🚀 Release 0.0.1
- feat(errors): throw with non-existant modules (a5b200f)
- refactor: inilialize state and getters (985df1c)
- feat: support nested state (a5b55c9)
- feat: initial implementation (0594979)