Skip to content

Releases: elwayman02/ember-sinon-qunit

Ember 3.26, Drop Node 10, Drop Deprecated Features

08 May 00:53
Compare
Choose a tag to compare

Ember 3.16, Sinon 9.0.0

27 Feb 19:45
Compare
Choose a tag to compare
v5.0.0

Released v5.0.0

Proper Deprecation

18 Sep 18:13
Compare
Choose a tag to compare

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

V4: Simplication & Consolidation

06 Sep 22:49
Compare
Choose a tag to compare

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!

New Sinon APIs!

08 Jan 23:00
Compare
Choose a tag to compare

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.

Sinon createSandbox & Ember 3.4.x

08 Sep 23:21
Compare
Choose a tag to compare

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

Thanks @GCheung55 for the upgrade!

RSVP Support

14 Mar 23:58
Compare
Choose a tag to compare

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!

Ember 3, Sinon 4, Deprecations

14 Mar 23:58
Compare
Choose a tag to compare

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.

Ember 2.16, QUnit.Only!

27 Nov 19:31
Compare
Choose a tag to compare

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.

Sinon v3 & Ember 2.14

29 Aug 00:57
Compare
Choose a tag to compare
v2.0.0

Released v2.0.0