Skip to content

Releases: canjs/can-fixture

Fixture store, fix for using createData with string ids

08 Jul 19:26
Compare
Choose a tag to compare

Fixes use of fixture store with types with subtypes

24 Jun 14:20
Compare
Choose a tag to compare

QUNIT2 upgrade

28 May 18:24
Compare
Choose a tag to compare

This updates the tests to use QUnit@2.x.x.

#169

Adds warning when global fixture is called

01 May 20:57
Compare
Choose a tag to compare

support Promise and Async/Await

24 Apr 23:04
Compare
Choose a tag to compare

This release adds support for the requestHandler to return promises. #164

Delete fixture and get removed fixture function for later restoration

01 Feb 20:43
Compare
Choose a tag to compare

This fixes #34 by returning the replaced/removed fixture that can be restored later.

can.fixture("services/thing", function(){});
// ...
var oldFixtures = fixture("/services/thing", null);

Allow to be used inside of steal-clone

25 Oct 13:05
Compare
Choose a tag to compare

Documentation Overhaul

24 Oct 08:08
Compare
Choose a tag to compare

Heavily updated documentation.

  • Most examples now link to codepen.
  • Updated using ES6 syntax
  • Fixed spelling and misleading documentation
  • Added missing @params.

3.0.0

05 Jul 16:04
Compare
Choose a tag to compare

This is a major release, upgrading to use can-query-logic instead of can-set.

v2.1.0

04 Jul 05:22
Compare
Choose a tag to compare
  • Add compatibility with how webpack builds for production #149
  • Add "use strict" #150