cujojs/meld

meld should be a function

Closed this issue · 2 comments

Specifically, I'm thinking meld() should provide the functionality currently provided by meld.add(), and we should deprecate meld.add. This is in line with wire and when, which are both functions.

We could make meld into a function and deprecate meld.add in the 1.x line, and later remove meld.add in 2.0.0.

Thoughts?