v2.0.0
<a name"2.0.0">
2.0.0 (2016-10-05)
Features
- ng-table.js: support the CommonJS module format (7261ff45)
Breaking Changes
filter-data
attribute no longer supports returning a$defer
'ed
Previously you could supply to the filter-data
attribute a $defer
'ed object.
Now, any asynchronous result must be supplied as a promise
(380c2d2e)
- The AMD (RequireJS) module returned by ng-table.js is now an object that references
the angular module.
Previously, the module returned was the angular module.
Note: this will only affect apps that are using RequireJS to load ng-table.js.
Those apps that are loading ng-table.js as a script tag will be unaffected.
- Replaced LESS with SASS
This will only affect the minority of apps that are using the ng-table.less file in the
dist folder.
Those apps that are using the ng-table.css will be unaffected.
(7261ff45)