cujojs / meld

AOP for JS with before, around, on, afterReturning, afterThrowing, after advice, and pointcuts
Other
644 stars 65 forks source link

Allow weaving of methods on a host function #7

Closed scothis closed 11 years ago

scothis commented 11 years ago

Implicit constructor prototype weaving blocked weaving methods on a host function. That functionality has been removed in order to support weaving of methods hosted on a function. Prototype weaving can still be achieved by passing the constructor's prototype instead of the constructor.

Bumped version to 1.1.0 due to public API change.