|
Backbone.js is a JavaScript library adding MVC principles to JavaScript.
By default, Backbone runs in the browsers.
Render will allow developers to deploy Backbone.js apps on the server as well.
This enables more feature rich apps to be built, while also keeping the code line count down, without bloating the application with duplicate code, for the client and server environments.
What's New in This Release: [ read full changelog ]
· In BaseView::getAttributes(), call toString() on model.id, for better support of Mongoose.
· In BaseView::getAttributes(), support custom this.model.idAttribute.
· Remove reference to global.isServer in BaseView; easier to standalone test.
Via: Rendr 0.4.4 / 0.4.5-rc.7
0 Comment:
Post a Comment