With version 3.0 added support for ES2015 promises to Deferred object, do you plan adding ES2018 Promise.prototype.finally method?
It will allow to use Deferred objects with code, that expects ES2018 promises directly.
always method has different semantics regarding arguments/errors - they are passed to callback, where finally pass them to resulting promise