Releases: canjs/can-fixture
Releases · canjs/can-fixture
Fixture store, fix for using createData with string ids
Fixes use of fixture store with types with subtypes
v3.1.6 3.1.6
QUNIT2 upgrade
This updates the tests to use [email protected].
Adds warning when global fixture is called
support Promise and Async/Await
This release adds support for the requestHandler
to return promises. #164
Delete fixture and get removed fixture function for later restoration
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
v3.0.3 3.0.3
Documentation Overhaul
Heavily updated documentation.
- Most examples now link to codepen.
- Updated using ES6 syntax
- Fixed spelling and misleading documentation
- Added missing
@params
.