Swiftpack.co - Swift Packages by KazaiMazai

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

Packages published by KazaiMazai

KazaiMazai/vapor-rest-kit 2.1.0
Fast pace REST API framework for Vapor
⭐️ 61
🕓 1 year 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.
v2.1.0
1 year ago
This release brings support for bi-directional pagination. Bi-directional pagination is disabled by default. It can be turned on in pagination config: ```swift //defalut parameters are limitMax: 25, defaultLimit: 10 let cursorPaginationConfig = CursorPaginationConfig(limitMax: 25, defaultLimit: 10, allowBackwardPagination: true) ``` When enabled, cursor page API response metadata would contain both next and previous cursors. ```json { "items": [ //your data collection here ], "metadata": { "next_cursor": "W3siZmllbGRLZXkiOiJhc3NldHNfW3RpY2tlcl0iLCJ2", "prev_cursor": "dW3siZmllbGRLZXkiOiJhc3NldHNf2312RpY2tlcl0i3" } } ``` They can be used with `after` and `before`query parameters to request next and previous portions of collection. Next portion: ``` https://api.yourservice.com/v1/stars?limit=10&after=W3siZmllbGRLZXkiOiJhc3NldHNfW3RpY2tlcl0iLCJ2YWx1Z... ``` Previous portion: ``` https://api.yourservice.com/v1/stars?limit=10&before=W3siZmllbGRLZXkiOiJhc3NldHNfW3RpY2tlcl0iLCJ2YWx1Z... ```
v2.0.2
1 year ago
Fixed cursor pagination coding keys issue related to changes in Fluent model field paths ## What's Changed * updated readme by @KazaiMazai in https://github.com/KazaiMazai/vapor-rest-kit/pull/30 * Update README.md by @KazaiMazai in https://github.com/KazaiMazai/vapor-rest-kit/pull/31 * Update README.md by @KazaiMazai in https://github.com/KazaiMazai/vapor-rest-kit/pull/33 * Fixed README.md by @KazaiMazai in https://github.com/KazaiMazai/vapor-rest-kit/pull/34 * Patch README.md by @KazaiMazai in https://github.com/KazaiMazai/vapor-rest-kit/pull/35 * fixed cursor pagination keys according to latest changes in fluent by @KazaiMazai in https://github.com/KazaiMazai/vapor-rest-kit/pull/36 * Fix Vapor dependencies versions to latest by @KazaiMazai in https://github.com/KazaiMazai/vapor-rest-kit/pull/37 **Full Changelog**: https://github.com/KazaiMazai/vapor-rest-kit/compare/2.0.0...2.0.2
v2.0.1
2 years ago
Vapor dependency version fixed
v2.0.0
2 years ago
Massive update of both internals and API. Check out the docs as well as migration guide for more details.
v1.0.0
2 years ago
macOS
KazaiMazai/SwiftyUIKit 1.1.2
Featherweight lib for building an autolayout-powered UIView layout in a clean SwiftUI-style
⭐️ 32
🕓 31 weeks 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.2 Release
31 weeks ago
What's done - Fixed initialisers' ambiguity issue on Swift 5.8
v.1.1.1 Release
1 year ago
What's done - Added support for right-to-left languages - Minor optimizations Thanks to Alex @mezhevikin
v1.1.0 Release
1 year ago
What's done - Minor API updates - Removed odd stuff
v1.0.2 Release
2 years ago
2 years ago
iOS
KazaiMazai/PureduxStore 1.1.0
Yet another UDF Architecture Store implementation
⭐️ 15
🕓 1 year 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.0
1 year ago
This release introduces new API with a StoreFactory on top of it. It also brings a possibility to build Parent-Child store hierarchy with child stores. The old API is only marked as deprecated and will be removed in future. Documentation was updated.
v1.0.0 Release
2 years ago
iOS macOS
KazaiMazai/PureduxSwiftUI 1.1.0
SwiftUI bindings to connect UI to PureduxStore
⭐️ 12
🕓 1 year 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.
Release v1.1.0
1 year ago
This release contains - API update - StoreFactory support from PureduxStore 1.1.0 - Child store support from PureduxStore 1.1.0 - Old API is marked as deprecated, however still functioning - Docs update and migration guides provided
Release v.1.0.2
1 year ago
All is done!
iOS
KazaiMazai/PureduxUIKit 1.1.1
UIKit bindings to connect UI to PureduxStore
⭐️ 10
🕓 47 weeks 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.
Release v1.1.1
47 weeks ago
Updated podspec with latest tag
Release v1.1.0
1 year ago
This release brings support for brand new Puredux child store aka. `StoreObject`
Release v1.0.2
1 year ago
All is done and tests work on Github Actions
Release v1.0.1
1 year ago
All is done
iOS

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