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

Releases: hainayanda/Ergo

v1.4.0

30 Jun 05:46
d09e8b5
Compare
Choose a tag to compare
  • 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

v1.3.1

01 Jun 15:22
fa6f4f2
Compare
Choose a tag to compare

Add chary as dispatch queue utilities

v1.3.0

28 Mar 01:28
cdd0114
Compare
Choose a tag to compare
  • Minor refactor
  • Add promise to Task

v1.2.0

24 Mar 12:26
329d784
Compare
Choose a tag to compare
  • Added Async Await Support

v1.1.0

24 Mar 04:01
06fbf00
Compare
Choose a tag to compare

Added capability to return a promise from then

v1.0.3

21 Jul 05:35
4ffc0fe
Compare
Choose a tag to compare

Update username

v1.0.2

02 Jul 04:02
8d49aa2
Compare
Choose a tag to compare
  • open every method in open class
  • make public class final

v1.0.1

01 Jul 13:56
fe3eb96
Compare
Choose a tag to compare

Refactor Error Catcher into Dropable

v1.0.0

01 Jul 12:54
Compare
Choose a tag to compare

First Release