Skip to content

5.1.0

Compare
Choose a tag to compare
@matthewp matthewp released this 06 Jul 20:58
· 1394 commits to master since this release

New Features

can-route-mock is now included as an ecosystem package.

import { route, RouteMock } from "//unpkg.com/can@5/ecosystem.mjs";

route.urlData = new RouteMock();
route.register("{page}", { page: "home" });
route.start();

Updates to individual packages

can-define

also fixes a problem where type converters were not being called with the right this #349

This fixes a problem where expando properties were not able to be added again after being deleted.

can-make-map

canjs/can-make-map@v1.0.0...v1.0.1

can-super-model

Fix documentation to put this pkg into can-ecosystem

can-super-model is an ecosystem package but is listed on the website as
core. This patch release fixes that.