Releases: ydataai/swift-core
Releases · ydataai/swift-core
0.9.0.7b25515
fix: revert to work with swift 5.6 (#30)
- remove conformance with equatable for FabricError
0.9.0.d38dc37
fix(fabricerror): GenericFabricError make name mandatory (#29)
0.9.0.478d9d3
fix(fabricerror): small fixes found during integration (#28)
- conform to Equatable
- convert to struct
- make init public
- default value for httpCode and convert to mandatory
0.9.0.cbcdb80
feat(error): FabricError protocol and generic error (#27)
0.8.1
0.8.1.b4be203
fix(internalresponse): update to new vapor response init (#26)
0.8.0
0.8.0.b1f8f13
feat(optional): introduce tryMap to throw error when no value (#25)
0.8.0.ae31ad1
feat: client context and string range (#22)
- created new context for client
- added extension for string and range
0.7.2.4a8d4f7
fix(http-client): error handling improvement (#24)