Skip to content

Releases: RayKitajima/SwiftApiAdapter

v1.2.12

31 Jan 12:12
Compare
Choose a tag to compare

Added parsing for <title> in .page content types

v1.2.11

29 Jan 12:47
Compare
Choose a tag to compare

add ApiContent.lastModified

v1.2.10

21 Jan 12:49
Compare
Choose a tag to compare

CodableExtraData now supports nested arrays and dictionaries, enabling recursive encoding/decoding of complex data structures in extraData.

v1.2.9

20 Jan 14:44
Compare
Choose a tag to compare
  • Disallow request bodies for GET requests to align with standard HTTP usage.

v1.2.8

19 Jan 15:24
Compare
Choose a tag to compare

Fix concurrency warnings by marking executor classes as unchecked Sendable, and rename variables in tests to avoid naming collision with responseString, thereby ensuring correct string usage for data(using: .utf8).

v1.2.7

02 Nov 08:36
Compare
Choose a tag to compare

address ogimage scraping

v1.2.6

02 Nov 07:34
Compare
Choose a tag to compare

detect redirect

v1.2.5

24 Sep 12:59
Compare
Choose a tag to compare

util for extraData

v1.2.4

08 Sep 09:27
Compare
Choose a tag to compare

add public init for ApiContentRack

v1.2.3

04 Sep 15:38
Compare
Choose a tag to compare

fix visibility of display name of content type