Skip to content

🎉 1.3.1 Release

Compare
Choose a tag to compare
@kdubb kdubb released this 29 Oct 01:18
3d07393

This release adds new features for basic Swift Concurrency support and other bug fixes.

New Features

  • TypeSpec.actorBuilder has been added to allow defining actor types.
  • FunctionSpec.async(Bool) has been added to allow defining async functions.

Resolved Issues

  • TupleTypeName now correctly allows multiple unnamed types.

Note: The unused Guava dependency has been removed from the package; it was leftover and has been unused for some time.