Releases: NicholasBellucci/SociableWeaver
Releases · NicholasBellucci/SociableWeaver
v0.1.12
Update swift keyword _functionBuilder to resultBuilder (swift 5.4). Thanks to quentinfasquel!
v0.1.11
Added ForEachWeavable to allow for adding Weavables in a loop
v0.1.10
Added default parameter for builderType
to no longer require it to be passed when a creating a type with a single component.
v0.1.9
Fixed an issue with cursor based pagination.
v0.1.8
v0.1.7
Added EnumRawValueRepresentable to provide the right argument value for enums with raw values.
v0.1.6
Conformance to EnumValueRepresentable now required conformance to RawRepresentable.
v0.1.5
Fix for collections with values conforming to ArgumentValueRepresentable.
v0.1.4
Added includeIfNil feature on an argument.
v0.1.3
Added initialization for Field with String value.