Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: aeviiq/collection

4.0.2

20 Feb 12:18
bcb666d

Choose a tag to compare

Changes

  • Remove obsolete template annotations.

4.0.1

30 Jan 15:07
7766a4d

Choose a tag to compare

Changes

Fixed generic PHPDocs

4.0

07 Dec 09:37
abbfdca

Choose a tag to compare

4.0

Changes

  • Added return types for getIterator() and offsetGet();
  • Dropped support for php < 8.1;

3.6.1

07 Dec 08:26
d4133be

Choose a tag to compare

Changes

  • Fixed typo in README.md (#82)
  • Added ReturnTypeWillChange to getIterator() and offsetGet() (#81)

3.6

01 Sep 10:09
bb95a41

Choose a tag to compare

3.6

Changes

  • Support for iterable as constructor elements

3.5

26 Oct 10:52
6244bf3

Choose a tag to compare

3.5

Changes:

  • Added support for PHP 8

3.3

21 May 16:12
9b378be

Choose a tag to compare

3.3

New Features:

  • Immutable native type collections (#61)

3.2.1

19 Mar 11:43
f81221a

Choose a tag to compare

Bug Fixes:

  • Fixed wrong psalm annotations.

3.2

30 Jan 11:55
8426bcc

Choose a tag to compare

3.2

New Features:

  • Added the onConstruct method. #68

3.1.4

04 Jan 21:00
f68a574

Choose a tag to compare

Bug Fixes:

  • Fixed return type of map function #66