Skip to content

v1.12.0

Choose a tag to compare

@gustavofreze gustavofreze released this 14 Jan 01:31
· 4 commits to main since this release
cb1bbc0
  • Bump PHP requirement to 8.5 and update dependencies in composer.json and Docker image.
  • Refactor all closures to use static where possible for performance and clarity.
  • Optimize Filter, First, Last, and Find operations for better lazy evaluation and early termination.
  • Enhance Slice to handle negative lengths and improve memory efficiency.
  • Update CI workflow for artifact-based dependency caching and PHP 8.5.
  • Improve Makefile with help target, colorized output, and updated Docker image.
  • Remove unused phpmd references and update .gitattributes.
  • Update documentation and tests to reflect static closures and new behaviors.