Releases: lampager/lampager-cakephp
Releases · lampager/lampager-cakephp
v2.0.0
v1.0.1
v1.0.0
\Lampager\Cake\Paginator
now accepts\Cake\ORM\Query
(#10)- Add support for PostgreSQL (#11)
\Lampager\Cake\Datasource\Paginator
now throws\InvalidArgumentException
when\Lampager\Cake\ORM\Query
is passed (#12)
The version 1.x is for CakePHP 3.x and continues to receive any kinds of updates. A new version that works for CakePHP 4.x is under development and will be released in the version 2.x.
v0.1.1
\Lampager\Cake\ORM\Query::count()
now returns the number of the result set considering pagination\Lampager\Exceptions\Query\BadKeywordException
is thrown if\Cake\Database\Expression\OrderClauseExpression
does not have direction\Lampager\Exceptions\Query\LimitParameterException
is thrown if\Cake\Database\Expression\QueryExpression
passed tolimit()
is not a positive integer\Lampager\Cake\ORM\Query
object can now dump its information even when its state is incomplete- Fix a bug where
\Lampager\Paginator
dropped queries other thanorder()
andlimit()
\Lampager\Exceptions\Query\InsufficientConstraintsException
is thrown ifgroup()
orunion()
is specified- The coverage now reaches 100%!