Skip to content

v1.1.0

Choose a tag to compare

@chasenlehara chasenlehara released this 23 Feb 01:08
· 17 commits to master since this release

Adds a new signature for creating a connection (#4):

const connection = restModel("/api/todos/{id}");

connection.Map // is a DefineMap.extend( { seal: false }, {} );
connection.List // is a DefineList.extend({ "#": {Type: connection.Map} });