Skip to content

1.10.0

Latest
Compare
Choose a tag to compare
@stevleibelt stevleibelt released this 23 Nov 22:20
· 1 commit to master since this release

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