Skip to content

Releases: xp-forge/sequence

9.0.0: Drop PHP 5 support

10 Apr 12:44

Choose a tag to compare

8.0.4: XP10 compatibility

01 Dec 08:53

Choose a tag to compare

  • Made compatible with XP 10 - @thekid

8.0.3: PHP 7.4 compatibility

29 Sep 11:19

Choose a tag to compare

  • Added PHP 7.4 compatibility - @thekid
  • Increased test coverage to 100% - @thekid

8.0.2: PHP 7.2 compatiblity fix

08 Jun 00:22

Choose a tag to compare

  • Fixed PHP 7.2 compatibility - @thekid

8.0.1: Void return type fix

10 Jun 23:08

Choose a tag to compare

  • Fixed each() and peek() not being able to work with functions
    with void return type.
    (@thekid)

8.0.0: XP9 Compatibility

29 May 15:13

Choose a tag to compare

  • Merged PR #45: Forward compatibility with XP 9.0.0 - @thekid

7.0.1: Test code QA

20 May 18:13

Choose a tag to compare

  • Refactored code to use dedicated fixture methods instead of using
    xp class methods typeOf() and gc(), see xp-framework/rfc#323
    (@thekid)

7.0.0: Remove deprecated functionality

14 May 08:04

Choose a tag to compare

  • Merged PR #43 ("Remove deprecated functionality"):
    . Removed Sequence::concat() method deprecated in favor of a multi-
    argument version of Sequence::of() - see 6.4.2-RELEASE
    . Removed deprecated classes from yield refactoring released in 6.4.1
    (@thekid)

6.6.0: Lazy evaluation in of()

06 May 17:36

Choose a tag to compare

  • Added support for closures returning iterables in Enumeration::of()
    (@thekid)

6.5.1: Small performance improvement

06 May 17:30

Choose a tag to compare

  • Improved each() performance when passing extra arguments - @thekid