Skip to content

Releases: vasilybodnarchuk/QueueSafeValue

Async set/get + Manually completable sync commands

03 Nov 17:53
dd45139
Compare
Choose a tag to compare
  • Added manually completable asynchronous set/get commands
  • Updated asynchronous set/get commands
  • Updated documentation

Sync set/get + Manually completable sync commands

13 Oct 00:22
14fcfc3
Compare
Choose a tag to compare
  • Added manually completable (terminable), synchronous set/get commands
  • Updated synchronous set/get commands
  • Updated documentation

QueueSafeSyncedValue + QueueSafeAsyncedValue

22 Sep 01:26
3fc39e5
Compare
Choose a tag to compare
  • added QueueSafeSyncedValue
  • added QueueSafeAsyncedValue
  • updated documentation and code comments

Highest priority + Priority queue

04 Sep 20:18
7dcda05
Compare
Choose a tag to compare
  • actions renamed to commands
  • added the ability to execute commands with highest priority
  • updated code comments (documentation)
  • command stack replaced with priority queue
  • code cleaned and syntax improved

Async actions + Errors delivery + API Syntax + Documentation

30 Aug 01:41
b0ff52a
Compare
Choose a tag to compare
  • Updated API Syntax
  • Added async actions
  • Updated unit tests
  • Updated documentation (comments in code & readme file)
  • Added mechanism to deliver errors from the framework to developer/user

Syntax + Documentation + SwiftLint + GitHub action

21 Aug 22:11
0881328
Compare
Choose a tag to compare
  • Updated API syntax
  • Updated documentation
  • Added SwiftLint integration
  • Added GitHub action "Build & Test"

Updated API + Documentation

15 Aug 01:24
157c349
Compare
Choose a tag to compare
  • Updated API
  • Added documentation