Skip to content

Releases: bazzline/php_component_toolbox

1.10.0

23 Nov 22:20
Compare
Choose a tag to compare

Added

  • Added RealNumber
  • Added this changelog

Changed

  • Removed Collection\Chunk and Collection\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