Skip to content

Releases: dreymonde/Alba

Swift 5 Support (Alba is deprecated)

06 Dec 14:54
Compare
Choose a tag to compare

0.4.0: Don’t call it «unsafe». Call it manual.

16 May 22:26
Compare
Choose a tag to compare

This update is a breaking one — it renames UnsafeSubscribe type (and unsafe property on Subscribe) to ManualSubscribe (and manual). Using the term «unsafe» was misleading because in Swift the term «unsafe» means «can corrupt memory», and there was nothing like that in Alba. So now it’s renamed to «manual» expressing that you should manually unsubscribe if you use it.

It also, of course, incorporates changes from the latest 0.3.x releases — such as flatSubscribe method and FlatWeakSubscribe proxy (accessible via .weak(_:).flat)