Avoriaz Versions Save

🔬 a Vue.js testing utility library

1.9.0

7 years ago
  • Add instance method

1.8.3

7 years ago
  • Re expose use method
  • Bump Vue version
  • Move Vue to Dependencies

1.7.2

7 years ago
  • Remove use method due to compilation bugs

1.7.0

7 years ago

Features

  • Add setData method
  • Add destroy method

Refactors

  • Split tests out into separate files

1.6.0

7 years ago

Add use method

1.5.2

7 years ago
  • Throw error explaining avoriaz must be run in browser environment, if document is not available to avoriaz

1.5.1

7 years ago
  • Remove babel-runtime from project

1.5.0

7 years ago
  • Add .hasStyle method
  • Add .hasAttribute method
  • Deprecate .style method
  • Reinstate unit tests running in jsdom

1.4.0

7 years ago
  • Change style method to return CSSStyleDeclaration object instead of node.style. Fixes #4

This breaks wapper.style when using jsdom. A fix is planned.

v1.3.0

7 years ago
  • Add support for descendant combinator and multiple selectors in .find
  • Add support for direct descendant combinator in .find
  • Add style method
  • Add logo to README
  • Add changelog