- Added ability to have multiple pagers on the same page
- Extend Pagination module into all available models
- Actually Fixes PostgresError (typo)
- Fixes PostgresError when ordering with aggregation function count(*) [#23]
- Fixed param replacement boundary issue [#22]
- Renamed to dm-pager (available on gemcutter)
- Added #option and specs for overriding defaults with #to_html [#13]
- Added "jump" class to first,last,prev,next
- 's [#17]
- Added ability to configure "..." text when more pages are available
- #to_f -> #quo
- Fixed pager from being rendered when only one page is available
- Added DataMapper::Pagination#pager_option
- Fixed :per_page; now may be 'per_page' as well
- Fixed :per_page; now allows for numeric strings
- Fixed issue caused by indifferent params hash having both :page and 'page' keys
- Allowing #page :page param, as alternative to the current_page arg (User.page(params) vs User.page(params[:page]))
- Fixed issue when page is a string (from query string); Coerce strings to ints
- Fixed issue when page is nil; now considered first page
- Initial release