Skip to content

Releases: dbsystel/DBNetworkStack

Fix SwiftLint Bug

19 Jan 08:44
fa3547f
Compare
Choose a tag to compare

This fixes a swiftLint error which occurs with 0.16

Composable Services 🎹

19 Jan 06:52
896f9f6
Compare
Choose a tag to compare

Service

  • RetryNetworkService - Retrys requests when given errors occur
  • ModifyRequestNetworkService - Can modify requests before they will be executed
  • NetworkTask are marks as @discardableResult

Resource

  • Map any ResourceModeling with a transform function to Resource
  • Wrap any ResourceModeling into a standard Resource by calling '.wrap()' (Like a type erasure)

Other

  • NetworkTaskRepresenting now have reference semantics
  • Support for SwiftPackage Manager

DBNetworkStackError debug printing

28 Nov 14:18
Compare
Choose a tag to compare

DBNetworkStackErrors are now "pretty" printable in debugger

Release Party 🚀🎉

09 Nov 08:21
a58967d
Compare
Choose a tag to compare

This is our first public release. Keep in mind that the API could change during the way up to 1.0.

Feel free to contribute or share our idea.