Skip to content

Latest commit

 

History

History
101 lines (67 loc) · 5.04 KB

CHANGELOG.md

File metadata and controls

101 lines (67 loc) · 5.04 KB

Changelog

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