Skip to content

Releases: ydataai/swift-core

0.9.0.7b25515

26 Oct 13:05
7b25515
Compare
Choose a tag to compare
0.9.0.7b25515 Pre-release
Pre-release

fix: revert to work with swift 5.6 (#30)

  • remove conformance with equatable for FabricError

0.9.0.d38dc37

21 Oct 16:09
d38dc37
Compare
Choose a tag to compare
0.9.0.d38dc37 Pre-release
Pre-release

fix(fabricerror): GenericFabricError make name mandatory (#29)

0.9.0.478d9d3

21 Oct 15:12
478d9d3
Compare
Choose a tag to compare
0.9.0.478d9d3 Pre-release
Pre-release

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

18 Oct 15:12
cbcdb80
Compare
Choose a tag to compare
0.9.0.cbcdb80 Pre-release
Pre-release

feat(error): FabricError protocol and generic error (#27)

0.8.1

07 Jun 17:57
b4be203
Compare
Choose a tag to compare

0.8.1 (2022-06-07)

Bug Fixes

  • internalresponse: update to new vapor response init (#26) (b4be203)

0.8.1.b4be203

07 Jun 17:55
b4be203
Compare
Choose a tag to compare
0.8.1.b4be203 Pre-release
Pre-release

fix(internalresponse): update to new vapor response init (#26)

0.8.0

12 May 14:42
b1f8f13
Compare
Choose a tag to compare

0.8.0 (2022-05-11)

Bug Fixes

  • http-client: error handling improvement (#24) (4a8d4f7)

Features

  • client context and string range (#22) (ae31ad1)
  • optional: introduce tryMap to throw error when no value (#25) (b1f8f13)

0.8.0.b1f8f13

11 May 15:01
b1f8f13
Compare
Choose a tag to compare
0.8.0.b1f8f13 Pre-release
Pre-release

feat(optional): introduce tryMap to throw error when no value (#25)

0.8.0.ae31ad1

04 May 18:06
ae31ad1
Compare
Choose a tag to compare
0.8.0.ae31ad1 Pre-release
Pre-release

feat: client context and string range (#22)

  • created new context for client
  • added extension for string and range

0.7.2.4a8d4f7

27 Apr 15:56
4a8d4f7
Compare
Choose a tag to compare
0.7.2.4a8d4f7 Pre-release
Pre-release

fix(http-client): error handling improvement (#24)