Skip to content

Releases: pointfreeco/swift-navigation

0.6.1

30 Jan 20:41
270a754
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pointfreeco/swiftui-navigation@0.6.0...0.6.1

0.6.0

25 Jan 18:59
bf0fb9d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pointfreeco/swiftui-navigation@0.5.0...0.6.0

0.5.0

09 Jan 18:55
ddc01cd
Compare
Choose a tag to compare

0.4.5

14 Dec 21:28
46acf5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: pointfreeco/swiftui-navigation@0.4.4...0.4.5

0.4.4

14 Dec 14:53
949a906
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pointfreeco/swiftui-navigation@0.4.3...0.4.4

0.4.3

05 Dec 21:05
a4a84e3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pointfreeco/swiftui-navigation@0.4.2...0.4.3

0.4.2

22 Nov 13:18
4b666bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pointfreeco/swiftui-navigation@0.4.1...0.4.2

0.4.1

21 Nov 20:17
8db42e8
Compare
Choose a tag to compare

0.4.0

21 Nov 19:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: pointfreeco/swiftui-navigation@0.3.0...0.4.0

0.3.0

19 Oct 00:20
a974c35
Compare
Choose a tag to compare
  • Change: Swift tools version has been bumped to 5.5.
  • Change: Switch will now runtime warn instead of breakpoint when a case is left unhandled.
  • Change: NavigationLink's onNavigate and destination closures have been flipped. The original order is now deprecated.
  • Change: Many APIs that required escaping closures no longer do.