Skip to content

Latest commit

 

History

History
731 lines (445 loc) · 38.7 KB

CHANGELOG.md

File metadata and controls

731 lines (445 loc) · 38.7 KB

Change Log

v4.3.2 (2018-02-16)

🐛 Bug Fix

  • Update ember-qunit to 3.3.2 (fixing an issue with waitUntil)

Committers: 1

v4.3.1 (2018-02-11)

🚀 Enhancement

🏠 Internal

Committers: 2

v4.3.0 (2018-01-17)

🐛 Bug Fix

  • Update minimum version of ember-qunit to 3.3.0.
    • emberjs/ember-qunit#307 Remove exception method from QUnit test adapter when using Ember 2.17+. (@rwjblue)
    • emberjs/ember-qunit#306 Update to QUnit 2.5.0. (@rwjblue)
      • Adds assert.rejects.
      • Reduces the delays around assert.async and returning promises from hook methods.
      • Adds a native promise unhandled rejection handler.
      • Fixes an issue with notrycatch mode being ignored for promises returned (e.g. it would previously always .catch every returned promise).
    • emberjs/ember-qunit#304 [BREAKING BUGFIX] Add validation for Ember.onerror in testing. (@rwjblue)

v4.2.1 (2017-12-18)

🐛 Bug Fix

  • #198 Update minimum version of ember-qunit. (@rwjblue)
    • Ensures re-exports from ember-test-helpers are still present (with a deprecation).
    • Ensures that Ember.testing is set properly from "normal" non moduleFor* and/or setup*Test style tests.

🏠 Internal

Committers: 1

v4.2.0 (2017-12-17)

🚀 Enhancement

  • #196 Update ember-qunit to 3.2.0 (includes setupApplicationTest).. (@rwjblue)

Committers: 1

v4.1.0 (2017-11-11)

Full Changelog

Closed issues:

  • Error: Merge error: conflicting capitalizations #195

v4.0.2 (2017-11-06)

Full Changelog

v4.1.0-beta.3 (2017-11-06)

Full Changelog

Closed issues:

  • generateTestFile() can generate broken code #142

Merged pull requests:

v4.1.0-beta.2 (2017-10-08)

Full Changelog

Merged pull requests:

  • Ensure contentFor and setTestGenerator are forwarded to ember-qunit. #192 (rwjblue)

v4.1.0-beta.1 (2017-10-08)

Full Changelog

Closed issues:

  • Qunit Issues with Ember 2.10 and Qunit 3.01 #172

Merged pull requests:

  • Remove functionality to defer to ember-qunit API. #191 (rwjblue)
  • Add RELEASE.md documentation #189 (trentmwillis)
  • docked testContainer should stick to the bottom of the window #188 (tony2n2)

v4.0.1 (2017-08-29)

Full Changelog

Implemented enhancements:

  • CI: Use "auto-dist-tag" for deployment #181 (Turbo87)

Fixed bugs:

  • Dependency on ember-cli-babel 6.0.0 beta blocks Node 7 #185

Closed issues:

  • v4.0.0 just hangs #184
  • Tests hanging upgrading from 2.2.5 to 4.0.0 #183
  • Tests are hanging with v4.0.0 #182

Merged pull requests:

v4.0.0 (2017-04-30)

Full Changelog

Closed issues:

  • skipping first test in a module leaves module undefined during test hooks #179
  • ember-qunit to 2.1.2 #178
  • Maximum call stack size exceeded #174
  • Wierd errors after upgrading to 3.0.4 #162
  • Provide ability to inject html into test-body #154
  • rootElement isn't expressive enough. #81

Merged pull requests:

v4.0.0-beta.1 (2017-03-25)

Full Changelog

Closed issues:

  • Replace auto-load with "loader" function #171

Merged pull requests:

v2.2.6 (2017-03-12)

Full Changelog

Merged pull requests:

  • Prevent clobbering custom this.options.babel. #173 (rwjblue)

v3.1.1 (2017-02-01)

Full Changelog

Merged pull requests:

v3.1.0 (2017-01-09)

Full Changelog

Implemented enhancements:

  • Convert ember-cli-test-loader to internal dependency #163
  • Convert "ember-cli-test-loader" to addon dependency #165 (Turbo87)

v2.2.5 (2016-12-13)

Full Changelog

v3.0.4 (2016-12-13)

Full Changelog

Merged pull requests:

v2.2.4 (2016-12-13)

Full Changelog

v3.0.3 (2016-12-13)

Full Changelog

Closed issues:

  • No compatible version found: ember-cli-qunit@^3.0.2 #153
  • Acceptance test container not visible unless addon options specified in ember-cli-build.js file #150

Merged pull requests:

  • [2.x] Preprocess addon-test-support files in upcoming ember-cli #160 (trentmwillis)
  • Preprocess addon-test-support files in upcoming ember-cli #159 (trentmwillis)
  • Update "ember-qunit" to v2.0.0-beta.1 #157 (Turbo87)

v3.0.2 (2016-09-28)

Full Changelog

v2.2.3 (2016-09-28)

Full Changelog

Closed issues:

  • ember test not running entire test suite with v2.2.2 #149
  • Using test from shims produces deprecation warnings #148
  • Upgrading to 2.2.2 causes our tests to not run #147

Merged pull requests:

v3.0.1 (2016-09-11)

Full Changelog

v2.2.2 (2016-09-11)

Full Changelog

Merged pull requests:

  • Prevent calling QUnit.start twice with jQuery 3.0. #146 (rwjblue)
  • Prevent calling QUnit.start twice with jQuery 3.0. #145 (rwjblue)

v3.0.0 (2016-08-22)

Full Changelog

v3.0.0-beta.2 (2016-08-18)

Full Changelog

Merged pull requests:

  • Use 2x for height and width of #ember-testing. #144 (rwjblue)

v3.0.0-beta.1 (2016-08-18)

Full Changelog

Implemented enhancements:

  • Upgrade to latest qunitjs #141

Merged pull requests:

v2.2.1 (2016-08-03)

Full Changelog

Fixed bugs:

v2.2.0 (2016-08-02)

Full Changelog

Implemented enhancements:

  • slows startup time #122

Fixed bugs:

  • The testing css breaks getClientBoundingRect with non standards compliant css #48

Closed issues:

  • jQuery document ready not guaranteed to be available #40

Merged pull requests:

  • Remove jQuery requirement. #136 (rwjblue)
  • Add a README note about JSHint extraction in 2.x #135 (reidab)

v2.1.0 (2016-06-24)

Full Changelog

Merged pull requests:

v2.0.3 (2016-06-17)

Full Changelog

Merged pull requests:

  • Remove ember-qunit-notifications and import qunit-notifications from NPM #119 (trentmwillis)

v1.4.2 (2016-06-17)

Full Changelog

Implemented enhancements:

  • Pull QUnit From NPM Instead Of Bower #26

Fixed bugs:

  • Deprecation warning with ember 2.6.0 #121

Closed issues:

  • Path or pattern "bower_components/ember-qunit/named-amd/main.js" did not match any files #37
  • TESTS!!!!! #22
  • Clicking the app name in QUnit should run all tests #16

v2.0.2 (2016-05-20)

Full Changelog

Closed issues:

  • Improve re-throwing of test-loader failures #100
  • lodash-node deprecated (from old version of broccoli-sourcemap-concat) #98

Merged pull requests:

v2.0.0 (2016-05-08)

Full Changelog

Fixed bugs:

  • Breaking change in 1.4.0, requiring ember-cli-test-loader >= 1.0.0 #110

Closed issues:

  • Suggest changing message to upgrade ember-cli-loader from 1.0.0 to 0.2.2 #109
  • You cannot use the same root element (#ember-testing) multiple times in an Ember.Application #101

Merged pull requests:

v1.4.1 (2016-03-26)

Full Changelog

Merged pull requests:

v1.4.0 (2016-03-19)

Full Changelog

Merged pull requests:

  • Allow ".lint-test" suffix to work along with ".jshint" #108 (mitchlloyd)

v1.3.0 (2016-03-02)

Full Changelog

Closed issues:

  • version 1.2.2 throws error when building #103

Merged pull requests:

  • Use broccoli-concat instead of broccoli-soucremap-concat #107 (krisselden)
  • Implement test file generator function #105 (Turbo87)

v1.2.4 (2016-02-14)

Full Changelog

v1.2.3 (2016-02-14)

Full Changelog

v1.2.2 (2016-02-14)

Full Changelog

Merged pull requests:

  • Disabling JSHint linting when linting addon exists. #102 (rwjblue)

v1.2.1 (2016-01-18)

Full Changelog

Closed issues:

  • Bumping to 1.1.0 stops tests from running #95
  • v1.2.0 not on NPM #94
  • useLintTree: false breaks the app if Babel is used #83

Merged pull requests:

v1.2.0 (2015-12-13)

Full Changelog

Merged pull requests:

v1.1.0 (2015-12-13)

Full Changelog

Merged pull requests:

  • Use ember-qunit as an NPM dependency. #92 (rwjblue)

v1.0.5 (2015-12-12)

Full Changelog

Closed issues:

  • Can't find local modules #90

Merged pull requests:

v1.0.4 (2015-11-10)

Full Changelog

Closed issues:

  • Does moduleForComponent (integration true) support one way bound inputs yet? #85

Merged pull requests:

v1.0.3 (2015-09-11)

Full Changelog

Merged pull requests:

v1.0.2 (2015-09-11)

Full Changelog

Closed issues:

  • jshint error - es6 default params #76

Merged pull requests:

  • Use addModuleIncludeMatcher instead of prototype mutation. #77 (rwjblue)

v1.0.1 (2015-08-20)

Full Changelog

Fixed bugs:

  • jshint no longer skips #74

Merged pull requests:

  • Upgrading broccoli-jshint to the latest #75 (msranade)

v1.0.0 (2015-08-05)

Full Changelog

v0.4.0 (2015-08-05)

Full Changelog

Closed issues:

  • ember g ember-cli-qunit fails on ember-cli-test-loader #72

Merged pull requests:

  • Fix default blueprint by specifying source. #73 (blimmer)

v0.3.20 (2015-07-31)

Full Changelog

v0.3.19 (2015-07-30)

Full Changelog

v0.3.18 (2015-07-24)

Full Changelog

v0.3.17 (2015-07-23)

Full Changelog

v0.3.16 (2015-07-21)

Full Changelog

Merged pull requests:

v0.3.15 (2015-07-06)

Full Changelog

Merged pull requests:

v0.3.14 (2015-05-19)

Full Changelog

Closed issues:

  • Updated broccoli-jshint to 0.5.6 #66

Merged pull requests:

v0.3.13 (2015-05-15)

Full Changelog

Merged pull requests:

  • Correct "Doc test pane" to "Dock test pane" #65 (SaladFork)

v0.3.12 (2015-05-07)

Full Changelog

Closed issues:

  • Add License file? #61

Merged pull requests:

v0.3.11 (2015-04-08)

Full Changelog

Merged pull requests:

v0.3.10 (2015-04-05)

Full Changelog

Closed issues:

  • Unit tests fail with this.\_containerCache is undefined #54

Merged pull requests:

  • Update ember-qunit to v0.3.1. #56 (rwjblue)
  • Upgrade ember-qunit to 0.3.0 #55 (subhashb)
  • Feature: Allow testing preview container position to be toggleable #53 (TayHobbs)

v0.3.9 (2015-02-28)

Full Changelog

Merged pull requests:

v0.3.8 (2015-02-15)

Full Changelog

Merged pull requests:

  • Ensure modules that fail to load fail the build. #49 (rwjblue)
  • Update ember-qunit dependencies #47 (jbrown)
  • Match the ember-cli blueprint #46 (jbrown)

v0.3.7 (2015-02-10)

Full Changelog

Merged pull requests:

  • Prevents module load errors from stopping test run. #45 (rwjblue)

v0.3.6 (2015-02-10)

Full Changelog

Merged pull requests:

  • Remove ember-cli-shims requirement. #44 (rwjblue)

v0.3.5 (2015-02-10)

Full Changelog

Fixed bugs:

  • In model unit tests this.subject\(\).store and this.store\(\) are different #42

Closed issues:

  • needs release #25

Merged pull requests:

v0.3.4 (2015-02-04)

Full Changelog

Merged pull requests:

  • Add a short delay before starting tests. #39 (rwjblue)

v0.3.3 (2015-02-02)

Full Changelog

Merged pull requests:

v0.3.2 (2015-01-31)

Full Changelog

Merged pull requests:

v0.3.1 (2015-01-28)

Full Changelog

Closed issues:

  • Path or pattern "passed.png" did not match any files #31

Merged pull requests:

  • Use separate .jshintrc for app and tests linting. #32 (rwjblue)

v0.3.0 (2015-01-28)

Full Changelog

Merged pull requests:

  • Move test-loader into ember-cli-qunit. #30 (rwjblue)

v0.2.0 (2015-01-27)

Full Changelog

Closed issues:

  • Update to QUnit 1.16. #19

Merged pull requests:

v0.1.2 (2014-11-19)

Full Changelog

Closed issues:

  • Inject styles and fixture divs via contentFor hook. #17
  • New release due to changes from #14 #15

Merged pull requests:

v0.1.1 (2014-09-07)

Full Changelog

Closed issues:

  • Cannot install in mac #12

Merged pull requests:

  • get bower directory from the app instead of hardcoding to bower\_components #14 (tikotzky)

v0.1.0 (2014-09-05)

Full Changelog

Closed issues:

  • ember-cli-qunit adds about installed in ~20MB due to the bower dep #9
  • Do not return more than we need to from treeFor\('vendor'\). #8

Merged pull requests:

v0.0.7 (2014-08-27)

Full Changelog

v0.0.6 (2014-08-26)

Full Changelog

Closed issues:

  • bower install necessary in postinstall? #6
  • Error on npm install #2

Merged pull requests:

v0.0.5 (2014-08-22)

Full Changelog

Fixed bugs:

  • Local versions installed via bower overriding local project ones #3

Closed issues:

  • Should not require bower to be installed globally. #1

Merged pull requests:

  • Do not execute paths in node_modules for bower install. #4 (rwjblue)

v0.0.4 (2014-08-11)

Full Changelog

0.0.3 (2014-07-09)