Skip to content

Releases: AlaaSarhan/php-flatten

v3.0.1

03 Dec 20:01
Compare
Choose a tag to compare

port v4.0.1 to v3

v2.0.1

03 Dec 05:03
Compare
Choose a tag to compare

Backport:

  • 4.0.1

v1.1.2

03 Dec 19:45
Compare
Choose a tag to compare

Port 4.0.1 to v1.1

v4.0.1

02 Dec 13:53
7e619fe
Compare
Choose a tag to compare

Fixes:

v4.0.0

30 Mar 07:46
69cccab
Compare
Choose a tag to compare

Support PHP8.

Breaking changes:

  • Drop support for PHP 5.6 and PHP 7.0

v3.0.0

05 Jan 23:44
974bef4
Compare
Choose a tag to compare
  • Use instance methods instead of static methods in Flatten class.
  • Add reverse functionality Flatten::unflatten
  • Add convenient methods that return arrays Flatten::flattenToArray and Flatten::unflattenToArray

Realse v2.0.0

29 Dec 21:43
6140272
Compare
Choose a tag to compare
  • Release under LGPLv3.0
  • Change namespace to Sarhan\Flatten (breaking change)
  • Configure Travis

Bugfix Release v1.1.1

15 Oct 13:45
Compare
Choose a tag to compare

Changelog:

  • Fixed redundant empty arrays bug reported issue #3 in pr #4.

Release v1.1.0

15 Oct 12:55
Compare
Choose a tag to compare

Changelog:

  • Added flags argument to flatten function to allow further extendiable behavior. [in pr #2]
  • Added a constant flag, FLAG_NUMERIC_NOT_FLATTENED that switches off flattening values with numeric (integer) keys. [in pr #2]

Release 1.0.0

27 Sep 00:58
Compare
Choose a tag to compare
v1.0.0

Added readme