Skip to content

Releases: lukepistrol/SFSymbolsMacro

0.5.2

16 Feb 01:36
e7d45d4
Compare
Choose a tag to compare

bump swift-syntax to 509.1.1

Full Changelog: 0.5.1...0.5.2

0.5.1

09 Nov 08:09
ad2183d
Compare
Choose a tag to compare
  • update swift-syntax to 509.0.2

Full Changelog: 0.5.0...0.5.1

0.5.0

18 Oct 10:43
728ac4c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

05 Jul 14:13
49d35a5
Compare
Choose a tag to compare
  • Minor improvements

Full Changelog: 0.4.0...0.4.1

0.4.0

20 Jun 16:59
d6fe0ff
Compare
Choose a tag to compare
  • added demo app

Full Changelog: 0.3.1...0.4.0

0.3.1

15 Jun 07:08
42f76d5
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.3.1

0.3.0

15 Jun 07:01
54f1767
Compare
Choose a tag to compare
  • check for String raw value type
  • check for enum

Full Changelog: 0.2.0...0.3.0

0.2.0

14 Jun 16:09
65aad4e
Compare
Choose a tag to compare
  • 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

0.1.0

14 Jun 13:13
49224de
Compare
Choose a tag to compare