Skip to content

🚩 Vexil v2

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 22:10
· 163 commits to main since this release

What’s Changed

💥 Breaking Changes

This release includes one breaking change:

  • FlagValueDictionary now uses [String: BoxedFlagValue] as its internal storage instead of [String: Any]. This allows better interaction with the flag values, not just the keys, but will be a breaking change for anyone casting directly from Any. (#93)

🚀 Features

  • Changed FlagValueDictionary to use [String: BoxedFlagValue] as its internal storage @bok- (#93)
  • Added Codable support to BoxedFlagValue @bok- (#91)
  • Added support for the standard Swift default setter syntax @bok- (#85)

🧰 Maintenance

  • Fixed invalid destination in DocC generation workflow @bok- (#94)
  • Updated workflows to reflect the release of Swift 5.5 and Xcode 13.0 @bok- (#92)