v0.2.0
**Breaking API changes**: - renamed `.run()` method to `.runPlugin()` to allow implementors to easily inherit Noun while implementing their own custom `.run()` method without doing magic Non-breaking changes - uses array-slice for 5-10x speed improvements over doing `[].slice.call(arguments)`