Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Update this file with each release so adopters and Packagist visitors can track what changed.

## [Unreleased]

## [2.0.0] - 2025-12-04
### Changed
- Raised the PHP requirement to 8.2 and refreshed development tooling (PHPUnit 10, PHPStan, and PHP CS Fixer) with composer scripts to run tests, static analysis, and coding standards checks.
- Modernized PHPUnit data providers and exception expectations to clear deprecations when running on PHP 8.2.

## [1.0.0] - 2017-06-04
### Added
- Initial release delivering offset/limit to page/page-size conversion logic and the `AlreadyGetNeededCountException` guard.