From 7380e306e2bbf94836c831d262f0c92753bbf9e9 Mon Sep 17 00:00:00 2001 From: Priyadi Iman Nurcahyo <1102197+priyadi@users.noreply.github.com> Date: Thu, 2 May 2024 00:48:22 +0700 Subject: [PATCH] docs: readme (#61) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d024974..bc121fb 100644 --- a/README.md +++ b/README.md @@ -115,9 +115,11 @@ a few keystrokes. ### Arrays and Array-Like Objects * Handles the mapping between `array` or array-like objects. -* Handles adder methods on the target side. +* Handles adder and remover methods on the target side. * Handles non-string & non-integer keys in array-like objects, including `SplObjectStorage`. +* Option to remove existing items from the target if they are not present in the + source. ### Array-Like Lazy-Loading