- the
testSelector
helper now treats empty but non-none values (like0
) correctly, see #24.
- Fixed a caching warning, see #22.
- Fixed and improved tests, see #22.
- The environments that ember-test-selectors strips
data-test-*
attributes for can now be configured, see #14. - Fix the
package.json
to include the correct repository URL, see #16.
- Add the
testSelector
test helper that makes generatingdata
attribute based selectors easier, see #12.
initial release