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: tserkov/vue-plugin-load-script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tserkov/vue-plugin-load-script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: vue3
Choose a head ref
  • 17 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 16, 2020

  1. Configuration menu
    Copy the full SHA
    bddeb3a View commit details
    Browse the repository at this point in the history
  2. Removed adding loadScript and unloadScript as global methods, because…

    … global methods seems to be removed in Vue 3.
    Bjornar97 committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    726a680 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfbfd8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1823e25 View commit details
    Browse the repository at this point in the history
  5. changed version

    Bjornar97 committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    8e5dcd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11eaf56 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #19 from Bjornar97/vue3

    Made plugin compatible with Vue 3
    tserkov authored Aug 16, 2020
    Configuration menu
    Copy the full SHA
    6db569c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f243cd8 View commit details
    Browse the repository at this point in the history
  9. 2.0.1

    tserkov committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    e392be4 View commit details
    Browse the repository at this point in the history
  10. update npm installation tag

    tserkov committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    5d85c55 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Made it compatible with the new composition api

    Exports the functions loadScript and unloadScript, so they can be used directly by importing them. The previous behavior of using this.loadScript still works.
    Bjornar97 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d299709 View commit details
    Browse the repository at this point in the history
  2. Update version and docs

    Bjornar97 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    5777c84 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. Configuration menu
    Copy the full SHA
    ec5268a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from Bjornar97/vue3

    Made it compatible with the new composition api
    tserkov authored May 30, 2021
    Configuration menu
    Copy the full SHA
    380521d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. fix: add typescript typings

    tserkov committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    e04b12f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd8f6b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    822ad94 View commit details
    Browse the repository at this point in the history
Loading