Skip to content

v0.5.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 04 Mar 12:38
· 1015 commits to main since this release

New

Breaking

  • Vuex.createLogger has been deprecated. The function is now no longer bundled by default, to use it, import it directly:

    import createLogger from 'vuex/logger'