Skip to content

Releases: tristen/tablesort

v3.1.0

11 Dec 21:59
Compare
Choose a tag to compare
  • Addition: Sort by month name Ref.
  • Fix: instanceOf check Ref
  • Fix: Move CSS class setting logic above the 'return if less than two rows'
    in sortTable function Ref.

v3.0.2

11 Dec 22:00
Compare
Choose a tag to compare
  • Fix: Bug causing an infinite loop.

v3.0.0

11 Dec 22:00
Compare
Choose a tag to compare
  • Breaking change: Move to a modular structure to support opt in sort functions Ref.
  • Addition: Add beforeSort and afterSort events. Ref.
  • Addition: Supports custom sorting per column with a data-sort-method attribute. Ref.
  • Update: Simpler getInnerText without recursion. Ref.

v2.2.4: Look for alt/title on span elements too.

13 Dec 12:32
Compare
Choose a tag to compare
  • Addition: Use alt/title text for span elements too.

v2.2.3

13 Dec 12:32
Compare
Choose a tag to compare
  • Addition: Use alt/title text for images.
  • Addition: Add tape pretty printing.

v2.2.2

13 Dec 12:32
Compare
Choose a tag to compare
  • Addition: Add bower.json.
  • Addition: Add a simple callback option.
  • Update: Look at 3 table cells before settling on a sort function.

v2.2.1

13 Dec 12:32
Compare
Choose a tag to compare
  • Fix: Dot-separated now sorts ascending by default.
  • Update: Update demo page

v2.2.0

13 Dec 12:31
Compare
Choose a tag to compare
  • Addition: Add filesize sort.

v2.1.0

13 Dec 12:31
Compare
Choose a tag to compare
  • Addition: Add dot-separated sort.

v2.0.1

13 Dec 12:35
Compare
Choose a tag to compare
  • Fix: Throw an error when passed element is not found
  • Fix: Number regex to match single digit values