Ember Sinon Qunit Versions Save

Sinon sandbox test integration for QUnit

v5.0.0

4 years ago

v4.0.1

4 years ago

Thanks @gorner for realizing the deprecation code wasn't working properly and even submitting a PR to fix it, with tests!

v4.0.0

4 years ago

We've completely rewritten ember-sinon-qunit! Don't worry, though, the deprecated features are backwards-compatible even though it's a major release. Read this post to learn more!

v3.4.0

5 years ago

This release exposes a lot of new APIs that were added to Sinon since this project was started. Huge thanks to @derekwsgray for undertaking that effort after identifying the missing features!

Also updates to the latest versions of Ember and other dependencies.

v3.3.0

5 years ago

Sinon deprecated its old method of creating sandboxes, so now we've updated to the latest API: Sinon.createSandbox()

Thanks @GCheung55 for the upgrade!

v3.1.0

6 years ago

This release sets RSVP as the default promise library for the sandbox, so that methods like stub.rejects will use the same Promises that you use elsewhere in your Ember app!

v3.0.0

6 years ago

This release upgrades to the latest versions of Ember, Sinon, and Ember-Sinon. It also removes the long-deprecated imports for the test-support files that run this addon. If you haven't already, please make sure to update your app to the syntax outlined in the README when you upgrade.

v2.1.0

6 years ago

As of this release we now support the latest Ember versions! Also, thanks to great work by @snewcomer, we also provide a wrapper for QUnit.only, which allows you to run a single test in isolation.

v2.0.0

6 years ago

v1.5.0

7 years ago