Skip to content

8.0.446

Compare
Choose a tag to compare
@niwinz niwinz released this 23 Feb 18:40
· 265 commits to master since this release
  • 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 to promise.core/do (backward compatible, previous
    macro still in the codebase)
  • Add promise aware with-redefs macro (thanks to @eccentric-j)