SwiftQueue v5.0.1 Release Notes

Release Date: 2020-12-05 // over 3 years ago
  • ๐Ÿ› Bug Fix

    • Important Fix for deserialise tasks (#363)

    Chore

    • โšก๏ธ Update to Swift 5.3 (#352)
    • โฌ†๏ธ Bump (#364) (#365)
    • ๐Ÿ›  Fix copyright (#359)

Previous changes from v5.0.0

  • โš  Warning: This version is incompatible with 4.X

    โšก๏ธ If you are using serialised task. After updating, the library will not be able to deserialised the task saved with version 4.X

    ๐Ÿ†• New features

    You can now add your own constraint dynamically

    • Dynamic constraint feature (#310)
    • โž• Add custom constraint (#343)

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ“‡ Rename NoSerialiser to NoPersister (#341)

    Chore

    • โฌ†๏ธ Bump Reachability (#354)

    Internal changes