Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 1.47 KB

CHANGELOG.markdown

File metadata and controls

74 lines (40 loc) · 1.47 KB

Changelog

v1.4.1

  • Upgrade tablesorter to v2.7.5

v1.4.0

  • Upgrade tablesorter to v2.7.3

v1.3.0

  • Upgrade tablesorter to v2.6.2

V1.2.0

  • Upgrade tablesorter to v2.5.2

V1.1.0

  • Upgrade tablesorter to v2.4.6

v1.0.5

  • Upgrade tablesorter to V2.3.11

v1.0.4

  • Upgrade tablesorter to V2.3.10

v1.0.3

V1.0.2

  • Upgrade tablesorter to V2.3.8

V1.0.1

  • Upgrade tablesorter to V2.3.7

V1.0.0

v0.0.5

  • FIX: now require pager plugin as default.
  • FIX: move assets files from app to vendor & cleanup.
  • FIX: remove dependency on jquery-rails
  • FIX: remove development dependency on sqlite3

v0.0.4

  • FIX: update gemspec to be compatible with Rails 3.2, Thanks to derekprior.

v0.0.3

  • NEW: added pagenation plugin, use require jquery-tablesorter/pager to require
  • FIX: use require jquery-tablesorter instead of require jquery-tablesorter/jquery-tablesorter, the old way to require will still works, but will be removed in future.

v0.0.2

  • FIX: test issues.

v0.0.1

  • NEW: added jquery-tablesorter plugin, use require jquery-tablesorter/jquery-tablesorter to require javascript and require jquery-tablesorter/<theme name> to require stylesheet.