0.6.0
Changes from the Point-Free 0.6.0 release plus a few subsequent commits.
- Added: SwiftUI alert and action sheet helpers via
AlertState
andActionSheetState
- Improved: Make location getter work like Corelocation.location getter (thanks @mackoj)
- Improved: Fix typo in
AlertState
’s docs. (thanks @jasdev) - Improved: Fix scope bug in
Store.ifLet
(thanks @fonkadelic) - Improved: Fix small issue in ComposableCoreLocation tests (thanks @mackoj)
- Changed: Pullback all case studies into mega reducer
- Infrastructure: Add Fluxor to "Other libraries" in README (thanks @MortenGregersen)