# Changelog ### v1.1.1 - Added CocoaPods and SPM support for macOS projects. - Added `Experiment11` to prove that the navigation still works with a timed action. ### v1.1.0 - Introduced the `onDidAppear` view modifier to get informed when a view transition has finished. - Introduced the `onAnimationCompleted` view modifier to get informed when an animation in general has completed. - Fixed that the node was retained by the binding. - Added a UI test to confirm issue #1 was fixed by iOS 14.5. ### v1.0.2 - Renamed the internal property name `name` to `identifier` and made it of a generic type. - Added some more tests. - Improved the documentation. ### v1.0.1 - Minor readme corrections. - Fixed some pipeline scripts. - Folder and name refactoring for Carthage and SPM. ### v1.0.0 Initial Version