- The
unowned
reference type is replaced withweak
reference type on target property ofCustomBindable
Breaking change:
- Added support for
EventScheduler
. This changes theEventPublisher
protocol. Apps that use their own implementation of this protocol need to update their implementation.
- Update for Swift 4.
- Make observation manager init method public.
- Add support for observing notifications.
Features:
- Support for observing NotificationCenter notifications.
- First public release! 🎉