Skip to content

Version 1.0

Compare
Choose a tag to compare
@AreroKetahi AreroKetahi released this 22 Jul 14:08
· 10 commits to main since this release
5720f74

SwiftyDeclarationProvider 1.0 has following features:

  • Support group, indented group, text, padless text, footnote, divider
  • DGroup, IndentDGroup allow 20 elements in one layer. (Providers from SwiftUI support 10, we are more advanced.)
  • TranslatedDeclaration conforms to Codable protocol, which can encode to JSON of Property List straightly. Also import from those files.
  • DeclarationView conforms to View protocol, which can preview declaration context in SwiftUI view.