Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Dynamic route parameters translation #345

Merged
merged 5 commits into from
Jul 13, 2019
Merged

Commits on Jul 13, 2019

  1. feat: Dynamic route parameters translation

    Adds support for translating dynamic route parameters via the Vuex store module
    
    BREAKING CHANGE: `preserveState` is now set automatically when registering the store module and
    cannot be set via the configuration anymore
    
    close #79
    paulgv committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    a8fbf35 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.0.0-0

    paulgv committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    4218339 View commit details
    Browse the repository at this point in the history
  3. Await dispatch

    paulgv committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    b8f638b View commit details
    Browse the repository at this point in the history
  4. Validate action's payload

    paulgv committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    27086d4 View commit details
    Browse the repository at this point in the history
  5. Remove promises

    paulgv committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    cce3774 View commit details
    Browse the repository at this point in the history