Skip to content

Swift 5.3, Pagination modifier, Improvements & Refactoring

Compare
Choose a tag to compare
@crelies crelies released this 02 Aug 22:31
· 43 commits to master since this release
489289c

Swift 5.3

Make use of some enhancements made in Swift 5.3, like the ones made to function builders.

Pagination modifier 🚀

The pagination functionality feels now more like native SwiftUI. Easily add pagination support to your AdvancedList with the new .pagination modifier. Don't forget to read the migration section in the README.

Improvements & Refactoring

  • Say hello to code documentation 😀
  • Removed unnecessary self
  • Use @ViewBuilder instead of Group
  • Improved code indentation