Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.4.0.tar.gz | 2014-04-25 | 66.2 kB | |
1.4.0.zip | 2014-04-25 | 72.4 kB | |
README.md | 2014-04-25 | 1.1 kB | |
Totals: 3 Items | 139.7 kB | 0 |
Finally after a long time of inactivity (Vacations, Personal Issues, etc.) Restangular is back alive :).
Some news:
From today, I've started a private repository for Restangular 2.0. It'll work with AngularJS 2.0 and it'll use ES6. Some of the cool features it'll have: - Work with Classes instead of adding functions to objects which is the main disadvantage of Restangular right now. - I'm creating it decoupled from AngularJS so that you can use Restangular with Angular (Default) or jQuery or whatever else you want :). - It'll use Angular data and Model classes so that it's compatible with all the cool stuff Jeff Cross is implementing at Google for Angular.
Regarding this release:
- Added save
method to elements. It'll do POST
or PUT
accordingly. You're welcome Backbone coders hahaha
- Added decoupled Restangular service. Check out how to use it at https://github.com/mgonto/restangular#decoupled-restangular-service
- Several bug fixes and problems
- Added tests
New and exciting stuff is coming soon to Restangular so buckle up :D