diff --git a/README.markdown b/README.markdown index 77951485..55f14f9a 100644 --- a/README.markdown +++ b/README.markdown @@ -28,6 +28,13 @@ Included all original [document pages](http://mottie.github.com/tablesorter/docs View the [complete listing here](http://mottie.github.com/tablesorter/changelog.txt). +#### Version 2.0.14 (2011-08-22) + +* Reverted the changes made in 2.0.13 and added checks to prevent errors. +* Allowed sorting an empty table which would then automatically sort its contents when the table is updated. +* Modified "Update" and "UpdateCell" methods to automatically resort the table using the existing sort. +* Updated the [Initializing tablesorter on an empty table](http://mottie.github.com/tablesorter/docs/example-empty-table.html) demo and [Updating a table cell](http://mottie.github.com/tablesorter/docs/example-update-cell.html). + #### Version 2.0.13 (2011-08-19) * Fixed a problem where a javascript error would occur when initializing a multi sort on an empty table. Thanks again to Eugene Ivakhiv! diff --git a/changelog.txt b/changelog.txt index 463e7459..092d8e1c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,13 @@ TableSorter Change Log +Version 2.0.14 (2011-08-22) +============================ + +* Reverted the changes made in 2.0.13 and added checks to prevent errors. +* Allowed sorting an empty table which would then automatically sort its contents when the table is updated. +* Modified "Update" and "UpdateCell" methods to automatically resort the table using the existing sort. +* Updated the [Initializing tablesorter on an empty table](http://mottie.github.com/tablesorter/docs/example-empty-table.html) demo and [Updating a table cell](http://mottie.github.com/tablesorter/docs/example-update-cell.html). + Version 2.0.13 (2011-08-19) ============================ diff --git a/docs/example-empty-table.html b/docs/example-empty-table.html index 7931eb74..5aa2b52c 100644 --- a/docs/example-empty-table.html +++ b/docs/example-empty-table.html @@ -19,7 +19,8 @@