Skip to content

Releases: hguenot/phpstream

PHPStream V3.0.0

Choose a tag to compare

@hguenot hguenot released this 07 Mar 07:44

Fully rewritten for PHP 8:

  • anonymous function
  • constructor property promotion
  • union types
  • removing lots of manual typing checks

PHPStream V2.0.2

Choose a tag to compare

@hguenot hguenot released this 07 Mar 07:41

Add reduce function

PHPStream V2.0.1

Choose a tag to compare

@hguenot hguenot released this 01 Mar 20:51
Move doxyfile

PHPStream V2.0.0

Choose a tag to compare

@hguenot hguenot released this 02 May 07:38

Move full syntax to PHP 7.1
Fork for in memory (based on array and arrays method) and generator (using yield keyword) process

PHPStream V1.4.0

Choose a tag to compare

@hguenot hguenot released this 09 Oct 04:32
v1.4.0

Fix test and increase code coverage

PHPStream V1.3.0

Choose a tag to compare

@hguenot hguenot released this 14 Jun 04:24
v1.3.0

Optional: Add map function

PHPStream V1.2.0

Choose a tag to compare

@hguenot hguenot released this 14 Jun 02:43
v1.2.0

Optional: add isNotEmpty method

PHPStream V1.1.0

Choose a tag to compare

@hguenot hguenot released this 19 Feb 06:00
1407c02
v1.1.0

Fix PHP Unit source folder