Swiftpack.co - Swift Packages by railwaymen

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by railwaymen

railwaymen/restler 1.1.2
Make simple API request using functional programming
⭐️ 2
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.1 - more Combine!
3 years ago
# Changed - Upgraded RxSwift used by RxRestler to version 6.0.0. # Added - Added an interface for downloading a file. - Added a possibility to return a publisher from a `RestlerRequest` object (Combine). - Added new target - `RestlerCombine` for using Restler with Combine.
v1.0.1
3 years ago
# Changed - `Restler` module now is named `RestlerCore`. # Fixed - Installation of RxRestler extension via CocoaPods.
v1.0.0
3 years ago
# Changed (_**Breaking changes!**_) - Deprecated functions `onSuccess`, `onFailure`, `onCompletion` and `start`. Now they all are combined into `subscribe(onSuccess:onFailure:onCompletion:)` Please, adjust to this deprecation as soon as possible. We'll delete the deprecated functions in the next versions. - Now handlers provided in the function `subscribe(onSuccess:onFailure:onCompletion:)` **will not** be called on the main thread. To stay with the previous behavior, you have to add `.receive(on: .main)` before calling `.decode(SomeType.self)`. For more info take a look at the README.md file. - If you're using **CocoaPods**, you will have to change import to `pod 'Restler/Core'` from this version if you don't want to import RxSwift. # Added - Support for Combine. - Support for RxSwift. - Support for all Apple Platforms in every version supported by SwiftPM. - Possibility to build a `URLRequest` directly from the `RequestBuilder`. - Logging requests in a `DEBUG` build. - Possibility to run finish handlers on a custom dispatch queue. - Possibility to run task on a custom `URLSession`.
Version 0.6.0
3 years ago
## Added - Possibility of custom modifications on URLRequest. ## Changed - The result of the `start()` method can be ignored now. - ErrorParser is a structure now instead of being a class. - Updated README
Bump version
4 years ago
Bump version, no changes
Make Restler public
4 years ago
Nothing changed in the framework besides it's now open-source and open publicly for usage

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics