Releases: mainmatter/ember-test-selectors
Releases · mainmatter/ember-test-selectors
v3.0.0
💥 Breaking Change
The main breaking changes in this major release are dropping support for older
Ember.js, Ember CLI and Node.js versions. The v3.x series will have the
following minimum requirements:
- Ember.js 2.16 or above
- Ember CLI 2.14 or above
- Node.js 8 or above
- #341 Adjust Ember.js support range to 2.16+ (@Turbo87)
- #338 Use
setupPreprocessorRegistry()
hook to register HTMLBars AST plugin (@Turbo87) - #337 Drop support for Node.js 4 and 6 (@Turbo87)
🚀 Enhancement
- #322 ensure custom tree is still memoized (@stefanpenner)
- #339 Enable parallel file processing for
ember-cli-babel
(@Turbo87)
🐛 Bug Fix
📝 Documentation
- #441 Simplify and modernize README file (@Turbo87)
- #342 README: Add Node.js compatibility information (@Turbo87)
🏠 Internal
- #443 Replace TravisCI with GitHub Actions (@Turbo87)
- #438 Update
ember-cli-babel
to v7.12.0 (@Turbo87) - #437 Add dependabot config file (@Turbo87)
- #436 Update locked dependencies (@Turbo87)
- #435 Remove
ember-cli-eslint
dependency (@Turbo87) - #434 Use new QUnit testing APIs (@Turbo87)
- #432 Replace
ember-cli-qunit
withember-qunit
(@Turbo87) - #340 Adjust
.npmignore
blacklist (@Turbo87)
Committers: 3
- Stefan Penner (@stefanpenner)
- Tobias Bieniek (@Turbo87)
- Yoran Brondsema (@YoranBrondsema)
v3.0.0-beta.2
🚀 Enhancement
- #322 ensure custom tree is still memoized (@stefanpenner)
🐛 Bug Fix
Committers: 2
- Stefan Penner (@stefanpenner)
- Tobias Bieniek (@Turbo87)
v3.0.0-beta.1
💥 Breaking Change
The main breaking changes in this major release are dropping support for older
Ember.js, Ember CLI and Node.js versions. The v3.x series will have the
following minimum requirements:
- Ember.js 2.16 or above
- Ember CLI 2.14 or above
- Node.js 8 or above
- #341 Adjust Ember.js support range to 2.16+ (@Turbo87)
- #338 Use
setupPreprocessorRegistry()
hook to register HTMLBars AST plugin (@Turbo87) - #337 Drop support for Node.js 4 and 6 (@Turbo87)
🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 1
- Tobias Bieniek (@Turbo87)
v2.1.0
🚀 Enhancement
🐛 Bug Fix
- #292 Only strip attribute starting with
data-test-
(@bendemboski)
🏠 Internal
- #315 tests: Check that
link-to
bindings work properly (@Turbo87) - #285 TravisCI: Remove deprecated
sudo: false
option (@Turbo87)
Committers: 3
- Ben Demboski (@bendemboski)
- Santosh Sutar (@ssutar)
- Tobias Bieniek (@Turbo87)
v2.0.0
💥 Breaking Change
- #254 Use
assert()
for "read-only attributeBindings" warning (@Turbo87) - #205 utils/bind-data-test-attributes: Handle failing
set()
with assert instead of warning (@mathieupoteriepeopledoc)
🚀 Enhancement
🏠 Internal
- #261 Add test for #106 (@Turbo87)
- #255 yarn: Add
integrity
hashes (@Turbo87) - #248 CI: Split CI tasks into multiple jobs (@Turbo87)
- #225 Remove unused
ember-cli-shims
dependency (@Turbo87)
Committers: 2
- Tobias Bieniek (@Turbo87)
- @mathieupoteriepeopledoc
v1.0.0
v0.3.9
v0.3.8
🐛 Bug Fix
- #155 Fix HBS transforms for Ember 1.11/1.12. (@Turbo87)
- #150 bugfix(transform): Disable handlebars transform pre-Ember-1.13. (@pzuraq)
📝 Documentation
- #156 Generate CHANGELOG using
lerna-changelog
. (@Turbo87) - #141 make note about positional params. (@kellyselden)
- #140 Added a link to the deprecations warning to point to a codemod to help address it. (@lorcan)
🏠 Internal
- #154 Skip positional params stripping tests on Ember versions without reliable support. (@Turbo87)
- #152 add acceptance test for params-to-hash-pairs transform. (@marcoow)
- #147 Update "yarn.lock" file and "ember-cli-babel". (@Turbo87)
Committers: 6
- Chris Garrett (pzuraq)
- Kelly Selden (kellyselden)
- Lorcan Coyle (lorcan)
- Marco Otte-Witte (marcoow)
- Tobias Bieniek (Turbo87)
v0.3.7
🚀 Enhancement
🐛 Bug Fix
- #138 use host to app.import. (@kellyselden)
🏠 Internal
- #135 chore: switch to yarn Closes #132. (@geekygrappler)
- #133 Update dependencies. (@marcoow)
Committers: 4
- Andy Brown (geekygrappler)
- Kelly Selden (kellyselden)
- Marco Otte-Witte (marcoow)