Breeze Labs version numbers are semi-independent of BreezeJS version numbers.
The build number (last of the 3 digits) floats independently. We strive to keep the major.minor digits in sync with BreezeJS
- Fixed breeze.ajaxpost.js failing if no ajax adapter is configured at the time of loading the library
- Fixed incorrect module name used in headers.
- better abstractrest, azuremobileservices, and sharepoint adapter
querySuccess
methods - sharepoint adapter _getResponseData adjusted per #25
- sharepoint nuget packages updated
- abstractrest adapter has richer _createErrorFromResponse
- bug fix: abstractrest adapter's query success now extracts the response.data
- Update saveQueuing (PR 23)
-
SharePoint OData data service adapter updates by Andrew Connell. See CHANGELOG.spDsa.md for details.
-
breeze.directives: extend zValidate to support KendoUI's kNgModel attribute. See #17