Skip to content

Releases: dbsystel/DBNetworkStack

DBNetworkStack goes 🐧

06 Apr 07:12

Choose a tag to compare

  • Migration to Swift 3.1
  • Completion handlers execute on a given Queue
  • Linux Support 🐧
  • NetworkServiceMock to improve testing ✅
  • SwiftLint 0.17.0

Fix SwiftLint Bug

19 Jan 08:44
fa3547f

Choose a tag to compare

This fixes a swiftLint error which occurs with 0.16

Composable Services 🎹

19 Jan 06:52
896f9f6

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

Choose a tag to compare

DBNetworkStackErrors are now "pretty" printable in debugger

Release Party 🚀🎉

09 Nov 08:21
a58967d

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.