Skip to content

Latest commit

 

History

History
642 lines (411 loc) · 37.5 KB

CHANGELOG.md

File metadata and controls

642 lines (411 loc) · 37.5 KB

Changelog

v3.0.0 (2023-08-16)

💥 Breaking Change

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 3

v3.0.0-beta.1 (2023-03-01)

💥 Breaking Change

🐛 Bug Fix

  • #912 Downgraded fs-extra version to 6.x to fix a fs.copy related issue. (@larry-x-yu)

📝 Documentation

🏠 Internal

  • #788 tests/npm-adapter: Use async/await instead of promise chains (@Turbo87)

Committers: 4

v2.0.0 (2021-11-04)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

Committers: 4

Full Changelog

Implemented enhancements:

  • Add support for merging/clobbering ember in package.json. #429 (rwjblue)

Full Changelog

Merged pull requests:

Full Changelog

Merged pull requests:

Full Changelog

Merged pull requests:

v1.1.0 (2018-09-25)

Full Changelog

Closed issues:

  • [Security] Cut stable release with upgraded lodash or cli-table3 #200
  • npm prune --no-shrinkwrap removes packages declared with github:repo\#hash syntax #170

Merged pull requests:

  • [feat] Adds support for Yarn/NPM workspaces #209 (pzuraq)

v1.0.0 (2018-08-30)

Full Changelog

Merged pull requests:

v1.0.0-beta.6 (2018-08-30)

Full Changelog

v1.0.0-beta.5 (2018-08-30)

Full Changelog

v1.0.0-beta.4 (2018-08-30)

Full Changelog

Closed issues:

  • A function in the Route to just leave current route, whatever it is. #199
  • ember try:ember dies after first failed scenario with 1.0.0-beta.3 #197
  • Tests not rebuilding on an ember try scenario #190

Merged pull requests:

v1.0.0-beta.3 (2018-05-15)

Full Changelog

v1.0.0-beta.2 (2018-05-15)

Full Changelog

Closed issues:

  • Failing scenario for 1.13 after updating to 3.0 #187
  • Travis and yarn issue on Ember 2.12 only #148
  • Be smart about versions of Ember where version is provided by bower and where versions are provided by npm #91

Merged pull requests:

v1.0.0-beta.1 (2018-02-09)

Full Changelog

Merged pull requests:

v1.0.0-beta.0 (2018-02-07)

Full Changelog

Implemented enhancements:

  • Remove deprecated commands #163

Closed issues:

  • How might I get only one of my scenarios to run my after_success deploy script? #180
  • Remove "default config"? #177
  • Deprecate support for top-level dependencies under a scenario #162

Merged pull requests:

v0.2.23 (2018-01-13)

Full Changelog

Fixed bugs:

Closed issues:

  • Feature Request: support promises in dependencies... #172

Merged pull requests:

v0.2.22 (2017-11-14)

Full Changelog

Merged pull requests:

  • Do not issue warning when including ember-try in project's package.json. #166 (rwjblue)

v0.2.21 (2017-11-14)

Full Changelog

Merged pull requests:

  • update ember-cli-version-checker #165 (ef4)

v0.2.20 (2017-11-13)

Full Changelog

Fixed bugs:

  • Error: Cannot find module 'bower' #161
  • Ensure bower is not required when no bower dependencies are present. #164 (rwjblue)

Closed issues:

  • bower version #131
  • Ember-try uses Yarn in Travis CI Trusty Build #125
  • Allow user to disable beta, canary when using versionCompatability #86

Merged pull requests:

  • Clean up all-commands.sh to remove deprecated commands #160 (kategengler)

v0.2.19 (2017-11-12)

Full Changelog

Fixed bugs:

  • versionCompatibility caching #112

Closed issues:

  • Scenarios missing their deps when no bower and no package-lock.json #150
  • try:each fails with paths containing spaces and parens #149
  • ember-cli module directory emptied of files #141

Merged pull requests:

v0.2.18 (2017-11-06)

Full Changelog

Implemented enhancements:

  • Order versionCompatibility scenarios by semver #128

Closed issues:

  • Ignore package-lock.json by default #144
  • yarn detection isn't complete #133

Merged pull requests:

v0.2.17 (2017-09-08)

Full Changelog

Closed issues:

  • useYarn: true causes ember try:each to fail #147

Merged pull requests:

v0.2.16 (2017-07-16)

Full Changelog

Fixed bugs:

Closed issues:

  • ember-try fails with default addon app + ember-cli-sass #126
  • Does ember-try-config need to be a dev dependency? #77

Merged pull requests:

v0.2.15 (2017-05-31)

Full Changelog

Merged pull requests:

v0.2.14 (2017-04-22)

Full Changelog

Merged pull requests:

  • Move ember-cli-babel to a devDependency. #124 (rwjblue)
  • Make "ember-cli-babel" dev dependency #123 (Turbo87)

v0.2.13 (2017-03-28)

Full Changelog

Closed issues:

  • Failing in Travis with Error: Cannot find module './../utils/result-summary' #121

Merged pull requests:

v0.2.12 (2017-03-24)

Full Changelog

Merged pull requests:

v0.2.11 (2017-03-16)

Full Changelog

Closed issues:

  • Support running bower scenarios even if the app does not initially have a bower.json #110

Merged pull requests:

v0.2.10 (2017-02-21)

Full Changelog

Closed issues:

  • Having trouble figuring out how to try versions of ember-data #111

Merged pull requests:

  • Leverage command return value instead of process.exit. #114 (rwjblue)

v0.2.9 (2017-01-15)

Full Changelog

Merged pull requests:

  • Install bower if not installed and required by scenarios #109 (kategengler)

v0.2.8 (2016-11-01)

Full Changelog

Closed issues:

  • Command from config cannot include multiple command with | or && #94
  • Allow using environment variables in command. #87

Merged pull requests:

  • Allow chained commands and setting env vars in commands #107 (kategengler)
  • Run a subset of commands in Windows CI as a smoke-test #97 (kategengler)

v0.2.7 (2016-10-30)

Full Changelog

Closed issues:

  • Add API for removing packages #104
  • A #103
  • Add ability for yarn to replace bower executable #102
  • make bower optional #101
  • Running command silently contains ember-try installation output #99
  • ember-try-config messing with shrinkwrap #80
  • Can we use bower's programmatic api? #42

Merged pull requests:

v0.2.6 (2016-09-28)

Full Changelog

Fixed bugs:

  • Deprecation warning for Ember CLI below v2.6.0 #83

Merged pull requests:

v0.2.5 (2016-08-03)

Full Changelog

Fixed bugs:

  • Deprecation warning for Ember CLI below v2.6.0 #84

Merged pull requests:

v0.2.4 (2016-06-21)

Full Changelog

Merged pull requests:

v0.2.3 (2016-06-21)

Full Changelog

Closed issues:

  • slow require times #74
  • ember try is grabbing more than release/beta #72
  • When using ember try:each, npm install doesn't always seem to be executed #70
  • [Proposal] Blueprinted scenarios #55

Merged pull requests:

  • Move costly requires to be lazy. #75 (rwjblue)
  • Fix deprecation message for ember try command. #73 (rwjblue)
  • Warn if addon or app is using ember-try in package.json, it's now included in ember-cli #71 (kategengler)
  • Update README.md #69 (MiguelMadero)
  • Added "How to use EmberTry" from Global Ember Meetup #68 (taras)

v0.2.2 (2016-03-15)

Full Changelog

v0.2.1 (2016-03-13)

Full Changelog

Merged pull requests:

  • Add some output between scenarios to make the output easier to parse in case of failures #67 (kategengler)
  • Make config file able to export a function #66 (kategengler)
  • Add ability to auto-generate scenarios from a versionCompatibility statement in package.json #65 (kategengler)
  • Some reorganization + adding debug #64 (kategengler)
  • Add coverage & codeclimate config #63 (kategengler)

v0.2.0 (2016-02-20)

Full Changelog

Closed issues:

  • ember try:testall should honor all or a subset of 'ember test' arguments #43
  • Add a parameter to the scenarios to warn on failure instead of fail #4

Merged pull requests:

  • New configuration option allowedToFail per scenario. #62 (kategengler)
  • Add 'bowerOptions' and 'npmOptions' as top level configuration options #61 (kategengler)
  • Add ember try:one \<scenario\> \(...options\) --- \<command\> #60 (kategengler)
  • Make commands configurable and add try:each command, soft-deprecating testall #59 (kategengler)

v0.1.3 (2016-02-16)

Full Changelog

Closed issues:

  • [enhancement] Enable writing test results to file #30

Merged pull requests:

  • Fix bug: options were not being passed to the command run by try #58 (kategengler)
  • Quiet npm warnings by appeasing it with changes to the fixture package.json #57 (kategengler)
  • Just passing --skip-cleanup isn't enough #56 (kategengler)
  • Refactor so that ScenarioManager doesn't need to know about config #54 (kategengler)

v0.1.2 (2016-02-04)

Full Changelog

Closed issues:

  • Table cell width / alignment issues in some scenarios. #46

Merged pull requests:

  • Expose environment variable for currently running scenario. #52 (rwjblue)
  • Use cli-table2. #51 (rwjblue)

v0.1.1 (2016-02-01)

Full Changelog

Closed issues:

  • bower.json reset to first run, not initial value. #47
  • [enhancement] Handle ember and ember data as addons #44

Merged pull requests:

  • Allow --config-path to be specified to ember-try commands. #50 (rwjblue)
  • Remove .only so all node tests can run. #49 (rwjblue)
  • Simplify npm scripts. #48 (rwjblue)

v0.1.0 (2016-01-29)

Full Changelog

Closed issues:

  • What is the most convenient way to execute ember-try builds concurrently on Linux? #40
  • CI Pipeline #38

Merged pull requests:

v0.0.8 (2015-07-24)

Full Changelog

Closed issues:

  • Removing ember-data causes error #35
  • Failing on Travis #27
  • try:testall does not appear in help #22

Merged pull requests:

v0.0.7 (2015-06-03)

Full Changelog

Merged pull requests:

v0.0.6 (2015-06-02)

Full Changelog

Closed issues:

  • Add tmp dir to the .npmignore. #23

Merged pull requests:

  • add tmp dir to npmignore fix #23 #24 (odoe)

v0.0.5 (2015-04-20)

Full Changelog

Closed issues:

  • Killing ember-try while it's running leaves bower.json modified #20
  • Ability to configure a minimum version for "testall" #19
  • Add a hook for after successful test #15
  • Add ability to pass command line options when using ember try beta \<command\>. #10

Merged pull requests:

v0.0.4 (2015-04-05)

Full Changelog

Closed issues:

  • Fails when Bower is not globally installed. #11
  • New version? #7

Merged pull requests:

  • Do not require global bower or ember commands. #12 (rwjblue)

v0.0.3 (2015-04-04)

Full Changelog

Closed issues:

  • Running an individual scenario with ember try returns a nonzero exit code when all tests pass #5
  • Allow testing of beta and canary versions. #3

Merged pull requests:

  • Remove dependency on git; manage original version of bower.json #9 (kategengler)
  • Replace Task model with CoreObject #8 (kategengler)
  • fixes #3: remove actual version check and preserve resolutions #6 (habdelra)

v0.0.2 (2015-03-31)

Full Changelog

Merged pull requests:

v0.0.1 (2015-03-24)