Skip to content

Latest commit

Β 

History

History
209 lines (139 loc) Β· 10.3 KB

CHANGELOG.md

File metadata and controls

209 lines (139 loc) Β· 10.3 KB

Changelog

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