Skip to content

Releases: stackotter/swift-macro-toolkit

Update to SwiftSyntax 510.0.0

13 May 04:27
Compare
Choose a tag to compare

What's Changed

  • Add some examples by @Mx-Iris in #13
  • Fix extra space in withAsyncModifier by @alessionossa in #14
  • Update to SwiftSyntax 510.0.0
  • Improve ergonomics of accessing declaration group properties (e.g. struct properties); flattens out multi-identifier bindings into separate properties
  • Other minor improvements

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

17 Oct 01:49
Compare
Choose a tag to compare

Thanks to @mikhailmaslo SwiftMacroToolkit can now be built on iOS versions lower than iOS 16. This isn't necessary for Macro usecases, but it's nice to be able to use SwiftMacroToolkit as a wrapper over the SwiftSyntax library for non-macro purposes (for example in an iOS Swift code editor or something).

v0.3.0

03 Oct 00:19
41cc7a1
Compare
Choose a tag to compare

Updating to Swift Syntax 509.0.0

This release contains a few breaking changes to update to Swift Syntax's first stable release since introducing macros. These breaking changes were kept to a minimum and shouldn't affect too many use cases. Enjoy!