Releases: tristen/tablesort
Releases · tristen/tablesort
5.3.0
- [Feature] Add ability to sort via a custom attribute. #198
v5.1.0
- Fix date sorting by supporting 4 digit years in addition to 2 #160
v5.0.2
Bugs
- Trim contents for default comparison #146
- Fix aria-sort reporting sorting in the reverse #145
v5.0.1
- Update: Support numbers starting with a plus sign Ref.
- Update: Minify the distributed sort scripts Ref.
- Update: Upgrade
phantomjs
to phantomjs-prebuilt
Ref.
v5.0.0
- Breaking change: Dropped class names in favour of data attributes Ref.
- Addition: ARIA attributes Ref.
- Update: Dropped support for Ender Ref.
- Update: Updated build deps Ref.
- Update: Moved usage documentation off the README Ref.
v4.1.0
- Addition: support multiple rows in the
thead
element ref.
v4.0.1
- Bug: Fix tablesort behaviour for multiple tbody elements Ref.
v4.0.0
- Breaking change: Renamed
tablesort.numeric.js
to tablesort.number.js
for consistency Ref.
- Addition: Option to sort on a particular column Ref.