This repository was archived by the owner on Mar 10, 2021. It is now read-only.
v0.4.13
Introduce filterActions function c98b69b
sync = new ProductSync {...}
sync.buildActions(new_obj, old_obj).filterActions (a) -> a is 'changeName'
# => actions payload will now contain only 'changeName' action