Releases: bazzline/php_component_toolbox
Releases · bazzline/php_component_toolbox
1.10.0
Added
- Added RealNumber
- Added this changelog
Changed
- Removed
Collection\Chunk
andCollection\ChunkItertor
since it is not used - Dropped support for php below 8.0
- Fixed issue/2
- Minimum and maximum can now be equal
- Step size can now be greater than the difference between provided minimum and maximum
- Fixed issue/3
- Each chunk item will be provided only once
- Updated code base to php 8.0
- Added php 8.0 to travis
- Added php 8.1 to travis