Skip to content

1.0.0

Compare
Choose a tag to compare
@trowski trowski released this 23 Dec 16:56
· 9 commits to 1.x since this release
v1.0.0
810dee4

Initial stable release 🎉

Changes from 1.0.0 Beta 7

  • Marked ConcurrentArrayIterator, ConcurrentChainedIterator, and ConcurrentIterableIterator as @internal. Instead of these classes, use Pipeline::fromIterable() or Pipeline::concat()
  • Pipeline::concat() now accepts an array of any iterable, not only other Pipeline objects