-
Notifications
You must be signed in to change notification settings - Fork 662
Comparing changes
Open a pull request
base repository: vuejs/vue-test-utils
base: v1.0.0-beta.33
head repository: vuejs/vue-test-utils
compare: v1.0.0
- 12 commits
- 56 files changed
- 6 contributors
Commits on Apr 8, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4b0c5c9 - Browse repository at this point
Copy the full SHA 4b0c5c9View commit details
Commits on Apr 10, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for f3d0d3f - Browse repository at this point
Copy the full SHA f3d0d3fView commit details
Commits on Apr 13, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for f102a9a - Browse repository at this point
Copy the full SHA f102a9aView commit details
Commits on Apr 18, 2020
-
feat: stub out transitions by default (#1411)
* feat: stub out transitions by default * fix: stub in global object
Configuration menu - View commit details
-
Copy full SHA for 6f0a41a - Browse repository at this point
Copy the full SHA 6f0a41aView commit details
Commits on Apr 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c2de268 - Browse repository at this point
Copy the full SHA c2de268View commit details
Commits on Apr 27, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7a0b7e0 - Browse repository at this point
Copy the full SHA 7a0b7e0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for aa7b76d - Browse repository at this point
Copy the full SHA aa7b76dView commit details
Commits on May 1, 2020
-
refactor: cleanup find methods and tests (#1525)
* refactor: cleanup find methods * refactor: add deprecation jsdoc tags * refactor: cleanup tests * fix: fix order of errors
Configuration menu - View commit details
-
Copy full SHA for 66c5038 - Browse repository at this point
Copy the full SHA 66c5038View commit details
Commits on May 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b9237bd - Browse repository at this point
Copy the full SHA b9237bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad01af - Browse repository at this point
Copy the full SHA 1ad01afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9442e4 - Browse repository at this point
Copy the full SHA b9442e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a77a11 - Browse repository at this point
Copy the full SHA 4a77a11View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0-beta.33...v1.0.0