arachne

Networking layer for apps using Swift Concurrency.

MIT License

Stars
4
Committers
1

Bot releases are hidden (Show)

arachne - Latest Release

Published by artemisia-absynthium about 1 year ago

Support to Combine and to CocoaPods has been removed.

A bugfix that happened when downloading the same file two or more times, the file wouldn't exist after download(_:timeoutInterval:session:) returns.

Full Changelog: https://github.com/artemisia-absynthium/arachne/compare/0.4.0...0.5.0

arachne - 0.4.0

Published by artemisia-absynthium over 2 years ago

Welcome async/await! Since this version, this library will be pursuing the Swift Concurrency way, so no new Combine Publishers will be added.

Combine publishers have been deprecated and will be removed in future versions, please consider migrating as specified in the README.

Full Changelog: https://github.com/artemisia-absynthium/arachne/compare/0.3.0...0.4.0

arachne - 0.3.0

Published by artemisia-absynthium over 2 years ago

Add the corresponding URLRequest object to the Plugin error handler.
Raise Swift Tools Version to 5.5, now the minimum Xcode version supported is 13.0.

Full Changelog: https://github.com/artemisia-absynthium/arachne/compare/0.2.1...0.3.0

arachne - 0.2.1

Published by artemisia-absynthium over 2 years ago

Add response body payload to the error.

Full Changelog: https://github.com/artemisia-absynthium/arachne/compare/0.2.0...0.2.1

arachne - 0.2.0

Published by artemisia-absynthium over 2 years ago

Add more useful info in the error payload.

Full Changelog: https://github.com/artemisia-absynthium/arachne/compare/0.1.9...0.2.0

arachne - 0.1.9

Published by artemisia-absynthium over 2 years ago

Don't force downloads to be received on the main thread because it caused the file to be lost in certain cases.

Full Changelog: https://github.com/artemisia-absynthium/arachne/compare/0.1.8...0.1.9

arachne - 0.1.8

Published by artemisia-absynthium over 2 years ago

arachne - 0.1.7

Published by artemisia-absynthium over 2 years ago

Allow the user more flexibility.

Full Changelog: https://github.com/artemisia-absynthium/arachne/compare/0.1.6...0.1.7

arachne - 0.1.5

Published by artemisia-absynthium over 2 years ago

Add support for Xcode 12.5.

Full Changelog: https://github.com/artemisia-absynthium/arachne/compare/0.1.4...0.1.5

arachne - 0.1.4

Published by artemisia-absynthium over 2 years ago

arachne - First release

Published by artemisia-absynthium over 2 years ago

In this first release the service-endpoints structure is introduced, along with request and download methods.

Full Changelog: https://github.com/artemisia-absynthium/arachne/commits/0.1.0