- Handle complex group by statements in
total_entries
- Require Elixir
~> 1.3
- Return
total_pages
of1
when there are no results
- Supply
caller
when executing queries
- Exclude
order_by
before building a subquery
- Exclude
preload
andselect
before building a subquery
- Use
subquery
to calculatetotal_entries
- Remove Elixir 1.4.0 warnings
- Support Ecto 2.1.x
- Gracefully handle no result when counting records
- Update postgrex dependency to 0.12.x
- Include scrivener in applications to support releases
- Initial release