kaminari--kaminari/CHANGELOG

39 lines
582 B
Plaintext

== 0.9.0
* added "per_page" to the template local variables #3 [hsbt]
* show no contents when the current page is the only page (in other words,
num_pages == 1) #2 [hsbt]
== 0.8.0
* using HTML5 <nav> tag rather than <div> for the container tag
== 0.7.0
* Ajaxified paginator templates
== 0.6.0
* Hamlized paginator templates
== 0.5.0
* reset content_for :kaminari_paginator_tags before rendering #1 [hsbt]
== 0.4.0
* partialize the outer div
== 0.3.0
* suppress logging when rendering each partial
== 0.2.0
* default PER_PAGE to 25 [hsbt]
== 0.1.0
* First release