Skip to content

Releases: dantodev/php-array-tools

Release 3.1.1

26 Sep 12:10

Choose a tag to compare

  • fix serialization bug

Release 3.1.0

17 Aug 14:29

Choose a tag to compare

  • add $prefer_old option to merge()

Release 3.0.1

18 Jun 21:47

Choose a tag to compare

  • add filter() method to Map #24

Release 3.0.0

24 Mar 23:15

Choose a tag to compare

  • implement \Serializable interface #6
  • options for Map and Collection as array parameter #10
  • implement \ArrayAccess interface #12
  • add getType method to Map and Collection #16
  • implement \Iterable interface in Collection #18
  • other small changes, improvements documentation and tests

Release 2.10.0

23 Jul 09:47

Choose a tag to compare

  • Map: add map() method #15

Release 2.9.0

23 Jul 08:35

Choose a tag to compare

  • Collection: add unique() method #14

Release 2.8.0

20 May 13:57

Choose a tag to compare

  • add PSR-2 compatibility #13

Release 2.7.2

12 Apr 16:14

Choose a tag to compare

  • add recursive construct for Collection

Release 2.7.1

12 Apr 14:55

Choose a tag to compare

  • Bugfix #8

Release 2.7.0

12 Apr 14:50

Choose a tag to compare

  • Map: construct recursive #8
  • Map: add hasKeys() method #7