v0.0.6 view commit logs
- Added kendo.Backbone.ViewEvents, and documentation for it
v0.0.5 view commit logs
- kendo.Backbone.DataSource
- BREAKING Adding a model to the DataSource now forces a Backbone
collection.create
and must bring back anid
on the model - Fixed issue with adding multiple items to DataSource
- BREAKING Adding a model to the DataSource now forces a Backbone
v0.0.4 view commit logs
- kendo.Backbone.DataSource
- Supports two-way sync between the Backbone.Collection and kendo.data.DataSource, for "add" and "remove", and "read" ("reset" on the backbone.collection).
v0.0.3 view commit logs
- kendo.Backbone.DataSource
- No longer defaults
autoSync: true
. Now uses the normal default ofautoSync: false
- No longer defaults
v0.0.2 view commit logs
-
The kendo.Backbone.DataSource will now infer
schema.model.id
from the Backbone.Collection instance, is noschema
is configured -
Started writing unit tests for the kendo.Backbone.DataSource
- Initial release
- Added
kendo.backbone.DataSource
to wrap a Backbone.Collection in a kendo.data.DataSource - Added
kendo.backboneCollection
to wrap a Backbone.Collection in a Kendo MVVM ObservableArray - Added
kendo.backboneModel
to wrap a Backbone.Model in a Kendo MVVM Observable model