Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

v1.4.0

Latest
Compare
Choose a tag to compare
@hainayanda hainayanda released this 30 Jun 05:46
d09e8b5
  • Since some projects will have different Quick and Nimble versions, and it shouldn't include in the distribution, it is now removed from dependency in Swift Package Manager version.
  • Change Closure Promise Consumer type from closure to object that have accept and reject method
  • Make it more thread-safe by using safeSync instead of NSLock