Skip to content

0.2.0

Compare
Choose a tag to compare
@lukepistrol lukepistrol released this 14 Jun 16:09
· 19 commits to main since this release
65aad4e
  • a new shorthand for getting the name of the symbol using callAsFunction():

    @SFSymbol
    enum Symbols: String {
      case globe
    }
    
    Label("Hello, World!", systemImage: Symbols.globe())
  • enhanced documentation

Full Changelog: 0.1.0...0.2.0