Skip to content

🎉 1.2.0 Release

Compare
Choose a tag to compare
@kdubb kdubb released this 21 Oct 22:49
df29e1d

This release adds new features and bug fixes

New Features

  • FunctionSpec.operatorBuilder has been added to allow defining operator functions.
  • FunctionSpec.deinitializerBuilder has been added to allow defining deinit functions.
  • Missing ParameterSpec.addAttribute functions have been added to ParameterSpec.Builder.

Resolved Issues

  • @escaping closure parameters can now be generated using ParameterSpec.addAttribute(AttributeSpec.ESCAPING).
  • FunctionTypeName signatures are now generated correctly (without names).
  • Generic types with multiple bounds are now generated correctly.