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/vue-test-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-beta.33
Choose a base ref
...
head repository: vuejs/vue-test-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 12 commits
  • 56 files changed
  • 6 contributors

Commits on Apr 8, 2020

  1. feat(test-utils): add 'overview' function (#1491)

    * feat(test-utils): add 'overview' function
    
    close #1461
    
    * feat(test-utils): add error wrapper overview
    
    * fix(test-utils): fix flow errors
    
    * fix(test-utils): compatibility with older versions
    
    * fix(test utils): flow error
    
    * feat: overview function PR comments
    
    Co-authored-by: root <root@LAPTOP-VOQ3N65A.localdomain>
    SergiCL and root authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    4b0c5c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. feat: add support of arbitrary mounting point via attachTo option (#1492

    )
    
    This allows for users to specify where in the document their component
    should attach, either through a CSS selector string or a provided
    HTMLElement. This option is passed through directly to the vm.$mount
    method that is called as part of mount.js. This enables testing of SSR
    code with Vue test utils as well as rendering of applications via
    vue-test-utils in contexts that aren't entirely Vue
    
    fixes #1492
    jnields authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    f3d0d3f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. cloneDeep not that deep (#1504)

    * cloneDeep not that deep
    
    To save others hours of headaches, a small update for testing running Vuex store with modules.
    
    * docs: add syntax
    
    Co-authored-by: Lachlan <lachlan.miller.1990@outlook.com>
    andreipopovici and lmiller1990 authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    f102a9a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. feat: stub out transitions by default (#1411)

    * feat: stub out transitions by default
    
    * fix: stub in global object
    lmiller1990 authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    6f0a41a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

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

Commits on Apr 27, 2020

  1. feat: Optionally hide deprecation errors (#1518)

    * feat: add config to show deprecation warnings
    
    * test: fix failing deprecated test
    
    * test: skip tests in old version of vue
    
    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    dobromir-hristov and lmiller1990 authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    7a0b7e0 View commit details
    Browse the repository at this point in the history
  2. feat: return nextTick from setters, fix #1515 (#1517)

    * feat: return promise from set methods
    
    * fix: fix error types for error wrapper
    
    * refactor: change promise assertion method
    
    * docs: mention that some methods can be awaited
    
    Generally improve async docs
    
    * fix: fix TS types
    
    * fix: fix nextTick for vue < 2.1
    
    * docs: fix eslint error
    
    * chore: revert dist
    
    * chore: revert committed dist files
    
    Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
    dobromir-hristov and lmiller1990 authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    aa7b76d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. refactor: cleanup find methods and tests (#1525)

    * refactor: cleanup find methods
    
    * refactor: add deprecation jsdoc tags
    
    * refactor: cleanup tests
    
    * fix: fix order of errors
    dobromir-hristov authored May 1, 2020
    Configuration menu
    Copy the full SHA
    66c5038 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    b9237bd View commit details
    Browse the repository at this point in the history
  2. chore: revert

    lmiller1990 committed May 5, 2020
    Configuration menu
    Copy the full SHA
    1ad01af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9442e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a77a11 View commit details
    Browse the repository at this point in the history
Loading