Skip to content

2.0.0: Keys, Sequence::of(null) support

Choose a tag to compare

@xpbot xpbot released this 22 Dec 12:10
· 348 commits to master since this release

This release contains:

  • The possibility to capture array offsets and map keys in filter(), map(), flatten(), peek(), each(), skip() and limit() by merging PR #5
  • Support for Sequence::of(null) returning empty sequences - see PR #7