Skip to content

Releases: eddyerburgh/avoriaz

1.9.0

Choose a tag to compare

@eddyerburgh eddyerburgh released this 15 Mar 12:57
  • Add instance method

1.8.3

Choose a tag to compare

@eddyerburgh eddyerburgh released this 05 Mar 19:56
  • Re expose use method
  • Bump Vue version
  • Move Vue to Dependencies

1.7.2: Remove use method (temporary)

Choose a tag to compare

@eddyerburgh eddyerburgh released this 04 Mar 18:03
  • Remove use method due to compilation bugs

1.7.0

Choose a tag to compare

@eddyerburgh eddyerburgh released this 04 Mar 16:49

Features

  • Add setData method
  • Add destroy method

Refactors

  • Split tests out into separate files

1.6.0

Choose a tag to compare

@eddyerburgh eddyerburgh released this 12 Feb 22:00

Add use method

1.5.2

Choose a tag to compare

@eddyerburgh eddyerburgh released this 08 Feb 13:51
  • Throw error explaining avoriaz must be run in browser environment, if document is not available to avoriaz

1.5.1

Choose a tag to compare

@eddyerburgh eddyerburgh released this 08 Feb 13:07
  • Remove babel-runtime from project

1.5.0

Choose a tag to compare

@eddyerburgh eddyerburgh released this 03 Feb 13:01
  • Add .hasStyle method
  • Add .hasAttribute method
  • Deprecate .style method
  • Reinstate unit tests running in jsdom

1.4.0

Choose a tag to compare

@eddyerburgh eddyerburgh released this 02 Feb 22:30
  • Change style method to return CSSStyleDeclaration object instead of node.style. Fixes #4

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

1.3.0

Choose a tag to compare

@eddyerburgh eddyerburgh released this 01 Feb 23:10
  • 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