Releases: rogervila/array-diff-multidimensional
Releases · rogervila/array-diff-multidimensional
2.2.0
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
2.0.1
2.0.0
2.0.0-rc.1
Added
- PHP 8 Support
- More tests
Fixed
- Fix problem with comparing float values (#2 by @aburakovskiy)
Changed
- Moved second array check outside loop (#6 by @ioanszabo )
- Comparisons are strict by default (Check https://github.com/rogervila/array-diff-multidimensional#strict-vs-loose-comparisons for details)