yarn vuex 2.0.0-rc.6

latest releases: 4.1.0, 4.0.2, 4.0.1...
7 years ago

New

  • Object-style commit is now supported. Note that there's a small difference between 2.0 and 1.0: in 2.0 the mutation objects received by store.subscribe will always be in the same format ({ type, payload }, regardless of whether it was committed via a normal commit or an object-style commit.

Changed

  • The logger is now exposed at vuex/dist/logger.js instead of vuex/logger.js. It is now built as UMD so can be used in browsers directly. It exposes the createVuexLogger global when used via <script> tags.

Fixed

  • #310 fix logger transformer option ignored (@ktsn)
  • #328 support circular structures in the logger (@ktsn)

Don't miss a new vuex release

NewReleases is sending notifications on new releases.