Releases: canjs/can-super-model
Releases · canjs/can-super-model
Dependency upgrade
The 2.0.0 version of can-super-model depends on can-connect 4.0.0 or later.
There is no code change from the last 1.x release.
v1.1.0
Adds a new signature for creating a connection (#2):
const connection = superModel("/api/todos/{id}");
connection.Map // is a DefineMap.extend( { seal: false }, {} );
connection.List // is a DefineList.extend({ "#": {Type: connection.Map} });
1.0.1
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.