Skip to content

Releases: RayKitajima/SwiftApiAdapter

v1.3.0

27 Jul 12:56
4561355

Choose a tag to compare

support Apple intelligence with custom scheme endpoint.

What's Changed

Full Changelog: v1.2.13...v1.3.0

v1.2.13

08 Jul 03:14

Choose a tag to compare

make ApiContent and related types Sendable

v1.2.12

31 Jan 12:12

Choose a tag to compare

Added parsing for <title> in .page content types

v1.2.11

29 Jan 12:47

Choose a tag to compare

add ApiContent.lastModified

v1.2.10

21 Jan 12:49

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

Choose a tag to compare

  • Disallow request bodies for GET requests to align with standard HTTP usage.

v1.2.8

19 Jan 15:24

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

Choose a tag to compare

address ogimage scraping

v1.2.6

02 Nov 07:34

Choose a tag to compare

detect redirect

v1.2.5

24 Sep 12:59

Choose a tag to compare

util for extraData