datajs is a cross-browser and UI agnostic JavaScript library that enables data-centric web applications with the following features:
- OData client that enables CRUD operations including batching and metadata support using both ATOM and JSON payloads.
- Single store abstraction that provides a common API on top of HTML5 local storage technologies.
- Data cache component that allows reading data ranges from a collection and storing them locally to reduce the number of network requests.
Changes from datajs 1.0.1 The changes made since the previous release include a fix for supporting high precision datetime values (up to nanoseconds) thus properly working with data feeds from Azure Table Storage. It also contains a minor fix to avoid random error messages in IE9 thrown when properties from XHR are being accessed after the request has been canceled.