Skip to content

Releases: dcarbone/php-object-merge

v2.2.0: minor api name change

10 Sep 13:14
Compare
Choose a tag to compare

Renames the UNDEFINED consts and func to be slightly more self-descriptive as to their intent.

v2.1.0: Callbacks

19 Jun 16:51
Compare
Choose a tag to compare

Added ability to provide a callback to handle the merging of values

v2.0.5: Improvements

06 Jun 02:00
Compare
Choose a tag to compare
  • Improved object field merging
  • Now internally tracking merge depth and context for use in error messages
  • Internal API improvements

v2.0.4: Bugfixes & Features

04 Jun 23:33
Compare
Choose a tag to compare
  • Added recursive array value comparison
  • Fixed array_unique with non-scalar values
  • No longer considering null to be "undefined" on object fields
  • Internal cleanup

Initial Stable Release

04 Jun 19:49
Compare
Choose a tag to compare

This release is the first with guaranteed future API compatibility, providing basic top-level and recursive object merging.