siesta icon indicating copy to clipboard operation
siesta copied to clipboard

(ON HOLD) Object Graph/Life-Cycle framework for Javascript

Results 6 siesta issues
Sort by recently updated
recently updated
newest added

Who knows when ES6 Proxy will be available widely though...

enhancement
ES6+

Would be nice to be able to do something like `/user/?(P[0-9])/` and include that id in the data? Could perhaps use `XRegExp` although it looks rather hefty. Could enable matched...

enhancement
module:http
maybe

String contains query e.g. ``` js User.query({name__contains: 'mi'}).then(function (users) { /* ... */}); ```

module:core

Currently the HTTP module can only integrate with JQuery-like ajax libraries e.g. zepto and of course jquery. It would be nice if this could be abstracted in such a fashion...

enhancement
module:http

Trace: data extraction, paths, methods, serialisation, deserialisation Debug: iteration through descriptors, stating success+failure at each step

enhancement
logging
module:http