Skip to content

Releases: rogervila/array-diff-multidimensional

2.2.0

17 Oct 12:52
29885b6

Choose a tag to compare

What's Changed

  • Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot[bot] in #28
  • Bump shivammathur/setup-php from 2.15.0 to 2.16.0 by @dependabot[bot] in #29
  • Bump shivammathur/setup-php from 2.16.0 to 2.17.0 by @dependabot[bot] in #30
  • Bump actions/checkout from 2.4.0 to 3 by @dependabot[bot] in #31
  • Bump shivammathur/setup-php from 2.17.0 to 2.17.1 by @dependabot[bot] in #32
  • Bump shivammathur/setup-php from 2.17.1 to 2.18.0 by @dependabot[bot] in #33
  • Bump shivammathur/setup-php from 2.18.0 to 2.18.1 by @dependabot[bot] in #35
  • Bump shivammathur/setup-php from 2.18.1 to 2.19.1 by @dependabot[bot] in #37
  • Bump shivammathur/setup-php from 2.19.1 to 2.20.1 by @dependabot[bot] in #39
  • Bump shivammathur/setup-php from 2.20.1 to 2.21.1 by @dependabot[bot] in #41
  • Bump shivammathur/setup-php from 2.21.1 to 2.21.2 by @dependabot[bot] in #42
  • PHP 8.2 Support by @rogervila in #43
  • Bump shivammathur/setup-php from 2.21.2 to 2.22.0 by @dependabot[bot] in #44
  • Bump shivammathur/setup-php from 2.22.0 to 2.23.0 by @dependabot[bot] in #45
  • Bump shivammathur/setup-php from 2.23.0 to 2.24.0 by @dependabot[bot] in #46
  • PHPUnit 10 Support by @rogervila in #49
  • Bump shivammathur/setup-php from 2.24.0 to 2.25.1 by @dependabot[bot] in #48
  • PHP 8.3 Support by @rogervila in #53
  • Bump actions/checkout from 3 to 4 by @dependabot[bot] in #54
  • PHP 8.4 Support by @rogervila in #55
  • Update phpunit/phpunit requirement from ^4.8 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 to ^4.8 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 by @dependabot[bot] in #56
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #57
  • chore: Additional tests by @rogervila in #58
  • feat: PHPBench benchmarking by @rogervila in #60
  • feat: Performance improvements by @rogervila in #59

Full Changelog: 2.1.0...2.2.0

2.1.0

28 Oct 08:17
d5afb18

Choose a tag to compare

Added

  • Global array_diff_multidimensional() helper function (#21)

2.0.1

23 Jul 07:48
5ac236a

Choose a tag to compare

Changed

2.0.0

11 Jan 11:29
1c3b418

Choose a tag to compare

Fixed

Changed

  • Moved to Github Actions

2.0.0-rc.1

03 Dec 14:40
318effb

Choose a tag to compare

2.0.0-rc.1 Pre-release
Pre-release

Added

  • PHP 8 Support
  • More tests

Fixed

Changed

1.0.0

20 Feb 19:30

Choose a tag to compare

Initial Release.