UNPKG

25.2 kBMarkdownView Raw
1# Changelog
2
3## v5.1.0 (2021-05-07)
4
5#### :rocket: Enhancement
6* [#700](https://github.com/simplabs/ember-test-selectors/pull/700) Convert class based template compilation plugin to functional style ([@Turbo87](https://github.com/Turbo87))
7
8#### :house: Internal
9* [#704](https://github.com/simplabs/ember-test-selectors/pull/704) Add `release-it` to simplify the release process ([@Turbo87](https://github.com/Turbo87))
10* [#701](https://github.com/simplabs/ember-test-selectors/pull/701) dummy: Add missing `this.` prefixes ([@Turbo87](https://github.com/Turbo87))
11
12#### Committers: 1
13- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
14
15## v5.0.0 (2020-09-02)
16
17This release drops support for Ember.js versions below v3.8 due to an update
18of ember-cli-htmlbars which did the same. Other than that, no further breaking
19changes are contained in the release.
20
21#### :boom: Breaking Change
22* [#527](https://github.com/simplabs/ember-test-selectors/pull/527) Bump ember-cli-htmlbars from 4.3.1 to 5.1.2 ([@marcoow](https://github.com/marcoow))
23
24#### :rocket: Enhancement
25* [#587](https://github.com/simplabs/ember-test-selectors/pull/587) bind-data-test-attributes: Avoid deprecated `getWithDefault()` call ([@Turbo87](https://github.com/Turbo87))
26
27#### :memo: Documentation
28* [#588](https://github.com/simplabs/ember-test-selectors/pull/588) Update Node.js and Ember.js support documentation ([@Turbo87](https://github.com/Turbo87))
29
30#### Committers: 2
31- Marco Otte-Witte ([@marcoow](https://github.com/marcoow))
32- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
33
34
35## v4.1.0 (2020-05-07)
36
37#### :rocket: Enhancement
38* [#521](https://github.com/simplabs/ember-test-selectors/pull/521) Ensure test selector stripping works for inline template compilation and co-located components ([@rwjblue](https://github.com/rwjblue))
39
40#### Committers: 1
41- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
42
43
44## v4.0.0 (2020-02-17)
45
46#### :boom: Breaking Change
47* [#489](https://github.com/simplabs/ember-test-selectors/pull/489) Drop support for Ember releases before v3.0.0 ([@Turbo87](https://github.com/Turbo87))
48* [#488](https://github.com/simplabs/ember-test-selectors/pull/488) Drop support for Node 8 ([@Turbo87](https://github.com/Turbo87))
49
50#### :house: Internal
51* [#463](https://github.com/simplabs/ember-test-selectors/pull/463) testem: Increase `browser_start_timeout` ([@Turbo87](https://github.com/Turbo87))
52* [#446](https://github.com/simplabs/ember-test-selectors/pull/446) CI: Run main test suite on Windows too ([@Turbo87](https://github.com/Turbo87))
53* [#445](https://github.com/simplabs/ember-test-selectors/pull/445) Update ignore files ([@Turbo87](https://github.com/Turbo87))
54* [#444](https://github.com/simplabs/ember-test-selectors/pull/444) CI: Fix `release` workflow ([@Turbo87](https://github.com/Turbo87))
55
56#### Committers: 1
57- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
58
59
60## v3.0.0 (2019-11-22)
61
62#### :boom: Breaking Change
63
64The main breaking changes in this major release are dropping support for older
65Ember.js, Ember CLI and Node.js versions. The v3.x series will have the
66following minimum requirements:
67
68- Ember.js 2.16 or above
69- Ember CLI 2.14 or above
70- Node.js 8 or above
71
72* [#341](https://github.com/simplabs/ember-test-selectors/pull/341) Adjust Ember.js support range to 2.16+ ([@Turbo87](https://github.com/Turbo87))
73* [#338](https://github.com/simplabs/ember-test-selectors/pull/338) Use `setupPreprocessorRegistry()` hook to register HTMLBars AST plugin ([@Turbo87](https://github.com/Turbo87))
74* [#337](https://github.com/simplabs/ember-test-selectors/pull/337) Drop support for Node.js 4 and 6 ([@Turbo87](https://github.com/Turbo87))
75
76#### :rocket: Enhancement
77* [#322](https://github.com/simplabs/ember-test-selectors/pull/322) ensure custom tree is still memoized ([@stefanpenner](https://github.com/stefanpenner))
78* [#339](https://github.com/simplabs/ember-test-selectors/pull/339) Enable parallel file processing for `ember-cli-babel` ([@Turbo87](https://github.com/Turbo87))
79
80#### :bug: Bug Fix
81* [#359](https://github.com/simplabs/ember-test-selectors/pull/359) Revert "Use `setupPreprocessorRegistry()` hook to register HTMLBars AST plugin" ([@Turbo87](https://github.com/Turbo87))
82
83#### :memo: Documentation
84* [#441](https://github.com/simplabs/ember-test-selectors/pull/441) Simplify and modernize README file ([@Turbo87](https://github.com/Turbo87))
85* [#342](https://github.com/simplabs/ember-test-selectors/pull/342) README: Add Node.js compatibility information ([@Turbo87](https://github.com/Turbo87))
86
87#### :house: Internal
88* [#443](https://github.com/simplabs/ember-test-selectors/pull/443) Replace TravisCI with GitHub Actions ([@Turbo87](https://github.com/Turbo87))
89* [#438](https://github.com/simplabs/ember-test-selectors/pull/438) Update `ember-cli-babel` to v7.12.0 ([@Turbo87](https://github.com/Turbo87))
90* [#437](https://github.com/simplabs/ember-test-selectors/pull/437) Add dependabot config file ([@Turbo87](https://github.com/Turbo87))
91* [#436](https://github.com/simplabs/ember-test-selectors/pull/436) Update locked dependencies ([@Turbo87](https://github.com/Turbo87))
92* [#435](https://github.com/simplabs/ember-test-selectors/pull/435) Remove `ember-cli-eslint` dependency ([@Turbo87](https://github.com/Turbo87))
93* [#434](https://github.com/simplabs/ember-test-selectors/pull/434) Use new QUnit testing APIs ([@Turbo87](https://github.com/Turbo87))
94* [#432](https://github.com/simplabs/ember-test-selectors/pull/432) Replace `ember-cli-qunit` with `ember-qunit` ([@Turbo87](https://github.com/Turbo87))
95* [#340](https://github.com/simplabs/ember-test-selectors/pull/340) Adjust `.npmignore` blacklist ([@Turbo87](https://github.com/Turbo87))
96
97#### Committers: 3
98- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
99- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
100- Yoran Brondsema ([@YoranBrondsema](https://github.com/YoranBrondsema))
101
102
103## v2.1.0 (2019-03-15)
104
105#### :rocket: Enhancement
106* [#323](https://github.com/simplabs/ember-test-selectors/pull/323) Handle components with empty tag name ([@ssutar](https://github.com/ssutar))
107
108#### :bug: Bug Fix
109* [#292](https://github.com/simplabs/ember-test-selectors/pull/292) Only strip attribute *starting* with `data-test-` ([@bendemboski](https://github.com/bendemboski))
110
111#### :house: Internal
112* [#315](https://github.com/simplabs/ember-test-selectors/pull/315) tests: Check that `link-to` bindings work properly ([@Turbo87](https://github.com/Turbo87))
113* [#285](https://github.com/simplabs/ember-test-selectors/pull/285) TravisCI: Remove deprecated `sudo: false` option ([@Turbo87](https://github.com/Turbo87))
114
115#### Committers: 3
116- Ben Demboski ([@bendemboski](https://github.com/bendemboski))
117- Santosh Sutar ([@ssutar](https://github.com/ssutar))
118- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
119
120
121## v2.0.0 (2018-10-23)
122
123#### :boom: Breaking Change
124* [#254](https://github.com/simplabs/ember-test-selectors/pull/254) Use `assert()` for "read-only attributeBindings" warning ([@Turbo87](https://github.com/Turbo87))
125* [#205](https://github.com/simplabs/ember-test-selectors/pull/205) utils/bind-data-test-attributes: Handle failing `set()` with assert instead of warning ([@mathieupoteriepeopledoc](https://github.com/mathieupoteriepeopledoc))
126
127#### :rocket: Enhancement
128* [#237](https://github.com/simplabs/ember-test-selectors/pull/237) Add support for Babel 7 ([@Turbo87](https://github.com/Turbo87))
129
130#### :house: Internal
131* [#261](https://github.com/simplabs/ember-test-selectors/pull/261) Add test for #106 ([@Turbo87](https://github.com/Turbo87))
132* [#255](https://github.com/simplabs/ember-test-selectors/pull/255) yarn: Add `integrity` hashes ([@Turbo87](https://github.com/Turbo87))
133* [#248](https://github.com/simplabs/ember-test-selectors/pull/248) CI: Split CI tasks into multiple jobs ([@Turbo87](https://github.com/Turbo87))
134* [#225](https://github.com/simplabs/ember-test-selectors/pull/225) Remove unused `ember-cli-shims` dependency ([@Turbo87](https://github.com/Turbo87))
135
136#### Committers: 2
137- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
138- [@mathieupoteriepeopledoc](https://github.com/mathieupoteriepeopledoc)
139
140
141## v1.0.0 (2018-04-26)
142
143#### :boom: Breaking Change
144* [#187](https://github.com/simplabs/ember-test-selectors/pull/187) Remove deprecated code. ([@Turbo87](https://github.com/Turbo87))
145
146#### :house: Internal
147* [#186](https://github.com/simplabs/ember-test-selectors/pull/186) Converting imports to use ember modules. ([@scalvert](https://github.com/scalvert))
148
149#### Committers: 2
150- Steve Calvert ([scalvert](https://github.com/scalvert))
151- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
152
153
154## v0.3.9 (2018-04-03)
155
156#### :rocket: Enhancement
157* [#172](https://github.com/simplabs/ember-test-selectors/pull/172) Improve Ember 3.x compatibility. ([@marcoow](https://github.com/marcoow))
158
159#### :house: Internal
160* [#182](https://github.com/simplabs/ember-test-selectors/pull/182) Convert `broccoli-stew` to dev dependency. ([@Turbo87](https://github.com/Turbo87))
161* [#181](https://github.com/simplabs/ember-test-selectors/pull/181) Use `qunit-dom` assertions. ([@Turbo87](https://github.com/Turbo87))
162* [#179](https://github.com/simplabs/ember-test-selectors/pull/179) Update `yarn.lock` file. ([@Turbo87](https://github.com/Turbo87))
163* [#169](https://github.com/simplabs/ember-test-selectors/pull/169) testem: Use `--no-sandbox` on TravisCI. ([@Turbo87](https://github.com/Turbo87))
164
165#### Committers: 2
166- Marco Otte-Witte ([marcoow](https://github.com/marcoow))
167- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
168
169
170## v0.3.8 (2017-11-15)
171
172#### :bug: Bug Fix
173* [#155](https://github.com/simplabs/ember-test-selectors/pull/155) Fix HBS transforms for Ember 1.11/1.12. ([@Turbo87](https://github.com/Turbo87))
174* [#150](https://github.com/simplabs/ember-test-selectors/pull/150) bugfix(transform): Disable handlebars transform pre-Ember-1.13. ([@pzuraq](https://github.com/pzuraq))
175
176#### :memo: Documentation
177* [#156](https://github.com/simplabs/ember-test-selectors/pull/156) Generate CHANGELOG using `lerna-changelog`. ([@Turbo87](https://github.com/Turbo87))
178* [#141](https://github.com/simplabs/ember-test-selectors/pull/141) make note about positional params. ([@kellyselden](https://github.com/kellyselden))
179* [#140](https://github.com/simplabs/ember-test-selectors/pull/140) Added a link to the deprecations warning to point to a codemod to help address it. ([@lorcan](https://github.com/lorcan))
180
181#### :house: Internal
182* [#154](https://github.com/simplabs/ember-test-selectors/pull/154) Skip positional params stripping tests on Ember versions without reliable support. ([@Turbo87](https://github.com/Turbo87))
183* [#152](https://github.com/simplabs/ember-test-selectors/pull/152) add acceptance test for params-to-hash-pairs transform. ([@marcoow](https://github.com/marcoow))
184* [#147](https://github.com/simplabs/ember-test-selectors/pull/147) Update "yarn.lock" file and "ember-cli-babel". ([@Turbo87](https://github.com/Turbo87))
185
186#### Committers: 5
187- Chris Garrett ([pzuraq](https://github.com/pzuraq))
188- Kelly Selden ([kellyselden](https://github.com/kellyselden))
189- Lorcan Coyle ([lorcan](https://github.com/lorcan))
190- Marco Otte-Witte ([marcoow](https://github.com/marcoow))
191- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
192
193
194## v0.3.7 (2017-08-04)
195
196#### :rocket: Enhancement
197* [#134](https://github.com/simplabs/ember-test-selectors/pull/134) Deprecate testSelector() helper. ([@marcoow](https://github.com/marcoow))
198
199#### :bug: Bug Fix
200* [#138](https://github.com/simplabs/ember-test-selectors/pull/138) use host to app.import. ([@kellyselden](https://github.com/kellyselden))
201
202#### :house: Internal
203* [#135](https://github.com/simplabs/ember-test-selectors/pull/135) chore: switch to yarn Closes [#132](https://github.com/simplabs/ember-test-selectors/issues/132). ([@geekygrappler](https://github.com/geekygrappler))
204* [#133](https://github.com/simplabs/ember-test-selectors/pull/133) Update dependencies. ([@marcoow](https://github.com/marcoow))
205
206#### Committers: 3
207- Andy Brown ([geekygrappler](https://github.com/geekygrappler))
208- Kelly Selden ([kellyselden](https://github.com/kellyselden))
209- Marco Otte-Witte ([marcoow](https://github.com/marcoow))
210
211
212## v0.3.6 (2017-07-11)
213
214#### :rocket: Enhancement
215* [#127](https://github.com/simplabs/ember-test-selectors/pull/127) Use new module imports. ([@Turbo87](https://github.com/Turbo87))
216
217#### :bug: Bug Fix
218* [#131](https://github.com/simplabs/ember-test-selectors/pull/131) Fix Babel version detection. ([@Turbo87](https://github.com/Turbo87))
219
220#### Committers: 1
221- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
222
223
224## v0.3.5 (2017-07-06)
225
226#### :bug: Bug Fix
227* [#128](https://github.com/simplabs/ember-test-selectors/pull/128) Add cacheKey() methods to template transforms. ([@Turbo87](https://github.com/Turbo87))
228
229#### Committers: 1
230- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
231
232
233## v0.3.4 (2017-05-30)
234
235#### :bug: Bug Fix
236* [#116](https://github.com/simplabs/ember-test-selectors/pull/116) Disable forced test selector stripping in addon templates. ([@Turbo87](https://github.com/Turbo87))
237* [#117](https://github.com/simplabs/ember-test-selectors/pull/117) Update ".npmignore" file. ([@Turbo87](https://github.com/Turbo87))
238
239#### :house: Internal
240* [#114](https://github.com/simplabs/ember-test-selectors/pull/114) chore(package): update ember-cli to version 2.13.2. ([@Turbo87](https://github.com/Turbo87))
241* [#113](https://github.com/simplabs/ember-test-selectors/pull/113) chore(package): update ember-cli-htmlbars to version 2.0.1. ([@Turbo87](https://github.com/Turbo87))
242* [#108](https://github.com/simplabs/ember-test-selectors/pull/108) Update "ember-cli" to v2.13.0. ([@Turbo87](https://github.com/Turbo87))
243
244#### Committers: 1
245- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
246
247
248## v0.3.3 (2017-04-24)
249
250#### :rocket: Enhancement
251* [#101](https://github.com/simplabs/ember-test-selectors/pull/101) Remove unused dependencies. ([@Turbo87](https://github.com/Turbo87))
252
253#### :bug: Bug Fix
254* [#102](https://github.com/simplabs/ember-test-selectors/pull/102) Fix ember-cli-babel@6 compatibility. ([@Turbo87](https://github.com/Turbo87))
255* [#93](https://github.com/simplabs/ember-test-selectors/pull/93) Explicit dependency broccoli-stew. ([@raido](https://github.com/raido))
256
257#### :memo: Documentation
258* [#94](https://github.com/simplabs/ember-test-selectors/pull/94) Add video poster to README. ([@samselikoff](https://github.com/samselikoff))
259
260#### Committers: 3
261- Raido Kuli ([raido](https://github.com/raido))
262- Sam Selikoff ([samselikoff](https://github.com/samselikoff))
263- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
264
265
266## v0.3.2 (2017-04-07)
267
268#### :bug: Bug Fix
269* [#92](https://github.com/simplabs/ember-test-selectors/pull/92) Revert "Switch to treeForAddonTestSupport". ([@Turbo87](https://github.com/Turbo87))
270
271#### Committers: 1
272- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
273
274
275## v0.3.1 (2017-04-07)
276
277#### :rocket: Enhancement
278* [#89](https://github.com/simplabs/ember-test-selectors/pull/89) Switch to treeForAddonTestSupport. ([@raido](https://github.com/raido))
279
280#### :bug: Bug Fix
281* [#88](https://github.com/simplabs/ember-test-selectors/pull/88) fix: strip data-test-* attributes without explicit value from production build. ([@raido](https://github.com/raido))
282
283#### :memo: Documentation
284* [#90](https://github.com/simplabs/ember-test-selectors/pull/90) add link to ember-map video. ([@marcoow](https://github.com/marcoow))
285
286#### Committers: 2
287- Marco Otte-Witte ([marcoow](https://github.com/marcoow))
288- Raido Kuli ([raido](https://github.com/raido))
289
290
291## v0.3.0 (2017-03-27)
292
293#### :rocket: Enhancement
294* [#86](https://github.com/simplabs/ember-test-selectors/pull/86) Add Babel 6 compatibility. ([@Turbo87](https://github.com/Turbo87))
295
296#### :bug: Bug Fix
297* [#85](https://github.com/simplabs/ember-test-selectors/pull/85) fix package.json. ([@marcoow](https://github.com/marcoow))
298
299#### :house: Internal
300* [#84](https://github.com/simplabs/ember-test-selectors/pull/84) update ember-cli and other libraries. ([@marcoow](https://github.com/marcoow))
301* [#64](https://github.com/simplabs/ember-test-selectors/pull/64) Import ESLint config from eslint-config-simplabs. ([@Turbo87](https://github.com/Turbo87))
302
303#### Committers: 3
304- Marco Otte-Witte ([marcoow](https://github.com/marcoow))
305- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
306
307
308## v0.2.1 (2017-01-25)
309
310#### :bug: Bug Fix
311* [#59](https://github.com/simplabs/ember-test-selectors/pull/59) attributeBindings is now frozen in debug builds on v2.11, slice it before pushing. ([@bgentry](https://github.com/bgentry))
312
313#### :house: Internal
314* [#63](https://github.com/simplabs/ember-test-selectors/pull/63) dummy/components: Explicitly set attributeBindings to [] to test freezing. ([@Turbo87](https://github.com/Turbo87))
315* [#61](https://github.com/simplabs/ember-test-selectors/pull/61) Upgrade to ember-cli v2.11.0. ([@Turbo87](https://github.com/Turbo87))
316* [#60](https://github.com/simplabs/ember-test-selectors/pull/60) ember-try: Remove scenarios and rely entirely on "versionCompatibility". ([@Turbo87](https://github.com/Turbo87))
317
318#### Committers: 2
319- Blake Gentry ([bgentry](https://github.com/bgentry))
320- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
321
322
323## v0.2.0 (2017-01-23)
324
325#### :rocket: Enhancement
326* [#57](https://github.com/simplabs/ember-test-selectors/pull/57) Add support for component data-test-* attributes without values. ([@Turbo87](https://github.com/Turbo87))
327
328#### :bug: Bug Fix
329* [#56](https://github.com/simplabs/ember-test-selectors/pull/56) tests: Fix typo. ([@Turbo87](https://github.com/Turbo87))
330
331#### :house: Internal
332* [#58](https://github.com/simplabs/ember-test-selectors/pull/58) GreenKeeper: Ignore "babel-core" updates. ([@Turbo87](https://github.com/Turbo87))
333
334#### Committers: 1
335- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
336
337
338## v0.1.1 (2017-01-17)
339
340#### :rocket: Enhancement
341* [#53](https://github.com/simplabs/ember-test-selectors/pull/53) Add warning when tagName is empty and data-test-* attributes are used. ([@Turbo87](https://github.com/Turbo87))
342* [#52](https://github.com/simplabs/ember-test-selectors/pull/52) Replace initializer with IIFE in the vendor tree. ([@Turbo87](https://github.com/Turbo87))
343
344#### :bug: Bug Fix
345* [#50](https://github.com/simplabs/ember-test-selectors/pull/50) add blueprint + test helper for integration tests. ([@bgentry](https://github.com/bgentry))
346
347#### Committers: 2
348- Blake Gentry ([bgentry](https://github.com/bgentry))
349- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
350
351
352## v0.1.0 (2017-01-12)
353
354#### :rocket: Enhancement
355* [#48](https://github.com/simplabs/ember-test-selectors/pull/48) Updated and simplified README file. ([@Turbo87](https://github.com/Turbo87))
356* [#45](https://github.com/simplabs/ember-test-selectors/pull/45) Add Babel 5 plugin stripping "data-test-*" properties. ([@Turbo87](https://github.com/Turbo87))
357* [#43](https://github.com/simplabs/ember-test-selectors/pull/43) Simplify testSelector() import. ([@Turbo87](https://github.com/Turbo87))
358* [#27](https://github.com/simplabs/ember-test-selectors/pull/27) Auto bind component data-test-* attributes. ([@marcoow](https://github.com/marcoow))
359* [#42](https://github.com/simplabs/ember-test-selectors/pull/42) Introduce "strip" and deprecate "environments" option. ([@Turbo87](https://github.com/Turbo87))
360* [#40](https://github.com/simplabs/ember-test-selectors/pull/40) Strip "data-test-" attributes from component and helper invocations. ([@Turbo87](https://github.com/Turbo87))
361* [#37](https://github.com/simplabs/ember-test-selectors/pull/37) Simplify AST walker and remove "lodash" dependency. ([@Turbo87](https://github.com/Turbo87))
362* [#36](https://github.com/simplabs/ember-test-selectors/pull/36) Run tests with and without stripping test selectors. ([@Turbo87](https://github.com/Turbo87))
363* [#25](https://github.com/simplabs/ember-test-selectors/pull/25) Simplify testSelector() function. ([@Turbo87](https://github.com/Turbo87))
364
365#### :bug: Bug Fix
366* [#44](https://github.com/simplabs/ember-test-selectors/pull/44) Fix default setting for "strip" option. ([@Turbo87](https://github.com/Turbo87))
367* [#24](https://github.com/simplabs/ember-test-selectors/pull/24) Check `value` argument for absence, not falsiness.. ([@chriskrycho](https://github.com/chriskrycho))
368
369#### :memo: Documentation
370* [#47](https://github.com/simplabs/ember-test-selectors/pull/47) Update CHANGELOG. ([@Turbo87](https://github.com/Turbo87))
371
372#### :house: Internal
373* [#46](https://github.com/simplabs/ember-test-selectors/pull/46) CI: Enable automatic NPM deployment for tags. ([@Turbo87](https://github.com/Turbo87))
374* [#39](https://github.com/simplabs/ember-test-selectors/pull/39) Change "npm test" to only run tests for current ember-try scenario. ([@Turbo87](https://github.com/Turbo87))
375* [#38](https://github.com/simplabs/ember-test-selectors/pull/38) Remove/Replace remaining JSHint references. ([@Turbo87](https://github.com/Turbo87))
376* [#35](https://github.com/simplabs/ember-test-selectors/pull/35) Update Ember to v2.10.0. ([@Turbo87](https://github.com/Turbo87))
377* [#33](https://github.com/simplabs/ember-test-selectors/pull/33) Replace JSHint with ESLint. ([@Turbo87](https://github.com/Turbo87))
378* [#32](https://github.com/simplabs/ember-test-selectors/pull/32) Use "jshint" directly for linting. ([@Turbo87](https://github.com/Turbo87))
379* [#31](https://github.com/simplabs/ember-test-selectors/pull/31) CI: Run tests for all minor Ember versions again. ([@Turbo87](https://github.com/Turbo87))
380* [#30](https://github.com/simplabs/ember-test-selectors/pull/30) update license. ([@marcoow](https://github.com/marcoow))
381* [#29](https://github.com/simplabs/ember-test-selectors/pull/29) Update dependencies. ([@Turbo87](https://github.com/Turbo87))
382
383#### Committers: 4
384- Chris Krycho ([chriskrycho](https://github.com/chriskrycho))
385- Marco Otte-Witte ([marcoow](https://github.com/marcoow))
386- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
387
388
389## 0.0.5 (2016-11-23)
390
391#### :rocket: Enhancement
392* [#25](https://github.com/simplabs/ember-test-selectors/pull/25) Simplify testSelector() function. ([@Turbo87](https://github.com/Turbo87))
393
394#### :bug: Bug Fix
395* [#24](https://github.com/simplabs/ember-test-selectors/pull/24) Check `value` argument for absence, not falsiness.. ([@chriskrycho](https://github.com/chriskrycho))
396
397#### Committers: 2
398- Chris Krycho ([chriskrycho](https://github.com/chriskrycho))
399- Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
400
401
402## 0.0.4 (2016-09-06)
403
404#### :bug: Bug Fix
405* [#22](https://github.com/simplabs/ember-test-selectors/pull/22) Fix Caching + Fix Tests + Updates. ([@blimmer](https://github.com/blimmer))
406
407#### :memo: Documentation
408* [#21](https://github.com/simplabs/ember-test-selectors/pull/21) fix documentation. ([@Fryie](https://github.com/Fryie))
409
410#### Committers: 2
411- Ben Limmer ([blimmer](https://github.com/blimmer))
412- Pierpaolo Frasa ([Fryie](https://github.com/Fryie))
413
414
415## 0.0.3 (2016-04-08)
416
417#### :rocket: Enhancement
418* [#14](https://github.com/simplabs/ember-test-selectors/pull/14) Add ability to specify envs to strip selectors.. ([@blimmer](https://github.com/blimmer))
419
420#### :memo: Documentation
421* [#15](https://github.com/simplabs/ember-test-selectors/pull/15) Fixed typo in README. ([@jmadson](https://github.com/jmadson))
422
423#### :house: Internal
424* [#16](https://github.com/simplabs/ember-test-selectors/pull/16) Remove duplicate repository field in package.json. ([@marcoow](https://github.com/marcoow))
425
426#### Committers: 3
427- Ben Limmer ([blimmer](https://github.com/blimmer))
428- John Madson ([jmadson](https://github.com/jmadson))
429- Marco Otte-Witte ([marcoow](https://github.com/marcoow))
430
431
432## 0.0.2 (2016-03-21)
433
434#### :rocket: Enhancement
435* [#12](https://github.com/simplabs/ember-test-selectors/pull/12) Add test helpers. ([@pdud](https://github.com/pdud))
436* [#11](https://github.com/simplabs/ember-test-selectors/pull/11) use shorthand data attributes. ([@marcoow](https://github.com/marcoow))
437
438#### Committers: 2
439- Marco Otte-Witte ([marcoow](https://github.com/marcoow))
440- Philip Dudley ([pdud](https://github.com/pdud))
441
442
443## 0.0.1 (2016-03-04)
444
445#### :rocket: Enhancement
446* [#7](https://github.com/simplabs/ember-test-selectors/pull/7) Add the plugin to the registry when in `production` environment. ([@pangratz](https://github.com/pangratz))
447
448#### :bug: Bug Fix
449* [#6](https://github.com/simplabs/ember-test-selectors/pull/6) Fix env based activation. ([@marcoow](https://github.com/marcoow))
450
451#### :memo: Documentation
452* [#5](https://github.com/simplabs/ember-test-selectors/pull/5) Update package.json. ([@pangratz](https://github.com/pangratz))
453* [#3](https://github.com/simplabs/ember-test-selectors/pull/3) docs. ([@marcoow](https://github.com/marcoow))
454
455#### :house: Internal
456* [#4](https://github.com/simplabs/ember-test-selectors/pull/4) Add tests. ([@pangratz](https://github.com/pangratz))
457
458#### Committers: 2
459- Clemens Müller ([pangratz](https://github.com/pangratz))
460- Marco Otte-Witte ([marcoow](https://github.com/marcoow))