pointfreeco / swift-navigation

Bringing simple and powerful navigation tools to all Swift platforms, inspired by SwiftUI.
http://pointfree.co
MIT License
1.99k stars 127 forks source link

Rename ObservationToken to ObserveToken. #208

Closed mbrandonw closed 2 months ago

mbrandonw commented 2 months ago

The new Swift notification API coming sometime in the future introduces its own ObservationToken type that will clash with ours. Really the name ObservationToken was a bit too general anyway, so let's preemptively rename it to something that will hopefully be a little less common.