Releases: canjs/can-define-backup
Releases · canjs/can-define-backup
QUNIT2 upgrade
This updates the tests to use [email protected].
IE11 Support
Fixes issue with enumerability of added functions
v2.1.0 2.1.0
v1.1.0
API is now a mixin-based
import DefineMap from "can-define/map/map";
import defineBackup from "can-define-backup";
const recipe = new DefineMap( "Recipe", {
title: "Pancake Mix"
} );
defineBackup(recipe);