1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

documentation

This commit is contained in:
Akira Matsuda 2011-04-27 11:46:04 +09:00
parent 00e19b88d5
commit eee9ae373f
2 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,13 @@
== 0.12.2
* Added MongoMapper Support #101 [hamin]
* Add first_page? and last_page? to page_scope_methods #51 [holinnn]
* Make sure that the paginate helper always returns a String #99 [Draiken]
* Don't remove includes scopes from count if they are needed #100 [flop]
== 0.12.1
* Slim template support #93 [detrain]
@ -9,9 +19,6 @@ of Ruby 1.8.7 #91 [Skulli]
* _paginate.html.erb isn't rendered with custom theme #97 [danlunde]
* I don't know why but this version seems like working with Haml 3.1.0 #96
[FlyboyArt]
== 0.12.0
* General configuration options #41 #62 [javierv, iain]

View file

@ -33,7 +33,7 @@ The pagination helper outputs the HTML5 <nav> tag by default. Plus, the helper s
* Haml 3
* Mongoid 2 (beta)
* Mongoid 2
* MongoMapper 0.9