Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

chore(deps): update dependency vuex to v2.5.0 #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 29, 2017

This Pull Request updates dependency vuex from v2.3.1 to v2.5.0

Release Notes

v2.5.0

Compare Source

New
  • store.registerModule can now be called while preserving current state if the module is already registered, by passing a 3rd argument as { preserveState: true }. Useful in server-side rendering.

  • New method: store.subscribeAction() - similar to store.subscribe, but for actions instead.

  • Namespaced modules can now also register global actions using the following syntax:

    const module = {
      actions: {
        rootAction: {
          root: true,
          handler: () => {}
        } 
      }
    }
  • The createLogger function now also accepts a logger option, allowing the user to provide a custom implementation of the console object to be used when logging.


v2.4.1

Compare Source

Fixed
  • Allow installation on different copies of Vue for testing purposes
  • Fix #​731 by moving auto installation code into the store constructor (#​914)

v2.4.0

Compare Source

New
  • New helper method createNamespacedHelpers: a helper-generator that generates namespaced mapXXX helpers for you:

    const { mapState, mapActions } = createNamespacedHelpers('some/nested/module')
    // everything generated by mapState and mapActions are bound to the module.

    See docs for more info.

    (@​riophae via #​800)

Misc
  • Various typing and assertion improvements.


This PR has been generated by Renovate Bot.

@codecov
Copy link

codecov bot commented Aug 29, 2017

Codecov Report

Merging #8 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #8   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          69     69           
  Branches       15     15           
=====================================
  Hits           69     69

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00d3fae...6442c39. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 65cf001 on renovate/vuex-2.x into 00d3fae on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling c3d558c on renovate/vuex-2.x into 00d3fae on master.

@renovate renovate bot changed the title chore(deps): update dependency vuex to v2.4.0 chore(deps): update dependency vuex to v2.4.1 Sep 27, 2017
@renovate renovate bot changed the title chore(deps): update dependency vuex to v2.4.1 chore(deps): update dependency vuex to v2.5.0 Oct 11, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 6442c39 on renovate/vuex-2.x into 00d3fae on master.

@renovate
Copy link
Author

renovate bot commented Jan 19, 2018

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label rebase to this PR and Renovate will reset/recreate it.

@renovate renovate bot changed the title chore(deps): update dependency vuex to v2.5.0 Update dependency vuex to v2.5.0 May 9, 2018
@renovate renovate bot changed the title Update dependency vuex to v2.5.0 chore(deps): update dependency vuex to v2.5.0 May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant