Skip to content

Tags: dcarbone/php-object-merge

Tags

v2.2.0

Toggle v2.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
renaming OBJECT_MERGE_UNDEFINED -> OBJECT_MERGE_UNDEFINED_VALUE

v2.1.0

Toggle v2.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
small doc fix

v2.0.6

Toggle v2.0.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
adding a few more test cases and enabling "NULL" to be considered as …

…"UNDEFINED" when merging

v2.0.5

Toggle v2.0.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
adding context and depth tracking for exception messages, and cleanin…

…g up internal api

v2.0.4

Toggle v2.0.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
using SORT_REGULAR flag for optioned array_unique call, and adding ne…

…sted array value merging, and fixing bug when types differ in recursive merge

v2.0.3

Toggle v2.0.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fixing functions and removing callback work; will require additional …

…thinking

v2.0.2

Toggle v2.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
efficiency improvments and using "property_exists" for existence dete…

…rmination over "isset" on objects

v2.0.1

Toggle v2.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
some more complex nested tests

v2.0.0

Toggle v2.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
improved recursion and updated api

v1.0.1

Toggle v1.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fixing bug in mergeObjectValues