v0.5.0
This release contains the following:
- Removing the
DTInstances.getLast()
andDTInstances.getList()
as they are deprecated #315 - Add MIT licence in
bower.json
#317 - Update examples:
- add the
$elem
in the parameter of_redrawRows
#321 - Destroy the child scope when data is refreshed in the "Angular way" #326
- Add support for commonjs #332
- Correct the usage of
DTDefaultOptions.setLanguageSource
with the Angular renderer #356 - Add support for Light column filter #431
- Throw an error if the option
serverSide
is set totrue
and the table is not renderer by the Ajax renderer - Avoid exception when using multiple datatables with the Angular renderer #310