- Fix double require bugs [@tobyhs]
- Namespace Decorator, Memoize, Precondition, Retry, and Within under MethodDecorators:: [@tobyhs]
- Pass
this
(the receiver of the decorated method) to the decorators. FixesPrecondition
with multiple preconditions andMemoize
.
- Added Memoize, Retry, and Precondition [@mfrost]
- Initial release!