The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
5.3.0: Swift Package Manager
3 years ago
5.2.0: Xcode 10
4 years ago
5.1.0: Xcode 9.3
4 years ago
5.0.0: Extend VFL for layoutMarginsGuide and Safe Area
5 years ago
#11 Extend Visual Format Language for layoutMarginsGuide and Safe Area
NorthLayout 5 has breaking changes around safe area.
## Migration to NorthLayout 5
NorthLayout 4 has supported Safe Area by translating | bounds as safe area layout guides by default.
NorthLayout 5 adds breaking changes that introduces || layout margin guides and thus | no longer respects Safe Area. Choose | to stick to edges, or || to inset in layout margins or safe area.
4.0.0: Safe Area
5 years ago
Support Safe Area.
Existing `UIViewController.northLayoutFormat` code, in default, without any code changes, automatically contains in safe area layout guides as same as top layout guide and bottom layout guide. You can opt-out this behavior by option argument.
Supports Xcode 7 with Swift 2.
NorthLayout 1.0.0 supports Xcode 6 with Swift 1.2.
first version supporting ios and osx