Skip to content

v0.1.0

Compare
Choose a tag to compare
@jakubknejzlik jakubknejzlik released this 15 Oct 23:35
· 94 commits to master since this release
37ac775

Migration from v0.0.5 to v0.1.0

  • sort attribute has been changed so from sort:[COLUMN_NAME_ASC,COLUMN_NAME2_DESC] you should use sort:[{columnName: ASC},{columnName2: DESC}]