0.10.1 • Published 10 years ago

modelus v0.10.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

modelus

NPM version Build Status

Backbone-like module for creating models and collections without hard dependencies. Key feature of modelus is a abstract way of receiving data. Using modelus you can use common classes that represents models and collections on server and client side.

async/await usage:

let users = await new UserCollection().fetch();
let user = users.get(1);
user.set('name', 'Alex');
await user.save();
0.10.1

10 years ago

0.10.0

10 years ago

0.9.0

10 years ago

0.8.3

10 years ago

0.8.2

10 years ago

0.8.1

10 years ago

0.8.0

10 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago