Skip to content

Bug fixes on the Set

Compare
Choose a tag to compare
@Taluu Taluu released this 25 Nov 15:31
· 85 commits to master since this release

This release fixes a bug on the null value handling.

If the new value was null, even if it was unchanged, modified or added, it was always considered as a Removal instead of an expected Modification, Addition or unchanged value.

This is due to the php's isset operator which considers that null does not set a value.