All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #49 adds support for PHP 7.3.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #45 fixes an error
in the
DbSelectFactory
whereby it ignored the fourth option passed via$options
, which can be used to specify a zend-dbSelect
instance for purposes of counting the rows that will be returned.
-
#20 adds and publishes the documentation to https://docs.zendframework.com/zend-paginator/
-
#38 adds support for PHP 7.1.
-
#38 adds support for PHP 7.2. This is dependent on fixes in the upstream zend-db package if you are using the various database-backed paginators; other paginators work on 7.2 at this time.
- #32 updates the
DbTableGateway
adapter's constructor to allow anyZend\Db\TableGateway\AbstractTableGateway
implementation, and not justZend\Db\TableGateway\TableGateway
instances. This is a parameter widening, which poses no backwards compatibility break, but does provide users the ability to consume their ownAbstractTableGateway
extensions.
- Nothing.
-
#33 fixes how cache identifiers are generated to work propertly with non-serializable pagination adapters.
-
#26 fixes an issue in
Paginator::count()
whereby it would re-count when zero pages had been previously detected.
- #19 adds:
Zend\Paginator\AdapterPluginManagerFactory
Zend\Paginator\ScrollingStylePluginManagerFactory
ConfigProvider
, which maps theAdapterPluginManager
andScrollingStylePluginManager
services to the above factories.Module
, which does the same, for zend-mvc contexts.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #7 adds aliases for
the old
Null
adapter, mapping them to the newNullFill
adapter.
- Nothing.
- Nothing.
- Nothing.