Historique des commits

Auteur SHA1 Message Date
  Fangzhou Li 44d4a72c89 add `createNamespacedHelpers()` to help dealing with namespaced modules (#800) il y a 8 ans
  Evan You b821681863 fix esm build exports il y a 8 ans
  Evan You a770d4bbea bump deps (updates for Vue 2.2) il y a 8 ans
  katashin 507d2a5491 avoid to fire unrelated watchers with registerModule (fix #524) (#609) il y a 8 ans
  katashin 5954b4b235 [v2.0] Assert dispatched/committed type (#554) il y a 8 ans
  katashin 81c35d48f0 Adjust mapState helper to refer to actual state (#528) il y a 8 ans
  Evan You 5027b73595 support namespace in helpers il y a 8 ans
  Thorsten Lünborg 1b8136357f Add store getters as second argument to store.watch() computed fn (solve #460) (#515) il y a 8 ans
  Eduardo San Martin Morote 7804b6cb32 Add version variable (#507) il y a 8 ans
  Blake Newman 9b6e452c47 [Patch] Remove silent option from mutations (#457) il y a 8 ans
  katashin f84da30054 Implement module `namespace` option (#420) il y a 8 ans
  Max 7141fb0aee Enable "state" as a valid key in getters (#452) il y a 8 ans
  Evan You 4cb73014c0 object style commit should record mutation in the same format il y a 8 ans
  katashin cdd09b5966 [2.0] Support circular structure for logger (#328) il y a 8 ans
  katashin 32212d9ed6 provide warning when trying to add a new module on hot reload (#316) il y a 8 ans
  katashin 96084f5b83 support object style dispatch (#315) il y a 8 ans
  katashin b3ba637e03 avoid destroy watch callback even if resetting inner vm (#281) il y a 9 ans
  katashin faac7ca827 move silent flag out of payload (#278) il y a 9 ans
  Evan You 565ebe6295 remove onActionsResolved il y a 9 ans
  Evan You 875684dbbf support un-registering dynamic modules il y a 9 ans
  Evan You c5e9c86ba3 make registerMutation and registerAction private il y a 9 ans
  Evan You 777b2b12dc tweak initialization logic il y a 9 ans
  Evan You ce60bc7dd5 adjust store registration method names il y a 9 ans
  Evan You 7d893808d1 adjust build setup il y a 9 ans
  katashin ec293dfc21 Allow to register module getters dynamically (#253) il y a 9 ans
  Evan You de2070dcbf also expose getters inside getters il y a 9 ans
  Evan You 9b3aa5019e add mapState & mapMutations il y a 9 ans
  Evan You 2e46bf9891 expose rootState in module getters and actions il y a 9 ans
  katashin b2f2514e12 Expose getters into actions (#245) il y a 9 ans
  Evan You 17d80ffd07 test dynamic module registration (fix #243) il y a 9 ans