🎉 1.2.0 Release
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 definingdeinit
functions.- Missing
ParameterSpec.addAttribute
functions have been added toParameterSpec.Builder
.
Resolved Issues
@escaping
closure parameters can now be generated usingParameterSpec.addAttribute(AttributeSpec.ESCAPING)
.FunctionTypeName
signatures are now generated correctly (without names).- Generic types with multiple bounds are now generated correctly.