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: nickap/vue-exit-intent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: nickap/vue-exit-intent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 34 files changed
  • 1 contributor

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    6586df6 View commit details
    Browse the repository at this point in the history
  2. Fix: Resolve TS type-checking errors

    - `tsconfig.web.json` is now renamed to `tsconfig.dom.json`, to align with `@vue/runtime-dom` and `@vue/compiler-dom`.
    nickap committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9757c9d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    c04a889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e021b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    5be91fd View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Create LICENSE

    nickap authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    a653231 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Feat: Add support for initialization onBeforeMount ✨ (#37)

    * feat: Add support for initialization onBeforeMount ✨
    
    - If onBeforeMount is true, initialization occurs onBeforeMount.
    - Otherwise, the composable initializes onMounted
    
    * Minor refactor. Also replaces relative imports
    nickap authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    7e20e02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3466e35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    055f259 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    697306c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    3b1dd5e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    ea9f877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821bff5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31baf60 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Configuration menu
    Copy the full SHA
    944faba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a06ccb View commit details
    Browse the repository at this point in the history
Loading