Skip to content

Releases: Machx/Konkyo

0.5.0

04 Jun 06:06
Compare
Choose a tag to compare
  • UnfairLock has been deprecated, use Apples OSAllocatedUnfairLock instead.
  • XCTExpectError has been moved to UnitTestKit
  • Documentation has been added

0.4.0

29 Feb 06:31
Compare
Choose a tag to compare
  • Add Debouncer
  • Add Unit Test Expect Errors

0.3.1

31 Jul 04:35
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.3.1

  • Move descriptions for logging to their own section
  • Remove promise until it is ready for release

0.3.0

30 Jul 06:53
Compare
Choose a tag to compare

Full Changelog: 0.2.3...0.3.0

  • Update to Swift 5.7
  • Update to require iOS 16
  • Add withLock function
  • Add getKeyWindow for UIApplication
  • Swift Type Erasure
  • Condition: Added wait(until
  • Mutex: Added withLock
  • UnfairLock: Added withLock
  • Updates to Unit Tests