Skip to content

Commit

Permalink
Tag and rebuild min
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed Jul 3, 2015
1 parent 2381a32 commit c269b92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v3.1.0

- __Addition:__ Sort by month name [Ref](https://github.com/tristen/tablesort/pull/89).
- __Fix:__ `instanceOf` check [Ref](https://github.com/tristen/tablesort/issues/82)
- __Fix:__ Move CSS class setting logic above the 'return if less than two rows'
in sortTable function [Ref](https://github.com/tristen/tablesort/pull/88).

### v3.0.1 & v3.0.2

- __Fix:__ Bug causing an infinite loop.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tablesort",
"description": "A sorting component for HTML tables",
"version": "3.0.2",
"version": "3.1.0",
"author": "tristen",
"ender": "./ender.js",
"main": "./src/tablesort.js",
Expand Down
4 changes: 2 additions & 2 deletions tablesort.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c269b92

Please sign in to comment.