8.0.446
- Make
promise?
to check for IPromise protocol instead of concrete types. Now it should
more easy extend promise to other promise like types. - Rename
promise.core/do!
macro topromise.core/do
(backward compatible, previous
macro still in the codebase) - Add promise aware
with-redefs
macro (thanks to @eccentric-j)