Skip to content

Releases: canjs/can-super-model

Dependency upgrade

23 Jan 22:18
Compare
Choose a tag to compare

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.

QUNIT2 upgrade

28 May 20:04
Compare
Choose a tag to compare

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

#7

v1.1.0

23 Feb 01:08
Compare
Choose a tag to compare

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

06 Jul 14:55
Compare
Choose a tag to compare

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.