Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/pinia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: emahuni/pinia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 12 files changed
  • 1 contributor

Commits on Jan 20, 2023

  1. fix: fixes vue-demi reactivity issue

    use vue 2.7.14 as the min peer dep & remove vue-demi & vue-composition-api packages
    emahuni authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6208dee View commit details
    Browse the repository at this point in the history
  2. Update vue2-plugin.ts

    emahuni authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c84c645 View commit details
    Browse the repository at this point in the history
  3. Update store.ts

    emahuni authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    946bb5c View commit details
    Browse the repository at this point in the history
  4. Update rootStore.ts

    emahuni authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7d80e77 View commit details
    Browse the repository at this point in the history
  5. Update types.ts

    emahuni authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e96a741 View commit details
    Browse the repository at this point in the history
  6. Update subscriptions.ts

    emahuni authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ff1d7de View commit details
    Browse the repository at this point in the history
  7. Update storeToRefs.ts

    emahuni authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    0aa9399 View commit details
    Browse the repository at this point in the history
  8. Update mapHelpers.ts

    emahuni authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    66ee5c5 View commit details
    Browse the repository at this point in the history
  9. Update hmr.ts

    emahuni authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    9257e0f View commit details
    Browse the repository at this point in the history
  10. Update createPinia.ts

    emahuni authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    bcda47d View commit details
    Browse the repository at this point in the history
  11. Update formatting.ts

    emahuni authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e580e4a View commit details
    Browse the repository at this point in the history
  12. Update plugin.ts

    emahuni authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    60cd2e5 View commit details
    Browse the repository at this point in the history
Loading