Skip to content

Latest commit

Β 

History

History
360 lines (240 loc) Β· 17.7 KB

CHANGELOG.md

File metadata and controls

360 lines (240 loc) Β· 17.7 KB

Changelog

v1.0.0 (2020-02-02)

πŸ’₯ Breaking Change

πŸš€ Enhancement

πŸ› Bug Fix

  • #246 Make findTargets support a this.target of type Element (@dwilhelmi)

🏠 Internal

Committers: 5

v0.9.2 (2019-11-12)

πŸš€ Enhancement

  • #535 isChecked: Add support for aria-checked="true/false" (@Turbo87)

πŸ“ Documentation

Committers: 2

v0.9.1 (2019-10-28)

πŸš€ Enhancement

🏠 Internal

Committers: 4

v0.9.0 (2019-06-14)

πŸ’₯ Breaking Change

πŸ“ Documentation

🏠 Internal

Committers: 2

v0.8.5 (2019-04-26)

πŸš€ Enhancement

🏠 Internal

Committers: 2

v0.8.4 (2019-01-04)

πŸš€ Enhancement

πŸ“ Documentation

  • #233 helpers/node-list: Add missing @private declaration (@Turbo87)

🏠 Internal

Committers: 2

v0.8.3 (2018-12-10)

πŸš€ Enhancement

  • #198 Warn user when includesText assertion should expect collapsable whitespace (@happycollision)

πŸ› Bug Fix

  • #213 Replace Array.from() for IE11 compatibility (@Turbo87)

🏠 Internal

  • #207 TravisCI: Remove deprecated sudo: false option (@Turbo87)

Committers: 2

v0.8.2 (2018-11-27)

πŸš€ Enhancement

  • #204 Adds support for count option to isVisible assertion (@lukemelia)

Committers: 1

v0.8.1 (2018-11-23)

πŸš€ Enhancement

πŸ“ Documentation

  • #202 docs: Use {@link} instead of broken empty markdown links (@Turbo87)

🏠 Internal

Committers: 3

v0.8.0 (2018-09-06)

πŸ’₯ Breaking Change

πŸ“ Documentation

Committers: 2

v0.7.1 (2018-07-17)

πŸš€ Enhancement

  • #102 Add qunit-dom dummy module to allow imports (@Turbo87)

πŸ› Bug Fix

Committers: 1

v0.7.0 (2018-07-04)

πŸ’₯ Breaking Change

  • #93 Let isNotVisible() pass if the element does not exist (@scalvert)

πŸš€ Enhancement

🏠 Internal

Committers: 2

v0.6.3 (2018-05-22)

πŸš€ Enhancement

πŸ“ Documentation

🏠 Internal

  • #87 Merge isDisabled and isNotDisabled helpers. (@Turbo87)

Committers: 2

v0.6.2 (2018-04-11)

πŸ› Bug Fix

Committers: 1

v0.6.1 (2018-04-09)

πŸ› Bug Fix

Committers: 1

v0.6.0 (2018-04-03)

πŸš€ Enhancement

πŸ› Bug Fix

  • #59 Add helpful error for invalid attributes to hasText. (@spencer516)

🏠 Internal

Committers: 9

v0.5.0 (2018-02-03)

πŸ’₯ Breaking Change

🏠 Internal

Committers: 2

v0.4.0 (2017-12-04)

πŸš€ Enhancement

Committers: 1

v0.3.4 (2017-11-13)

πŸš€ Enhancement

  • #36 Add doesNotIncludeText() assertion. (@Zureka)

Committers: 1

v0.3.3 (2017-10-21)

πŸš€ Enhancement

  • #33 Ember: Convert rootElement to non-caching property. (@Turbo87)
  • #32 Rename hasTextContaining() to includesText(). (@Oreoz)
  • #31 Add includesText() alias. (@Oreoz)

πŸ“ Documentation

Committers: 2

v0.3.2 (2017-10-10)

πŸš€ Enhancement

  • #28 Adds hasAttribute() and doesNotHaveAttribute() assertions. (@Turbo87)
  • #27 Add lacksClass() and lacksValue() aliases. (@Turbo87)
  • #26 Add doesNotHaveClass/hasNoClass() assertion. (@Turbo87)
  • #25 Add hasAnyValue() assertion and support for calling hasValue() without arguments. (@Turbo87)
  • #24 Add hasNoValue() assertion. (@Turbo87)

🏠 Internal

  • #23 tests/has-value: Ensure empty value does not break the assertion. (@Turbo87)

Committers: 1

v0.3.1 (2017-10-09)

πŸš€ Enhancement

πŸ“ Documentation

  • #16 Add @see directives to JSDoc comments. (@Turbo87)

Committers: 1

v0.3.0 (2017-10-09)

πŸ’₯ Breaking Change

  • #13 Replace contains/matchesText() with hasText() assertions. (@Turbo87)
  • #11 Rename missing(), focused() and notFocused() assertions. (@Turbo87)
  • #7 Use assert.dom(selector).exists() instead of assert.dom.exists(selector). (@Turbo87)

πŸ› Bug Fix

  • #9 Fix default "rootElement" for Ember projects. (@Turbo87)

πŸ“ Documentation

🏠 Internal

  • #14 Remove obsolete "rollup-plugin-commonjs" dependency. (@Turbo87)
  • #12 Refactoring of the internals. (@Turbo87)
  • #10 Test assert.dom() API instead of importing directly. (@Turbo87)
  • #5 Fix package.json metadata. (@Turbo87)
  • #2 make travis notify our slack room instead of emailing. (@marcoow)

Committers: 2