Avoriaz Versions Save

🔬 a Vue.js testing utility library

2.1.3

6 years ago
  • [Fix] Run watchers in setProps

2.1.2

6 years ago
  • [Fix] Stub child lifecycle hooks in shallow method

2.1.1

6 years ago
  • [Fix] Stub child lifecycle methods in shallow method

2.1.0

6 years ago
  • [New] Add shallow method

1.16.0

7 years ago
  • [Fix] Emit event on child vue instance
  • [Refactor] Use matches in place of sizzle
  • [New] Deprecate dispatch method
  • [New] Add trigger method

1.15.0

7 years ago
  • [New] Use sizzle to match selectors in find

1.14.0

7 years ago
  • [New] Add dispatch method
  • [New] Deprecate simulate method
  • [Fix] List Vue as a peer dependency

1.13.3

7 years ago
  • [Fix] Improve error handling of unnamed components used in .find()

1.13.2

7 years ago
  • [Docs] Add improved examples to README

1.13.1

7 years ago
  • [Fix] Delete cached Ctor before mount