Skip to content

Releases: danielgsims/php-collections

Improved Documentation

29 May 13:22
Compare
Choose a tag to compare
2.2.2

Improve docs, it's for issue #49 (#59)

Improved Testing

07 May 18:23
Compare
Choose a tag to compare
2.2.1

Test enhancement (#57)

Take and Take Right

07 Oct 18:04
Compare
Choose a tag to compare

Take and Take Right fixes a bug where exceptions are thrown if you try and take too many, which isn't good for pagination.

Fixing null map bug

12 Sep 11:54
Compare
Choose a tag to compare
2.1.1

Fix handling of empty Collection and Dictionary entities when using m…

Adding reduce and contains to the dictionary

09 Jun 15:38
Compare
Choose a tag to compare
Adding dictionary functions: contains + reduce (#45)

* Adding dictionary fns for reduce and contains

* Setting consistent typehint

* Cleaning up phpcs

Minor Fixes

29 Apr 14:50
Compare
Choose a tag to compare

A few minor fixes, including markdown fix, a bug in the dictionary if you don't populate it with data, etc.

Performance bug fix

14 Sep 14:31
Compare
Choose a tag to compare
Merge pull request #37 from danielgsims/perf-boost

Adding a setItemsFromTrustedSource method

Map bug fix.

15 Jul 15:47
Compare
Choose a tag to compare
Merge pull request #36 from danielgsims/obj-bug-fix

Obj bug fix

Disjoin for v1

25 Jun 23:37
Compare
Choose a tag to compare
1.5.0

Adding disjoin function

PHP Collections v2

11 Jun 13:27
Compare
Choose a tag to compare
Merge pull request #35 from danielgsims/2.X

Version 2