Aspect Oriented Programming for Javascript.
- Minor corrections and updates to
package.json
- Rewritten Advisor that allows entire aspects to be unwoven (removed) easily.
- AspectJ and Spring Framework AOP for inspiration and great docs
- Implementation ideas from @phiggins42's uber.js AOP
- API ideas from jquery-aop