Skip to content

Version 3.2.0

Compare
Choose a tag to compare
@pburtchaell pburtchaell released this 27 Jun 01:05

Instead of constructing a new promise and returning the new promise, the middleware returns the original promise. This change was made to avoid an anti-pattern and to ensure the original promise object methods are preserved, such as in the case where a library like Bluebird is used.