meld.js 1.3.0 released

19 views
Skip to first unread message

Brian Cavalier

unread,
Apr 23, 2013, 9:49:10 AM4/23/13
to cuj...@googlegroups.com
We just released meld.js 1.3.0.  This change streamlines the API slightly by making meld() itself be a function that is equivalent to meld.add().  We've deprecated meld.add(), and we'll keep it around in future meld 1.x releases, but please use meld() instead.

So, in meld.js >= 1.3.0, you can do:

var remover = meld(obj,'method',myAspect);

instead of:

var remover = meld.add(obj,'method',myAspect);


unscriptable

unread,
Apr 23, 2013, 9:51:58 AM4/23/13
to cuj...@googlegroups.com
+1. This is a nice change. :) 
Reply all
Reply to author
Forward
0 new messages