This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
Releases: UrbanCompass/Snail
Releases · UrbanCompass/Snail
0.13.0
What's Changed
- Remove discardableResult attribute from subscribe method by @tim-chamberlin in #165
- ObservableType (Snail) -> Publisher (Combine) by @tbajis in #159
- Threadsafe subscriber mutations and dispose on deinit by @tim-chamberlin in #163
Full Changelog: 0.12.0...0.13.0
0.12.0-snail-test2
Dispose on deinit Use NSRecursiveLock for subscriber reads/writes
0.12.0-snail-test
Dispose on deinit Use NSRecursiveLock for subscriber reads/writes
0.12.0
Merge pull request #161 from UrbanCompass/tim/revert Revert "Dispose on deinit"
0.11.1: Merge pull request #158 from UrbanCompass/tim/add_variable_map
Re-add Variable map
0.11.0
Merge pull request #158 from UrbanCompass/tim/add_variable_map Re-add Variable map
0.10.0
Merge pull request #154 from UrbanCompass/tc/disposer-fix Dispose on deinit
0.9.0: Merge pull request #155 from UrbanCompass/add-zip-operator
Add zip operator
0.8.2
Merge pull request #153 from UrbanCompass/luis/update-combine-latest Fix combineLatest to only finish when all are done
0.8.1
- Fixes threading & data race issues with regards to
Observable
andReplay
- Adds
take(first: Int)
operator toObservable