Skip to content

Releases: seboettg/Collection

v4.0.0

07 Dec 21:53
ca96a44
Compare
Choose a tag to compare

The new major version 4 is out. The Collection Library has evolved massively. Most of the new features are inspired by Kotlin. To get an idea of it, be sure to read the README.md

ATTENTION, version 4 contains a lot of breaking changes to 3.x

What's Changed

Full Changelog: v3.1.0...v4.0.0

v4.0.0-RC3

07 Aug 15:51
Compare
Choose a tag to compare

v4.0.0-RC2

07 Aug 15:19
Compare
Choose a tag to compare

4.0.0 RC1

19 Jul 19:44
Compare
Choose a tag to compare

3.1.0

09 Jul 19:51
6f753ae
Compare
Choose a tag to compare

What's Changed

  • mapNotNull added to ArrayList by @seboettg in #4
  • Fix notices about some ArrayAccessTrait methods for PHP 8.1+ by @geo0000 in #5

New Contributors

Full Changelog: v3.0.0...v3.1.0

v4.0.0 BETA 2

29 Jun 14:44
Compare
Choose a tag to compare
Version 4:

- cleanup

v4.0.0 BETA

07 Jun 08:55
Compare
Choose a tag to compare
Version 4:

- introducing Lists (ListInterface) based on Kotlin
- introducing new data structure Map
- and a lot of other improvements and more tools for functional programming

PHP 8.0 and additional features for ArrayList

07 May 18:10
Compare
Choose a tag to compare
  • PHP 8.0 support, PHP 7.1 and 7.2 not longer supported
  • collect and collectToString for ArrayList in order to implode lists to an object or a concatenated string

Full Changelog: v2.1.1...v3.0.0

2.1.1 2021-05-11

10 May 23:31
292a342
Compare
Choose a tag to compare

use static for new instance

2.1.0 2019-12-24

24 Dec 13:21
Compare
Choose a tag to compare
  • merge function added
  • php 7.1