All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
For a full diff see 3.4.0...main
.
For a full diff see 3.3.0...3.4.0
.
- Added support for PHP 8.4 (#447), by @localheinz
For a full diff see 3.2.0...3.3.0
.
- Allowed installation on PHP 8.4 (#443), by @localheinz
For a full diff see 3.1.0...3.2.0
.
- Added support for PHP 8.0 (#324), by @localheinz
- Added support for PHP 7.4 (#325), by @localheinz
For a full diff see 3.0.0...3.1.0
.
- Added support for PHP 8.3 (#315), by @localheinz
For a full diff see 2.0.0...3.0.0
.
- Removed
StringProvider::uuid()
(#244), by @localheinz
For a full diff see 1.3.0...2.0.0
.
- Added
UuidProvider
(#230), by @localheinz
- Dropped support for PHP 8.0 (#226), by @localheinz
- Removed
StringProvider::uuid()
(#230), by @localheinz
For a full diff see 1.2.0...1.3.0
.
- Dropped support for PHP 7.4 (#119), by @localheinz
For a full diff see 1.1.0...1.2.0
.
- Added
StringProvider::uuid()
(#40), by @localheinz
For a full diff see 1.0.0...1.1.0
.
- Dropped support for PHP 7.3 (#21), by @localheinz
- Started using
PHP_FLOAT_EPSILON
instead of0.1
inFloatProvider
([#23]), by @localheinz
For a full diff see a5f2657...1.0.0
.
- Imported data providers from
ergebnis/test-util
(#1), by @localheinz