Fixed bugs:
- Deprecation Warning thrown Even when
needs:\[\]
is passed #195
Merged pull requests:
v0.6.1 (2017-01-24)
Closed issues:
Merged pull requests:
- Ember 2.12: Use factoryFor instead of lookupFactory, if available #194 (bwbuchanan)
v0.6.0 (2016-12-21)
Implemented enhancements:
- JSHint not catching missing semicolon's aka. replace JSHint with ESLint #70
- Replace JSHint with ESLint #190 (Turbo87)
Closed issues:
Merged pull requests:
- README: Update links #193 (Turbo87)
- Cleanup package.json file #188 (Turbo87)
- Update dependencies #187 (Turbo87)
- Update QUnit module example #186 (martndemus)
v0.6.0-beta.1 (2016-11-27)
Implemented enhancements:
- Publish to npm #58
Closed issues:
- test-module-for-integration.js #182
Merged pull requests:
- Replace "klassy" with ES6 classes #183 (Turbo87)
- Overriding toString() to return the test subject name #181 (kiwiupover)
v0.5.34 (2016-10-03)
Closed issues:
Merged pull requests:
- Reset ember-testing div to initial state on teardown #180 (trentmwillis)
- Fix the build (skipping a willDestroyElement test) for canary builds. #179 (rwjblue)
v0.5.33 (2016-08-18)
Closed issues:
Merged pull requests:
- Introduce resolver option to test module #174 (trentmwillis)
v0.5.32 (2016-08-16)
Merged pull requests:
v0.5.31 (2016-08-03)
Merged pull requests:
- Enable usage when jQuery is not present. #172 (rwjblue)
- Avoid duplication between test-module-for-component and test-module-for-integration. #171 (rwjblue)
v0.5.30 (2016-08-01)
Merged pull requests:
- Only append to the DOM when the first
this.render
is called. #170 (rwjblue) - More alpha work. #169 (rwjblue)
v0.5.29 (2016-08-01)
Merged pull requests:
v0.5.28 (2016-07-30)
Merged pull requests:
- Call
Ember.ApplicationInstance.setupRegistry
if present. #167 (rwjblue) - Updating Package Versions within current range #166 (elwayman02)
v0.5.27 (2016-06-20)
Closed issues:
- Attempting to inject an unknown injection:
router:main
when running unit or integration tests for controllers or routes. #151
Merged pull requests:
- Fix the module-for-integration tests on Ember canary. #163 (rwjblue)
- export unsetContext from the main module #162 (CodeOfficer)
v0.5.26 (2016-06-07)
Closed issues:
- Minor version 0.5.24 -> 0.5.25 broke my tests #159
Merged pull requests:
v0.5.25 (2016-06-06)
Closed issues:
- can't test customEvents #75
Merged pull requests:
v0.5.24 (2016-05-25)
Closed issues:
- How should mutliple render calls in one test behave? #111
Merged pull requests:
v0.5.23 (2016-05-05)
Closed issues:
- Component context should be cleaned up between integration tests? #149
- Check Ember.Test.waiters in wait helper #139
Merged pull requests:
- Fix the build... #154 (rwjblue)
- Use new path to loader.js #153 (danjamin)
- Prefer Ember.assign over Ember.merge #150 (martndemus)
v0.5.22 (2016-01-31)
Merged pull requests:
- Test ember-data-2.3 in addon mode. #148 (rwjblue)
- Add
clearRender
method to allow testing of willDestroyElement. #147 (rwjblue) - Add moduleForIntegration #144 (matteddy)
v0.5.21 (2016-01-24)
Merged pull requests:
- Avoid using DS.JSONAPIAdapter if module is present. #143 (rwjblue)
- Load the JSONAPIAdapter out of require instead of assuming its on a D… #142 (bmac)
- Add support for Ember Test registered waiters to wait helper #141 (adamjmcgrath)
v0.5.20 (2016-01-23)
Closed issues:
- Global DS with Ember Data 2.3 #140
Merged pull requests:
- Make build-registry work correctly when ember-data addon is used #138 (pangratz)
- Change callback context to deprecate test module properties #136 (trentmwillis)
- Add moduleForAcceptance #129 (matteddy)
v0.5.19 (2015-12-12)
v0.5.18 (2015-12-12)
Closed issues:
- Return passed value from
set
andsetProperties
on integration tests #131
Merged pull requests:
- Enable publishing to NPM. #135 (rwjblue)
- Use NPM for klassy dep. #134 (rwjblue)
- Return passed in value for set and setProperties in integration test #132 (trentmwillis)
- Add JSHint to project. #128 (rwjblue)
- Update ember-cli to latest released version. #123 (rwjblue)
- Provide better context for
subject\(\)
deprecation #57 (seanpdoyle)
v0.5.17 (2015-12-07)
Closed issues:
Merged pull requests:
- Fix registry resolver for isolated container @2.3+ #127 (nickiaconis)
- Restrict integration: 'legacy' to component tests. #122 (rwjblue)
- Add support for
integration: 'legacy'
#121 (rwjblue)
v0.5.16 (2015-11-10)
Merged pull requests:
v0.5.15 (2015-11-10)
Closed issues:
- Events are fired twice for
onxxxx
type of handlers #116 - Injecting services for component integration tests doesn't seem to work #114
Merged pull requests:
v0.5.14 (2015-10-21)
Closed issues:
- Implicit service injection fails in unit tests for dasherized names #108
Merged pull requests:
v0.5.13 (2015-10-20)
Closed issues:
- TestModuleFor{App,Acceptance} proposal #94
Merged pull requests:
- Add
wait
helper. #112 (rwjblue) - [CLEANUP] remove empty file #110 (pangratz)
- Update README.md #107 (Kuzirashi)
- prepend tear down steps like tearDownForComponent in the begining of tearDownSteps array #104 (tsing80)
v0.5.12 (2015-10-02)
Merged pull requests:
v0.5.11 (2015-10-01)
Merged pull requests:
- Add public API for injection & registration #105 (ef4)
- Add
id
anduntil
to deprecations. #102 (rwjblue)
v0.5.10 (2015-09-13)
Closed issues:
- [CANARY] Test suite fails against ember-canary 2.2.0 #99
- No way to call component.didInsertElement() in component integration test #84
Merged pull requests:
- Move action handling from module to context #101 (ef4)
- Do not register a router service for Ember <1.13 #100 (mixonic)
- Fix typo in thrown error #98 (HeroicEric)
v0.5.9 (2015-08-20)
Merged pull requests:
- Allow overriding services/factories in the registry. #96 (rwjblue)
- Update ember-try config. #95 (rwjblue)
- [BUGFIX] Pass in model name to
store.adapterFor
#93 (seanpdoyle) - Throw when integration and needs declared #78 (bcardarella)
- Additional dom testing events. #66 (blimmer)
v0.5.8 (2015-07-30)
Closed issues:
- Recent view registry change breaks tests #91
- Deprecation message You tried to look up 'store:main', but this has been deprecated in favor of 'service:store' #65
- Deprecation message DS.FixtureAdapter has been deprecated #64
Merged pull requests:
v0.5.7 (2015-07-28)
Merged pull requests:
v0.5.6 (2015-07-24)
Merged pull requests:
- Add support for closure actions in component integration test #89 (martndemus)
- Remove dependencies that are actually dev dependencies #88 (chadhietala)
v0.5.5 (2015-07-23)
Closed issues:
- Angle bracket components error when resolving #77
Merged pull requests:
- ensure we correctly cleanup the context #87 (stefanpenner)
v0.5.4 (2015-07-21)
Merged pull requests:
v0.5.3 (2015-07-21)
Closed issues:
- "Render node exists without concomitant env" in 1.13.4 #76
Merged pull requests:
v0.5.2 (2015-07-20)
Closed issues:
- Does not work with Ember 2.0.0 beta 3 #80
- Component integration tests used deprecated Ember.View #59
Merged pull requests:
- Prevent errors when Ember.View / Ember._MetamorphView are undefined. #79 (rwjblue)
- allow getProperties and setProperties for component integration tests #68 (CodeOfficer)
v0.5.1 (2015-07-06)
Closed issues:
- remove dependency on klassy, prefer raw JS or core-object #56
- Accessing store and other services from #50
- this.subject() throws error in moduleForModel if { integration: true } #46
- TestModuleForComponent, integration: true, and {{link-to}} incompatible #41
Merged pull requests:
- Update test-module-for-model.js #74 (quaertym)
- Guard against exceptions in the setup steps. #73 (winding-lines)
- Ember.keys is deprecated in favor of Object.keys #71 (jpadilla)
- punctual punctuation #69 (CodeOfficer)
- Add a test for {{component}} helper #62 (ef4)
- Don't replace Ember's internal view:toplevel #61 (ef4)
- Compatibility with Ember 1.13+ #60 (ef4)
v0.5.0 (2015-05-18)
Merged pull requests:
v0.4.6 (2015-05-18)
Closed issues:
- moduleForComponent accepts 3 or 1 argument, should also accept 2 #52
- Feature request: support for block-params #40
- Proposal: switching to template-driven component integration tests #25
Merged pull requests:
v0.4.5 (2015-05-14)
Closed issues:
- Needs no longer optional in v0.4.4? Unit tests deprecated? #47
- New factories in isolatedContainer for Glimmer #43
Merged pull requests:
- Allow missing arguments for
moduleForComponent
. #48 (rwjblue) - Add javascript syntax highlighting to README example #45 (HeroicEric)
v0.4.4 (2015-05-06)
Merged pull requests:
- Add container items required for Glimmer. #44 (rwjblue)
- Delegate to DS._setupContainer when available to register service:store #39 (bmac)
- Support component integration tests #38 (ef4)
- Add automated testing against many Ember versions. #35 (rwjblue)
v0.4.3 (2015-04-04)
Merged pull requests:
v0.4.2 (2015-04-04)
Closed issues:
- isolated-container depends on private view #30
Merged pull requests:
- Register some built in Ember Data objects if ED exists on the page. #33 (bmac)
- Asynchronous module hooks #32 (ef4)
v0.4.1 (2015-03-24)
Merged pull requests:
v0.4.0 (2015-03-17)
Merged pull requests:
v0.3.6 (2015-03-12)
Merged pull requests:
v0.3.5 (2015-03-11)
Closed issues:
- setup and teardown are not passing original arguments from frameworks #22
Merged pull requests:
- Set
registry.normalizeFullName
toresolver.normalize
. #23 (dgeb) - Adding standalone integration test support #21 (ef4)
v0.3.4 (2015-02-22)
Merged pull requests:
- Fix
afterTeardown
callback removal. #19 (rwjblue) - destroy the subject in teardown #18 (CodeOfficer)
- make sure bower_components folder is where broccoli expects #17 (CodeOfficer)
v0.3.3 (2015-02-19)
Merged pull requests:
- Component not in dom in willDestroyElement #16 (craigteegarden)
v0.3.2 (2015-02-10)
Merged pull requests:
- Expose registry methods from isolatedContainer without deprecations. #15 (dgeb)
- Ensure callbacks are called in the test module's context. #14 (dgeb)
v0.3.1 (2015-02-08)
Merged pull requests:
v0.3.0 (2015-01-31)
Merged pull requests:
- Ensure that
setup
callback is invoked with the correct context. #12 (rwjblue) - Use ember-cli for easier building. #11 (rwjblue)
v0.2.0 (2015-01-22)
v0.1.0 (2015-01-22)
Merged pull requests:
- Update ES6 module transpiler and proper sourcemap concatenation #10 (chadhietala)
- Move to loader.js@3.0.0 and use ember-cli dependencies #9 (chadhietala)
v0.0.7 (2014-11-19)
Merged pull requests:
- The isolated container exposes Ember's controllers. #4 (cyril-sf)
- Make sure container and resolver normalize the same way #2 (marcoow)
v0.0.6 (2014-10-20)
v0.0.5 (2014-10-14)
v0.0.4 (2014-10-14)
v0.0.3 (2014-10-07)
Closed issues:
- Configure testem for CI testing #1
v0.0.2 (2014-10-02)
v0.0.1 (2014-05-03)
* This Change Log was automatically generated by github_changelog_generator