kaminari--kaminari/CHANGELOG

58 lines
1.0 KiB
Plaintext
Raw Normal View History

2011-02-10 23:35:21 +00:00
== 0.9.3
* improved template detection logic
When a template for a tag could not be found in the app/views/kaminari/
directory, it searches the tag's ancestor template files before falling back
to engine's default template. This may help keeping your custom templates DRY.
* simplified bundled template themes
2011-02-09 20:35:56 +00:00
== 0.9.2
* stop adding extra LF between templates when joining
* githubish template theme [maztomo]
2011-02-09 13:06:41 +00:00
== 0.9.1
2011-02-09 15:29:48 +00:00
* googlish template theme [maztomo]
2011-02-09 13:06:41 +00:00
2011-02-08 22:53:45 +00:00
== 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]
2011-02-08 02:58:41 +00:00
== 0.8.0
* using HTML5 <nav> tag rather than <div> for the container tag
2011-02-07 12:18:21 +00:00
== 0.7.0
* Ajaxified paginator templates
2011-02-07 02:34:07 +00:00
== 0.6.0
* Hamlized paginator templates
2011-02-07 02:08:50 +00:00
== 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