- #105 Collapse whitespace for
includesText
assertion (@brookjordan) - #126 Update Node version requirement to
6.* || 8.* || >= 10.*
(@Turbo87) - #117 Bump broccoli-merge-trees from 2.0.0 to 3.0.1 (@dependabot[bot])
- Brook Jordan (@brookjordan)
- Tobias Bieniek (@Turbo87)
- Tobias Bieniek (Turbo87)
- #86 Documentation cleanup. (@Turbo87)
- #85 Add API docs for
isDisabled()
assertion. (@Turbo87) - #66 Add table of contents to API docs. (@ddoria921)
- #76 Reduce specificity of Element check in findTargetElement. (@adriancooney)
- Adrian Cooney (adriancooney)
- #74 Add isNotDisabled assertion. (@jackbeegan)
- Jack Beegan (jackbeegan)
- #69 Add new
matchesText
alias forhasText
. (@RahulShivkumar) - #67 Add
isVisible
andisNotVisible
assertion helpers. (@patocallaghan and @scalvert) - #65 Add
isRequired
andisNotRequired
assertions. (@scalvert) - #64 Add
hasAnyText()
assertion. (@mikoscz) - #63 Add
isChecked
andisNotChecked
assertions. (@raytiley) - #60 Allow calling
assert.dom()
with no argument defaulting torootElement
. (@lennyburdette) - #62 Add
isDisabled()
assertion. (@rtablada)
- #59 Add helpful error for invalid attributes to
hasText
. (@spencer516)
- Lenny Burdette (lennyburdette)
- MichaΕ StaΕkiewicz (mikoscz)
- Pat O'Callaghan (@patocallaghan)
- Rahul Shivkumar (RahulShivkumar)
- Ray Tiley (raytiley)
- Ryan Tablada (rtablada)
- Spencer P (spencer516)
- Steve Calvert (scalvert)
- Tobias Bieniek (Turbo87)
- #40 [Ember] Adjust
rootElement
. (@simonihmig)
- Simon Ihmig (simonihmig)
- Alex Zurek (Zureka)
- #33 Ember: Convert
rootElement
to non-caching property. (@Turbo87) - #32 Rename
hasTextContaining()
toincludesText()
. (@Oreoz) - #31 Add includesText() alias. (@Oreoz)
- #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)
- Tobias Bieniek (Turbo87)
- Tobias Bieniek (Turbo87)
- #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)