Releases: dbsystel/DBNetworkStack
Releases · dbsystel/DBNetworkStack
Fix SwiftLint Bug
This fixes a swiftLint error which occurs with 0.16
Composable Services 🎹
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
DBNetworkStackErrors are now "pretty" printable in debugger
Release Party 🚀🎉
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.