Skip to content

Latest commit

 

History

History
598 lines (365 loc) · 34.4 KB

CHANGELOG.md

File metadata and controls

598 lines (365 loc) · 34.4 KB

Change Log

Full Changelog

Fixed bugs:

  • Deprecation Warning thrown Even when needs:\[\] is passed #195

Merged pull requests:

  • Deprecation Warning thrown with needs:\[\] #196 (canufeel)

v0.6.1 (2017-01-24)

Full Changelog

Closed issues:

  • Release v0.6.0 #192
  • Integration component test issues after v0.5.31 #176

Merged pull requests:

  • Ember 2.12: Use factoryFor instead of lookupFactory, if available #194 (bwbuchanan)

v0.6.0 (2016-12-21)

Full Changelog

Implemented enhancements:

  • JSHint not catching missing semicolon's aka. replace JSHint with ESLint #70
  • Replace JSHint with ESLint #190 (Turbo87)

Closed issues:

  • Use ESLint instead of JSHint #189
  • Update Ember CLI #185

Merged pull requests:

v0.6.0-beta.1 (2016-11-27)

Full Changelog

Implemented enhancements:

  • Publish to npm #58

Closed issues:

  • test-module-for-integration.js #182

Merged pull requests:

v0.5.34 (2016-10-03)

Full Changelog

Closed issues:

  • Reset test elements instead of emptying them #178
  • Regression with v0.5.26 #161

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)

Full Changelog

Closed issues:

  • Ability to set Resolver per-module #173
  • Callback context is inconsistent #133

Merged pull requests:

v0.5.32 (2016-08-16)

Full Changelog

Merged pull requests:

  • Allow test frameworks to set context to use. #175 (rwjblue)

v0.5.31 (2016-08-03)

Full Changelog

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)

Full Changelog

Merged pull requests:

v0.5.29 (2016-08-01)

Full Changelog

Merged pull requests:

  • Start working on making the alpha pass. #168 (rwjblue)

v0.5.28 (2016-07-30)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Closed issues:

  • Minor version 0.5.24 -> 0.5.25 broke my tests #159

Merged pull requests:

  • Fix regression related to DOM structure. #160 (rwjblue)

v0.5.25 (2016-06-06)

Full Changelog

Closed issues:

  • can't test customEvents #75

Merged pull requests:

  • Refactor moduleForComponent rendering to use outlet system. #158 (rwjblue)

v0.5.24 (2016-05-25)

Full Changelog

Closed issues:

  • How should mutliple render calls in one test behave? #111

Merged pull requests:

  • Ensure prior render is cleared when calling this.render. #155 (rwjblue)

v0.5.23 (2016-05-05)

Full Changelog

Closed issues:

  • Component context should be cleaned up between integration tests? #149
  • Check Ember.Test.waiters in wait helper #139

Merged pull requests:

v0.5.22 (2016-01-31)

Full Changelog

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)

Full Changelog

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)

Full Changelog

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)

Full Changelog

v0.5.18 (2015-12-12)

Full Changelog

Closed issues:

  • Return passed value from set and setProperties on integration tests #131

Merged pull requests:

v0.5.17 (2015-12-07)

Full Changelog

Closed issues:

  • Tests fail for latest beta/canary #126
  • Can no longer override registry in acceptance tests #124

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)

Full Changelog

Merged pull requests:

  • Use newly exposed mixins to create owner. #119 (rwjblue)

v0.5.15 (2015-11-10)

Full Changelog

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)

Full Changelog

Closed issues:

  • Implicit service injection fails in unit tests for dasherized names #108

Merged pull requests:

  • Fix issues with normalization in primary (non-fallback) registry. #113 (rwjblue)

v0.5.13 (2015-10-20)

Full Changelog

Closed issues:

  • TestModuleFor{App,Acceptance} proposal #94

Merged pull requests:

v0.5.12 (2015-10-02)

Full Changelog

Merged pull requests:

v0.5.11 (2015-10-01)

Full Changelog

Merged pull requests:

  • Add public API for injection & registration #105 (ef4)
  • Add id and until to deprecations. #102 (rwjblue)

v0.5.10 (2015-09-13)

Full Changelog

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)

Full Changelog

Merged pull requests:

v0.5.8 (2015-07-30)

Full Changelog

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:

  • Ensure view-registry is injected for unit tested components. #92 (rwjblue)

v0.5.7 (2015-07-28)

Full Changelog

Merged pull requests:

  • Consistently use the new view registry #90 (ef4)

v0.5.6 (2015-07-24)

Full Changelog

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)

Full Changelog

Closed issues:

  • Angle bracket components error when resolving #77

Merged pull requests:

v0.5.4 (2015-07-21)

Full Changelog

Merged pull requests:

v0.5.3 (2015-07-21)

Full Changelog

Closed issues:

  • "Render node exists without concomitant env" in 1.13.4 #76

Merged pull requests:

  • Only override container methods if present. #85 (rwjblue)

v0.5.2 (2015-07-20)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Merged pull requests:

  • Remove isolatedContainer and use Ember.Application.buildRegistry. #49 (rwjblue)

v0.4.6 (2015-05-18)

Full Changelog

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:

  • Ensure moduleForComponent with description works. #53 (rwjblue)

v0.4.5 (2015-05-14)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Merged pull requests:

  • Use container to register custom DS keys. #34 (dgeb)

v0.4.2 (2015-04-04)

Full Changelog

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)

Full Changelog

Merged pull requests:

  • Ensure moduleForModel uses the correct store for subject. #28 (rwjblue)

v0.4.0 (2015-03-17)

Full Changelog

Merged pull requests:

  • [breaking] Remove view.$\(\) call in render\(\) of module for component #27 (bantic)

v0.3.6 (2015-03-12)

Full Changelog

Merged pull requests:

  • Move integration container logic to TestModule #24 (nikz)

v0.3.5 (2015-03-11)

Full Changelog

Closed issues:

  • setup and teardown are not passing original arguments from frameworks #22

Merged pull requests:

  • Set registry.normalizeFullName to resolver.normalize. #23 (dgeb)
  • Adding standalone integration test support #21 (ef4)

v0.3.4 (2015-02-22)

Full Changelog

Merged pull requests:

v0.3.3 (2015-02-19)

Full Changelog

Merged pull requests:

v0.3.2 (2015-02-10)

Full Changelog

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)

Full Changelog

Merged pull requests:

  • Upgrade ember to 1.10.0 and remove handlebars. #13 (dgeb)

v0.3.0 (2015-01-31)

Full Changelog

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)

Full Changelog

v0.1.0 (2015-01-22)

Full Changelog

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)

Full Changelog

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)

Full Changelog

v0.0.5 (2014-10-14)

Full Changelog

v0.0.4 (2014-10-14)

Full Changelog

v0.0.3 (2014-10-07)

Full Changelog

Closed issues:

  • Configure testem for CI testing #1

v0.0.2 (2014-10-02)

Full Changelog

v0.0.1 (2014-05-03)

* This Change Log was automatically generated by github_changelog_generator