Skip to content

Releases: posva/vuex-mock-store

🚀 Release 0.0.8

08 Dec 14:26
Compare
Choose a tag to compare

🚀 Release 0.0.7

09 Feb 17:27
Compare
Choose a tag to compare
  • 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

09 Jan 20:25
Compare
Choose a tag to compare
  • 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

15 Oct 19:39
Compare
Choose a tag to compare
  • fix(types): fix types for _spy (9b3ee73)
  • docs(readme): mock return value of dispatch (d63f53c)

🚀 Release 0.0.4

21 Sep 15:24
Compare
Choose a tag to compare
  • fix(types): support no options (e2bcac2)

🚀 Release 0.0.3

20 Sep 13:08
Compare
Choose a tag to compare
  • fix(typings): correct import, default values state/getters (11c21fa)

🚀 Release 0.0.2

20 Sep 12:38
Compare
Choose a tag to compare
  • 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

18 Sep 21:32
Compare
Choose a tag to compare
  • feat(errors): throw with non-existant modules (a5b200f)
  • refactor: inilialize state and getters (985df1c)
  • feat: support nested state (a5b55c9)
  • feat: initial implementation (0594979)