Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

v0.4.13

Choose a tag to compare

@emmenko emmenko released this 31 Mar 14:23
· 86 commits to master since this release

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