Releases: sanmai/pipeline
Releases · sanmai/pipeline
append(), prepend(), push(), unshift()
What's Changed
Full Changelog: v6.1...v6.2
Reservoir sampling, min(), max(), flip(), better count()
Fix slice() with plain iterators
slice()
handled arrays and generators well, but on other iterators it didn't do so well. Not anymore.
Major update
This release comes with a significant change: the main class is no longer final or otherwise locked. Conversely, there are no intermediary classes and no interfaces as they are no longer required. If we won't need to update interfaces for every new method added, we won't need a major version every time we do that. Otherwise put, no more BC breaks for new methods!
v5.2.1
v5.2.0
Mainline release
Tested to work on PHP 7.1 - 8.1.
Minor update
Build fixed one last time.
Minor update
Build fixed one last time.
Fix Psalm warning about use of `@internal`
v5.0.1 Fix Psalm warning about use of `@internal`