UNPKG

38.4 kBMarkdownView Raw
1# Changelog
2
3
4
5## v3.0.0 (2023-08-16)
6
7#### :boom: Breaking Change
8* [#920](https://github.com/ember-cli/ember-try/pull/920) Drop Node.js 14 support ([@SergeAstapov](https://github.com/SergeAstapov))
9
10#### :rocket: Enhancement
11* [#960](https://github.com/ember-cli/ember-try/pull/960) Use pnpm's --no-lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12* [#956](https://github.com/ember-cli/ember-try/pull/956) Remove warning about pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13* [#850](https://github.com/ember-cli/ember-try/pull/850) Add support for npm overrides ([@mansona](https://github.com/mansona))
14
15#### :memo: Documentation
16* [#957](https://github.com/ember-cli/ember-try/pull/957) Document pnpm options and behavior ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17
18#### :house: Internal
19* [#934](https://github.com/ember-cli/ember-try/pull/934) Update github CI yaml ([@mansona](https://github.com/mansona))
20* [#933](https://github.com/ember-cli/ember-try/pull/933) Update smoke test to fix CI ([@mansona](https://github.com/mansona))
21* [#893](https://github.com/ember-cli/ember-try/pull/893) update smoke-test-app to fix CI ([@mansona](https://github.com/mansona))
22
23#### Committers: 3
24- Chris Manson ([@mansona](https://github.com/mansona))
25- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
26- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
27
28## v3.0.0-beta.1 (2023-03-01)
29
30#### :boom: Breaking Change
31* [#913](https://github.com/ember-cli/ember-try/pull/913) Bump node to supported versions ([@hjdivad](https://github.com/hjdivad))
32
33#### :bug: Bug Fix
34* [#912](https://github.com/ember-cli/ember-try/pull/912) Downgraded fs-extra version to 6.x to fix a fs.copy related issue. ([@larry-x-yu](https://github.com/larry-x-yu))
35
36#### :memo: Documentation
37* [#798](https://github.com/ember-cli/ember-try/pull/798) Fix a link in CHANGELOG.md ([@lolmaus](https://github.com/lolmaus))
38
39#### :house: Internal
40* [#788](https://github.com/ember-cli/ember-try/pull/788) tests/npm-adapter: Use async/await instead of promise chains ([@Turbo87](https://github.com/Turbo87))
41
42#### Committers: 4
43- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))
44- David J. Hamilton ([@hjdivad](https://github.com/hjdivad))
45- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
46- [@larry-x-yu](https://github.com/larry-x-yu)
47
48## v2.0.0 (2021-11-04)
49
50#### :boom: Breaking Change
51* [#586](https://github.com/ember-cli/ember-try/pull/586) Drop support for scenarios with bower. ([@rwjblue](https://github.com/rwjblue))
52
53#### :rocket: Enhancement
54* [#787](https://github.com/ember-cli/ember-try/pull/787) Implement `pnpm` adapter ([@Turbo87](https://github.com/Turbo87))
55* [#143](https://github.com/ember-cli/ember-try/pull/143) Remove requirement to have dependency managers. ([@rwjblue](https://github.com/rwjblue))
56* [#585](https://github.com/ember-cli/ember-try/pull/585) Use `ember-addon.configPath` from `package.json` if defined. ([@rwjblue](https://github.com/rwjblue))
57
58#### :bug: Bug Fix
59* [#467](https://github.com/ember-cli/ember-try/pull/467) Ensure Yarn Workspace adapter supports `ember try:reset`. ([@rwjblue](https://github.com/rwjblue))
60* [#463](https://github.com/ember-cli/ember-try/pull/463) Handle additional `yarn` workspace definition formats ([@BarryThePenguin](https://github.com/BarryThePenguin))
61
62#### :house: Internal
63* [#745](https://github.com/ember-cli/ember-try/pull/745) CI: Remove job schedule ([@Turbo87](https://github.com/Turbo87))
64* [#596](https://github.com/ember-cli/ember-try/pull/596) Remove unused devDeps and addon blueprint files. ([@rwjblue](https://github.com/rwjblue))
65* [#595](https://github.com/ember-cli/ember-try/pull/595) Add Prettier to linting configuration. ([@rwjblue](https://github.com/rwjblue))
66* [#593](https://github.com/ember-cli/ember-try/pull/593) Migrate Windows smoke test to GitHub Actions. ([@rwjblue](https://github.com/rwjblue))
67* [#587](https://github.com/ember-cli/ember-try/pull/587) Add release automation setup. ([@rwjblue](https://github.com/rwjblue))
68* [#594](https://github.com/ember-cli/ember-try/pull/594) Limit SemVer range smoke test to > 2.16 < 3.0.0. ([@rwjblue](https://github.com/rwjblue))
69* [#584](https://github.com/ember-cli/ember-try/pull/584) Use matrix builds to speed up all commands smoke tests ([@rwjblue](https://github.com/rwjblue))
70
71#### Committers: 4
72- Jonathan Haines ([@BarryThePenguin](https://github.com/BarryThePenguin))
73- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
74- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
75- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
76
77
78## [v1.4.0](https://github.com/ember-cli/ember-try/tree/v1.4.0)
79
80[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.3.0...v1.4.0)
81
82**Implemented enhancements:**
83
84- Add support for merging/clobbering `ember` in `package.json`. [\#429](https://github.com/ember-cli/ember-try/pull/429) ([rwjblue](https://github.com/rwjblue))
85
86## [v1.3.0](https://github.com/ember-cli/ember-try/tree/v1.3.0)
87
88[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.2.1...v1.3.0)
89
90**Merged pull requests:**
91
92- Add support for opting out of `--ignore-lockfile` file [\#409](https://github.com/ember-cli/ember-try/pull/409) ([huyphamily](https://github.com/huyphamily))
93- Deprecate `bower` support [\#402](https://github.com/ember-cli/ember-try/pull/402) ([kategengler](https://github.com/kategengler))
94
95## [v1.2.1](https://github.com/ember-cli/ember-try/tree/v1.2.1)
96
97[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.2.0...v1.2.1)
98
99**Merged pull requests:**
100
101- Fix support for `npm` >= 5 [\#281](https://github.com/ember-cli/ember-try/pull/281) ([mansona](https://github.com/mansona))
102
103## [v1.2.0](https://github.com/ember-cli/ember-try/tree/v1.2.0)
104
105[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.1.0...v1.2.0)
106
107**Merged pull requests:**
108
109- Restore table output on runs that aren't yarn workspaces [\#309](https://github.com/ember-cli/ember-try/pull/309) ([kategengler](https://github.com/kategengler))
110- Update example bower-supplied ember scenario example [\#279](https://github.com/ember-cli/ember-try/pull/279) ([mistahenry](https://github.com/mistahenry))
111- Add yarn resolutions [\#259](https://github.com/ember-cli/ember-try/pull/259) ([ryanto](https://github.com/ryanto))
112- Upgrade ember-cli & friends [\#213](https://github.com/ember-cli/ember-try/pull/213) ([kategengler](https://github.com/kategengler))
113- Copy `useYarn` into example configuration file [\#210](https://github.com/ember-cli/ember-try/pull/210) ([allthesignals](https://github.com/allthesignals))
114- Clarify useYarn option [\#168](https://github.com/ember-cli/ember-try/pull/168) ([oskarrough](https://github.com/oskarrough))
115
116
117## [v1.1.0](https://github.com/ember-cli/ember-try/tree/v1.1.0) (2018-09-25)
118[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.0.0...v1.1.0)
119
120**Closed issues:**
121
122- \[Security\] Cut stable release with upgraded lodash or cli-table3 [\#200](https://github.com/ember-cli/ember-try/issues/200)
123- `npm prune --no-shrinkwrap` removes packages declared with `github:repo\#hash` syntax [\#170](https://github.com/ember-cli/ember-try/issues/170)
124
125**Merged pull requests:**
126
127- \[feat\] Adds support for Yarn/NPM workspaces [\#209](https://github.com/ember-cli/ember-try/pull/209) ([pzuraq](https://github.com/pzuraq))
128
129## [v1.0.0](https://github.com/ember-cli/ember-try/tree/v1.0.0) (2018-08-30)
130[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.0.0-beta.6...v1.0.0)
131
132**Merged pull requests:**
133
134- Upgrade ember-cli & blueprint [\#206](https://github.com/ember-cli/ember-try/pull/206) ([kategengler](https://github.com/kategengler))
135- Update deps [\#205](https://github.com/ember-cli/ember-try/pull/205) ([kategengler](https://github.com/kategengler))
136
137## [v1.0.0-beta.6](https://github.com/ember-cli/ember-try/tree/v1.0.0-beta.6) (2018-08-30)
138[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.0.0-beta.5...v1.0.0-beta.6)
139
140## [v1.0.0-beta.5](https://github.com/ember-cli/ember-try/tree/v1.0.0-beta.5) (2018-08-30)
141[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.0.0-beta.4...v1.0.0-beta.5)
142
143## [v1.0.0-beta.4](https://github.com/ember-cli/ember-try/tree/v1.0.0-beta.4) (2018-08-30)
144[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.0.0-beta.3...v1.0.0-beta.4)
145
146**Closed issues:**
147
148- A function in the Route to just leave current route, whatever it is. [\#199](https://github.com/ember-cli/ember-try/issues/199)
149- `ember try:ember` dies after first failed scenario with 1.0.0-beta.3 [\#197](https://github.com/ember-cli/ember-try/issues/197)
150- Tests not rebuilding on an ember try scenario [\#190](https://github.com/ember-cli/ember-try/issues/190)
151
152**Merged pull requests:**
153
154- Update to Travis Stages & Deploy from Travis [\#204](https://github.com/ember-cli/ember-try/pull/204) ([kategengler](https://github.com/kategengler))
155- Handle non-zero exit from commands run in a way needed by execa [\#203](https://github.com/ember-cli/ember-try/pull/203) ([kategengler](https://github.com/kategengler))
156- Update `cli-table2` to `cli-table3` [\#198](https://github.com/ember-cli/ember-try/pull/198) ([Turbo87](https://github.com/Turbo87))
157
158## [v1.0.0-beta.3](https://github.com/ember-cli/ember-try/tree/v1.0.0-beta.3) (2018-05-15)
159[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.0.0-beta.2...v1.0.0-beta.3)
160
161## [v1.0.0-beta.2](https://github.com/ember-cli/ember-try/tree/v1.0.0-beta.2) (2018-05-15)
162[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.0.0-beta.1...v1.0.0-beta.2)
163
164**Closed issues:**
165
166- Failing scenario for `1.13` after updating to `3.0` [\#187](https://github.com/ember-cli/ember-try/issues/187)
167- Travis and yarn issue on Ember 2.12 only [\#148](https://github.com/ember-cli/ember-try/issues/148)
168- Be smart about versions of Ember where version is provided by bower and where versions are provided by npm [\#91](https://github.com/ember-cli/ember-try/issues/91)
169
170**Merged pull requests:**
171
172- Use execa for subprocess support. [\#195](https://github.com/ember-cli/ember-try/pull/195) ([stefanpenner](https://github.com/stefanpenner))
173- move requires from let -\> const [\#194](https://github.com/ember-cli/ember-try/pull/194) ([stefanpenner](https://github.com/stefanpenner))
174- Let mocha handle rejected promises. [\#193](https://github.com/ember-cli/ember-try/pull/193) ([stefanpenner](https://github.com/stefanpenner))
175- Explicitly remove `--no-shrinkwrap` from the `npm prune` call [\#171](https://github.com/ember-cli/ember-try/pull/171) ([xcambar](https://github.com/xcambar))
176
177## [v1.0.0-beta.1](https://github.com/ember-cli/ember-try/tree/v1.0.0-beta.1) (2018-02-09)
178[Full Changelog](https://github.com/ember-cli/ember-try/compare/v1.0.0-beta.0...v1.0.0-beta.1)
179
180**Merged pull requests:**
181
182- Upgrade ember-try-config to 3.0 [\#185](https://github.com/ember-cli/ember-try/pull/185) ([kategengler](https://github.com/kategengler))
183
184## [v1.0.0-beta.0](https://github.com/ember-cli/ember-try/tree/v1.0.0-beta.0) (2018-02-07)
185[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.23...v1.0.0-beta.0)
186
187**Implemented enhancements:**
188
189- Remove deprecated commands [\#163](https://github.com/ember-cli/ember-try/issues/163)
190
191**Closed issues:**
192
193- How might I get only one of my scenarios to run my after\_success deploy script? [\#180](https://github.com/ember-cli/ember-try/issues/180)
194- Remove "default config"? [\#177](https://github.com/ember-cli/ember-try/issues/177)
195- Deprecate support for top-level dependencies under a scenario [\#162](https://github.com/ember-cli/ember-try/issues/162)
196
197**Merged pull requests:**
198
199- Remove default config [\#184](https://github.com/ember-cli/ember-try/pull/184) ([kategengler](https://github.com/kategengler))
200- Update npmignore [\#183](https://github.com/ember-cli/ember-try/pull/183) ([kategengler](https://github.com/kategengler))
201- Add yarn.lock [\#182](https://github.com/ember-cli/ember-try/pull/182) ([kategengler](https://github.com/kategengler))
202- Allow setting env vars per scenario, independent of defining a command [\#181](https://github.com/ember-cli/ember-try/pull/181) ([kategengler](https://github.com/kategengler))
203- Use smoke-test-app for running all-commands.sh [\#179](https://github.com/ember-cli/ember-try/pull/179) ([kategengler](https://github.com/kategengler))
204- Remove deprecated commands and config options [\#178](https://github.com/ember-cli/ember-try/pull/178) ([kategengler](https://github.com/kategengler))
205- Upgrade ember-cli, ember & other deps [\#174](https://github.com/ember-cli/ember-try/pull/174) ([kategengler](https://github.com/kategengler))
206
207## [v0.2.23](https://github.com/ember-cli/ember-try/tree/v0.2.23) (2018-01-13)
208[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.22...v0.2.23)
209
210**Fixed bugs:**
211
212- Support config files returning a promise [\#173](https://github.com/ember-cli/ember-try/pull/173) ([kategengler](https://github.com/kategengler))
213
214**Closed issues:**
215
216- Feature Request: support promises in dependencies... [\#172](https://github.com/ember-cli/ember-try/issues/172)
217
218**Merged pull requests:**
219
220- Stop using phantom for test runs... [\#175](https://github.com/ember-cli/ember-try/pull/175) ([rwjblue](https://github.com/rwjblue))
221
222## [v0.2.22](https://github.com/ember-cli/ember-try/tree/v0.2.22) (2017-11-14)
223[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.21...v0.2.22)
224
225**Merged pull requests:**
226
227- Do not issue warning when including ember-try in project's package.json. [\#166](https://github.com/ember-cli/ember-try/pull/166) ([rwjblue](https://github.com/rwjblue))
228
229## [v0.2.21](https://github.com/ember-cli/ember-try/tree/v0.2.21) (2017-11-14)
230[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.20...v0.2.21)
231
232**Merged pull requests:**
233
234- update ember-cli-version-checker [\#165](https://github.com/ember-cli/ember-try/pull/165) ([ef4](https://github.com/ef4))
235
236## [v0.2.20](https://github.com/ember-cli/ember-try/tree/v0.2.20) (2017-11-13)
237[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.19...v0.2.20)
238
239**Fixed bugs:**
240
241- Error: Cannot find module 'bower' [\#161](https://github.com/ember-cli/ember-try/issues/161)
242- Ensure `bower` is not required when no bower dependencies are present. [\#164](https://github.com/ember-cli/ember-try/pull/164) ([rwjblue](https://github.com/rwjblue))
243
244**Closed issues:**
245
246- bower version [\#131](https://github.com/ember-cli/ember-try/issues/131)
247- Ember-try uses `Yarn` in Travis CI Trusty Build [\#125](https://github.com/ember-cli/ember-try/issues/125)
248- Allow user to disable beta, canary when using versionCompatability [\#86](https://github.com/ember-cli/ember-try/issues/86)
249
250**Merged pull requests:**
251
252- Clean up all-commands.sh to remove deprecated commands [\#160](https://github.com/ember-cli/ember-try/pull/160) ([kategengler](https://github.com/kategengler))
253
254## [v0.2.19](https://github.com/ember-cli/ember-try/tree/v0.2.19) (2017-11-12)
255[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.18...v0.2.19)
256
257**Fixed bugs:**
258
259- versionCompatibility caching [\#112](https://github.com/ember-cli/ember-try/issues/112)
260
261**Closed issues:**
262
263- Scenarios missing their deps when no bower and no package-lock.json [\#150](https://github.com/ember-cli/ember-try/issues/150)
264- try:each fails with paths containing spaces and parens [\#149](https://github.com/ember-cli/ember-try/issues/149)
265- ember-cli module directory emptied of files [\#141](https://github.com/ember-cli/ember-try/issues/141)
266
267**Merged pull requests:**
268
269- Implicitly add an npm dev dependency on bower [\#157](https://github.com/ember-cli/ember-try/pull/157) ([hjdivad](https://github.com/hjdivad))
270- Bump ember-try-config [\#156](https://github.com/ember-cli/ember-try/pull/156) ([hjdivad](https://github.com/hjdivad))
271- Put quotes around paths [\#154](https://github.com/ember-cli/ember-try/pull/154) ([kategengler](https://github.com/kategengler))
272
273## [v0.2.18](https://github.com/ember-cli/ember-try/tree/v0.2.18) (2017-11-06)
274[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.17...v0.2.18)
275
276**Implemented enhancements:**
277
278- Order versionCompatibility scenarios by semver [\#128](https://github.com/ember-cli/ember-try/issues/128)
279
280**Closed issues:**
281
282- Ignore package-lock.json by default [\#144](https://github.com/ember-cli/ember-try/issues/144)
283- yarn detection isn't complete [\#133](https://github.com/ember-cli/ember-try/issues/133)
284
285**Merged pull requests:**
286
287- Update README to indicate lockfiles are ignored for npm as well as yarn [\#153](https://github.com/ember-cli/ember-try/pull/153) ([kategengler](https://github.com/kategengler))
288- Use --no-shrinkwrap option to npm [\#152](https://github.com/ember-cli/ember-try/pull/152) ([kategengler](https://github.com/kategengler))
289
290## [v0.2.17](https://github.com/ember-cli/ember-try/tree/v0.2.17) (2017-09-08)
291[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.16...v0.2.17)
292
293**Closed issues:**
294
295- `useYarn: true` causes `ember try:each` to fail [\#147](https://github.com/ember-cli/ember-try/issues/147)
296
297**Merged pull requests:**
298
299- Update travis.yml to test against node 8 [\#146](https://github.com/ember-cli/ember-try/pull/146) ([kategengler](https://github.com/kategengler))
300- fix indentation [\#139](https://github.com/ember-cli/ember-try/pull/139) ([kellyselden](https://github.com/kellyselden))
301- Change Yarn detection to look for lockfile [\#138](https://github.com/ember-cli/ember-try/pull/138) ([backspace](https://github.com/backspace))
302
303## [v0.2.16](https://github.com/ember-cli/ember-try/tree/v0.2.16) (2017-07-16)
304[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.15...v0.2.16)
305
306**Fixed bugs:**
307
308- npm@5 issues [\#130](https://github.com/ember-cli/ember-try/issues/130)
309
310**Closed issues:**
311
312- ember-try fails with default addon app + ember-cli-sass [\#126](https://github.com/ember-cli/ember-try/issues/126)
313- Does `ember-try-config` need to be a dev dependency? [\#77](https://github.com/ember-cli/ember-try/issues/77)
314
315**Merged pull requests:**
316
317- add npm badge to README [\#136](https://github.com/ember-cli/ember-try/pull/136) ([kellyselden](https://github.com/kellyselden))
318- add --ignore-engines to yarn default options [\#135](https://github.com/ember-cli/ember-try/pull/135) ([kellyselden](https://github.com/kellyselden))
319- fix default value [\#134](https://github.com/ember-cli/ember-try/pull/134) ([kellyselden](https://github.com/kellyselden))
320
321## [v0.2.15](https://github.com/ember-cli/ember-try/tree/v0.2.15) (2017-05-31)
322[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.14...v0.2.15)
323
324**Merged pull requests:**
325
326- loosen engine constraints, assume new versions are compatible. [\#129](https://github.com/ember-cli/ember-try/pull/129) ([stefanpenner](https://github.com/stefanpenner))
327- Remove sync-exec as it is not used anymore [\#127](https://github.com/ember-cli/ember-try/pull/127) ([polarctos](https://github.com/polarctos))
328
329## [v0.2.14](https://github.com/ember-cli/ember-try/tree/v0.2.14) (2017-04-22)
330[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.13...v0.2.14)
331
332**Merged pull requests:**
333
334- Move ember-cli-babel to a devDependency. [\#124](https://github.com/ember-cli/ember-try/pull/124) ([rwjblue](https://github.com/rwjblue))
335- Make "ember-cli-babel" dev dependency [\#123](https://github.com/ember-cli/ember-try/pull/123) ([Turbo87](https://github.com/Turbo87))
336
337## [v0.2.13](https://github.com/ember-cli/ember-try/tree/v0.2.13) (2017-03-28)
338[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.12...v0.2.13)
339
340**Closed issues:**
341
342- Failing in Travis with `Error: Cannot find module './../utils/result-summary'` [\#121](https://github.com/ember-cli/ember-try/issues/121)
343
344**Merged pull requests:**
345
346- Require ResultSummary before any npm scenarios run [\#122](https://github.com/ember-cli/ember-try/pull/122) ([kategengler](https://github.com/kategengler))
347
348## [v0.2.12](https://github.com/ember-cli/ember-try/tree/v0.2.12) (2017-03-24)
349[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.11...v0.2.12)
350
351**Merged pull requests:**
352
353- Add tests for using yarn when available [\#120](https://github.com/ember-cli/ember-try/pull/120) ([kategengler](https://github.com/kategengler))
354- Minimal yarn support [\#117](https://github.com/ember-cli/ember-try/pull/117) ([canufeel](https://github.com/canufeel))
355
356## [v0.2.11](https://github.com/ember-cli/ember-try/tree/v0.2.11) (2017-03-16)
357[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.10...v0.2.11)
358
359**Closed issues:**
360
361- Support running bower scenarios even if the app does not initially have a bower.json [\#110](https://github.com/ember-cli/ember-try/issues/110)
362
363**Merged pull requests:**
364
365- clarify that reset cleans up npm stuff too [\#119](https://github.com/ember-cli/ember-try/pull/119) ([ibroadfo](https://github.com/ibroadfo))
366- fix CI client-test cache problem [\#118](https://github.com/ember-cli/ember-try/pull/118) ([canufeel](https://github.com/canufeel))
367- Switch from eslint & jscs to just eslint [\#116](https://github.com/ember-cli/ember-try/pull/116) ([kategengler](https://github.com/kategengler))
368- Support having bower scenarios without having a bower.json initially [\#115](https://github.com/ember-cli/ember-try/pull/115) ([kategengler](https://github.com/kategengler))
369
370## [v0.2.10](https://github.com/ember-cli/ember-try/tree/v0.2.10) (2017-02-21)
371[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.9...v0.2.10)
372
373**Closed issues:**
374
375- Having trouble figuring out how to try versions of ember-data [\#111](https://github.com/ember-cli/ember-try/issues/111)
376
377**Merged pull requests:**
378
379- Leverage command return value instead of process.exit. [\#114](https://github.com/ember-cli/ember-try/pull/114) ([rwjblue](https://github.com/rwjblue))
380
381## [v0.2.9](https://github.com/ember-cli/ember-try/tree/v0.2.9) (2017-01-15)
382[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.8...v0.2.9)
383
384**Merged pull requests:**
385
386- Install bower if not installed and required by scenarios [\#109](https://github.com/ember-cli/ember-try/pull/109) ([kategengler](https://github.com/kategengler))
387
388## [v0.2.8](https://github.com/ember-cli/ember-try/tree/v0.2.8) (2016-11-01)
389[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.7...v0.2.8)
390
391**Closed issues:**
392
393- Command from config cannot include multiple command with | or && [\#94](https://github.com/ember-cli/ember-try/issues/94)
394- Allow using environment variables in command. [\#87](https://github.com/ember-cli/ember-try/issues/87)
395
396**Merged pull requests:**
397
398- Allow chained commands and setting env vars in commands [\#107](https://github.com/ember-cli/ember-try/pull/107) ([kategengler](https://github.com/kategengler))
399- Run a subset of commands in Windows CI as a smoke-test [\#97](https://github.com/ember-cli/ember-try/pull/97) ([kategengler](https://github.com/kategengler))
400
401## [v0.2.7](https://github.com/ember-cli/ember-try/tree/v0.2.7) (2016-10-30)
402[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.6...v0.2.7)
403
404**Closed issues:**
405
406- Add API for removing packages [\#104](https://github.com/ember-cli/ember-try/issues/104)
407- A [\#103](https://github.com/ember-cli/ember-try/issues/103)
408- Add ability for `yarn` to replace `bower` executable [\#102](https://github.com/ember-cli/ember-try/issues/102)
409- make bower optional [\#101](https://github.com/ember-cli/ember-try/issues/101)
410- Running command silently contains ember-try installation output [\#99](https://github.com/ember-cli/ember-try/issues/99)
411- `ember-try-config` messing with shrinkwrap [\#80](https://github.com/ember-cli/ember-try/issues/80)
412- Can we use bower's programmatic api? [\#42](https://github.com/ember-cli/ember-try/issues/42)
413
414**Merged pull requests:**
415
416- Allow removing packages from bower config [\#108](https://github.com/ember-cli/ember-try/pull/108) ([kategengler](https://github.com/kategengler))
417- allow removing npm packages [\#106](https://github.com/ember-cli/ember-try/pull/106) ([kellyselden](https://github.com/kellyselden))
418- add support for npm peerDependencies [\#105](https://github.com/ember-cli/ember-try/pull/105) ([kellyselden](https://github.com/kellyselden))
419- Upgrade to ember-cli 2.8 [\#98](https://github.com/ember-cli/ember-try/pull/98) ([kategengler](https://github.com/kategengler))
420- Updating help text for try:one [\#90](https://github.com/ember-cli/ember-try/pull/90) ([thoov](https://github.com/thoov))
421
422## [v0.2.6](https://github.com/ember-cli/ember-try/tree/v0.2.6) (2016-09-28)
423[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.5...v0.2.6)
424
425**Fixed bugs:**
426
427- Deprecation warning for Ember CLI below v2.6.0 [\#83](https://github.com/ember-cli/ember-try/issues/83)
428
429**Merged pull requests:**
430
431- Skipping deprecation warning if ember-cli is below 2.6 [\#96](https://github.com/ember-cli/ember-try/pull/96) ([gmurphey](https://github.com/gmurphey))
432- readme missing backticks [\#93](https://github.com/ember-cli/ember-try/pull/93) ([kellyselden](https://github.com/kellyselden))
433- readme typo [\#92](https://github.com/ember-cli/ember-try/pull/92) ([kellyselden](https://github.com/kellyselden))
434- NPM packaging cleanup [\#89](https://github.com/ember-cli/ember-try/pull/89) ([Turbo87](https://github.com/Turbo87))
435
436## [v0.2.5](https://github.com/ember-cli/ember-try/tree/v0.2.5) (2016-08-03)
437[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.4...v0.2.5)
438
439**Fixed bugs:**
440
441- Deprecation warning for Ember CLI below v2.6.0 [\#84](https://github.com/ember-cli/ember-try/issues/84)
442
443**Merged pull requests:**
444
445- Don't use "latest" as strategy in package.json [\#85](https://github.com/ember-cli/ember-try/pull/85) ([cibernox](https://github.com/cibernox))
446- Fix spelling [\#82](https://github.com/ember-cli/ember-try/pull/82) ([xomaczar](https://github.com/xomaczar))
447- Remove typo in deprecation message [\#78](https://github.com/ember-cli/ember-try/pull/78) ([dmuneras](https://github.com/dmuneras))
448
449## [v0.2.4](https://github.com/ember-cli/ember-try/tree/v0.2.4) (2016-06-21)
450[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.3...v0.2.4)
451
452**Merged pull requests:**
453
454- CoreObject 1.x and 2.x compat [\#76](https://github.com/ember-cli/ember-try/pull/76) ([stefanpenner](https://github.com/stefanpenner))
455
456## [v0.2.3](https://github.com/ember-cli/ember-try/tree/v0.2.3) (2016-06-21)
457[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.2...v0.2.3)
458
459**Closed issues:**
460
461- slow require times [\#74](https://github.com/ember-cli/ember-try/issues/74)
462- ember try is grabbing more than release/beta [\#72](https://github.com/ember-cli/ember-try/issues/72)
463- When using `ember try:each`, `npm install` doesn't always seem to be executed [\#70](https://github.com/ember-cli/ember-try/issues/70)
464- \[Proposal\] Blueprinted scenarios [\#55](https://github.com/ember-cli/ember-try/issues/55)
465
466**Merged pull requests:**
467
468- Move costly requires to be lazy. [\#75](https://github.com/ember-cli/ember-try/pull/75) ([rwjblue](https://github.com/rwjblue))
469- Fix deprecation message for `ember try` command. [\#73](https://github.com/ember-cli/ember-try/pull/73) ([rwjblue](https://github.com/rwjblue))
470- Warn if addon or app is using ember-try in package.json, it's now included in ember-cli [\#71](https://github.com/ember-cli/ember-try/pull/71) ([kategengler](https://github.com/kategengler))
471- Update README.md [\#69](https://github.com/ember-cli/ember-try/pull/69) ([MiguelMadero](https://github.com/MiguelMadero))
472- Added "How to use EmberTry" from Global Ember Meetup [\#68](https://github.com/ember-cli/ember-try/pull/68) ([taras](https://github.com/taras))
473
474## [v0.2.2](https://github.com/ember-cli/ember-try/tree/v0.2.2) (2016-03-15)
475[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.1...v0.2.2)
476
477## [v0.2.1](https://github.com/ember-cli/ember-try/tree/v0.2.1) (2016-03-13)
478[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.2.0...v0.2.1)
479
480**Merged pull requests:**
481
482- Add some output between scenarios to make the output easier to parse in case of failures [\#67](https://github.com/ember-cli/ember-try/pull/67) ([kategengler](https://github.com/kategengler))
483- Make config file able to export a function [\#66](https://github.com/ember-cli/ember-try/pull/66) ([kategengler](https://github.com/kategengler))
484- Add ability to auto-generate scenarios from a `versionCompatibility` statement in package.json [\#65](https://github.com/ember-cli/ember-try/pull/65) ([kategengler](https://github.com/kategengler))
485- Some reorganization + adding debug [\#64](https://github.com/ember-cli/ember-try/pull/64) ([kategengler](https://github.com/kategengler))
486- Add coverage & codeclimate config [\#63](https://github.com/ember-cli/ember-try/pull/63) ([kategengler](https://github.com/kategengler))
487
488## [v0.2.0](https://github.com/ember-cli/ember-try/tree/v0.2.0) (2016-02-20)
489[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.1.3...v0.2.0)
490
491**Closed issues:**
492
493- ember try:testall should honor all or a subset of 'ember test' arguments [\#43](https://github.com/ember-cli/ember-try/issues/43)
494- Add a parameter to the scenarios to warn on failure instead of fail [\#4](https://github.com/ember-cli/ember-try/issues/4)
495
496**Merged pull requests:**
497
498- New configuration option `allowedToFail` per scenario. [\#62](https://github.com/ember-cli/ember-try/pull/62) ([kategengler](https://github.com/kategengler))
499- Add 'bowerOptions' and 'npmOptions' as top level configuration options [\#61](https://github.com/ember-cli/ember-try/pull/61) ([kategengler](https://github.com/kategengler))
500- Add `ember try:one \<scenario\> \(...options\) --- \<command\>` [\#60](https://github.com/ember-cli/ember-try/pull/60) ([kategengler](https://github.com/kategengler))
501- Make commands configurable and add `try:each` command, soft-deprecating `testall` [\#59](https://github.com/ember-cli/ember-try/pull/59) ([kategengler](https://github.com/kategengler))
502
503## [v0.1.3](https://github.com/ember-cli/ember-try/tree/v0.1.3) (2016-02-16)
504[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.1.2...v0.1.3)
505
506**Closed issues:**
507
508- \[enhancement\] Enable writing test results to file [\#30](https://github.com/ember-cli/ember-try/issues/30)
509
510**Merged pull requests:**
511
512- Fix bug: options were not being passed to the command run by `try` [\#58](https://github.com/ember-cli/ember-try/pull/58) ([kategengler](https://github.com/kategengler))
513- Quiet npm warnings by appeasing it with changes to the fixture package.json [\#57](https://github.com/ember-cli/ember-try/pull/57) ([kategengler](https://github.com/kategengler))
514- Just passing --skip-cleanup isn't enough [\#56](https://github.com/ember-cli/ember-try/pull/56) ([kategengler](https://github.com/kategengler))
515- Refactor so that ScenarioManager doesn't need to know about config [\#54](https://github.com/ember-cli/ember-try/pull/54) ([kategengler](https://github.com/kategengler))
516
517## [v0.1.2](https://github.com/ember-cli/ember-try/tree/v0.1.2) (2016-02-04)
518[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.1.1...v0.1.2)
519
520**Closed issues:**
521
522- Table cell width / alignment issues in some scenarios. [\#46](https://github.com/ember-cli/ember-try/issues/46)
523
524**Merged pull requests:**
525
526- Expose environment variable for currently running scenario. [\#52](https://github.com/ember-cli/ember-try/pull/52) ([rwjblue](https://github.com/rwjblue))
527- Use cli-table2. [\#51](https://github.com/ember-cli/ember-try/pull/51) ([rwjblue](https://github.com/rwjblue))
528
529## [v0.1.1](https://github.com/ember-cli/ember-try/tree/v0.1.1) (2016-02-01)
530[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.1.0...v0.1.1)
531
532**Closed issues:**
533
534- `bower.json` reset to first run, not initial value. [\#47](https://github.com/ember-cli/ember-try/issues/47)
535- \[enhancement\] Handle ember and ember data as addons [\#44](https://github.com/ember-cli/ember-try/issues/44)
536
537**Merged pull requests:**
538
539- Allow --config-path to be specified to ember-try commands. [\#50](https://github.com/ember-cli/ember-try/pull/50) ([rwjblue](https://github.com/rwjblue))
540- Remove `.only` so all node tests can run. [\#49](https://github.com/ember-cli/ember-try/pull/49) ([rwjblue](https://github.com/rwjblue))
541- Simplify npm scripts. [\#48](https://github.com/ember-cli/ember-try/pull/48) ([rwjblue](https://github.com/rwjblue))
542
543## [v0.1.0](https://github.com/ember-cli/ember-try/tree/v0.1.0) (2016-01-29)
544[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.0.8...v0.1.0)
545
546**Closed issues:**
547
548- What is the most convenient way to execute ember-try builds concurrently on Linux? [\#40](https://github.com/ember-cli/ember-try/issues/40)
549- CI Pipeline [\#38](https://github.com/ember-cli/ember-try/issues/38)
550
551**Merged pull requests:**
552
553- Support for npm dependencies + improved output [\#45](https://github.com/ember-cli/ember-try/pull/45) ([kategengler](https://github.com/kategengler))
554- JSHint and JSCS [\#39](https://github.com/ember-cli/ember-try/pull/39) ([mike-north](https://github.com/mike-north))
555- Update ember-cli to 1.13.6 [\#37](https://github.com/ember-cli/ember-try/pull/37) ([mike-north](https://github.com/mike-north))
556
557## [v0.0.8](https://github.com/ember-cli/ember-try/tree/v0.0.8) (2015-07-24)
558[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.0.7...v0.0.8)
559
560**Closed issues:**
561
562- Removing ember-data causes error [\#35](https://github.com/ember-cli/ember-try/issues/35)
563- Failing on Travis [\#27](https://github.com/ember-cli/ember-try/issues/27)
564- try:testall does not appear in help [\#22](https://github.com/ember-cli/ember-try/issues/22)
565
566**Merged pull requests:**
567
568- Add support for dev dependencies [\#36](https://github.com/ember-cli/ember-try/pull/36) ([martndemus](https://github.com/martndemus))
569- Update to ember-cli 0.2.7 [\#29](https://github.com/ember-cli/ember-try/pull/29) ([mike-north](https://github.com/mike-north))
570- Here's a test suite [\#28](https://github.com/ember-cli/ember-try/pull/28) ([mike-north](https://github.com/mike-north))
571
572## [v0.0.7](https://github.com/ember-cli/ember-try/tree/v0.0.7) (2015-06-03)
573[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.0.6...v0.0.7)
574
575**Merged pull requests:**
576
577- Disable bower install interactivity [\#25](https://github.com/ember-cli/ember-try/pull/25) ([knownasilya](https://github.com/knownasilya))
578
579## [v0.0.6](https://github.com/ember-cli/ember-try/tree/v0.0.6) (2015-06-02)
580[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.0.5...v0.0.6)
581
582**Closed issues:**
583
584- Add `tmp` dir to the .npmignore. [\#23](https://github.com/ember-cli/ember-try/issues/23)
585
586**Merged pull requests:**
587
588- add tmp dir to npmignore fix \#23 [\#24](https://github.com/ember-cli/ember-try/pull/24) ([odoe](https://github.com/odoe))
589
590## [v0.0.5](https://github.com/ember-cli/ember-try/tree/v0.0.5) (2015-04-20)
591[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.0.4...v0.0.5)
592
593**Closed issues:**
594
595- Killing ember-try while it's running leaves bower.json modified [\#20](https://github.com/ember-cli/ember-try/issues/20)
596- Ability to configure a minimum version for "testall" [\#19](https://github.com/ember-cli/ember-try/issues/19)
597- Add a hook for after successful test [\#15](https://github.com/ember-cli/ember-try/issues/15)
598- Add ability to pass command line options when using `ember try beta \<command\>`. [\#10](https://github.com/ember-cli/ember-try/issues/10)
599
600**Merged pull requests:**
601
602- Change default scenarios to use Ember's channels. [\#21](https://github.com/ember-cli/ember-try/pull/21) ([rwjblue](https://github.com/rwjblue))
603- Added an option to --skip-cleanup [\#18](https://github.com/ember-cli/ember-try/pull/18) ([jrjohnson](https://github.com/jrjohnson))
604- Update README.md [\#16](https://github.com/ember-cli/ember-try/pull/16) ([martndemus](https://github.com/martndemus))
605- Upgraded Ember 1.11.1 scenario [\#14](https://github.com/ember-cli/ember-try/pull/14) ([taras](https://github.com/taras))
606- Allow all command arguments to be passed through. [\#13](https://github.com/ember-cli/ember-try/pull/13) ([rwjblue](https://github.com/rwjblue))
607
608## [v0.0.4](https://github.com/ember-cli/ember-try/tree/v0.0.4) (2015-04-05)
609[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.0.3...v0.0.4)
610
611**Closed issues:**
612
613- Fails when Bower is not globally installed. [\#11](https://github.com/ember-cli/ember-try/issues/11)
614- New version? [\#7](https://github.com/ember-cli/ember-try/issues/7)
615
616**Merged pull requests:**
617
618- Do not require global `bower` or `ember` commands. [\#12](https://github.com/ember-cli/ember-try/pull/12) ([rwjblue](https://github.com/rwjblue))
619
620## [v0.0.3](https://github.com/ember-cli/ember-try/tree/v0.0.3) (2015-04-04)
621[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.0.2...v0.0.3)
622
623**Closed issues:**
624
625- Running an individual scenario with `ember try` returns a nonzero exit code when all tests pass [\#5](https://github.com/ember-cli/ember-try/issues/5)
626- Allow testing of `beta` and `canary` versions. [\#3](https://github.com/ember-cli/ember-try/issues/3)
627
628**Merged pull requests:**
629
630- Remove dependency on git; manage original version of bower.json [\#9](https://github.com/ember-cli/ember-try/pull/9) ([kategengler](https://github.com/kategengler))
631- Replace Task model with CoreObject [\#8](https://github.com/ember-cli/ember-try/pull/8) ([kategengler](https://github.com/kategengler))
632- fixes \#3: remove actual version check and preserve resolutions [\#6](https://github.com/ember-cli/ember-try/pull/6) ([habdelra](https://github.com/habdelra))
633
634## [v0.0.2](https://github.com/ember-cli/ember-try/tree/v0.0.2) (2015-03-31)
635[Full Changelog](https://github.com/ember-cli/ember-try/compare/v0.0.1...v0.0.2)
636
637**Merged pull requests:**
638
639- Update for 1.11.0 and 1.12.0-beta.1. [\#2](https://github.com/ember-cli/ember-try/pull/2) ([rwjblue](https://github.com/rwjblue))
640- Consistent quotes [\#1](https://github.com/ember-cli/ember-try/pull/1) ([jbrown](https://github.com/jbrown))
641
642## [v0.0.1](https://github.com/ember-cli/ember-try/tree/v0.0.1) (2015-03-24)